index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libutil
Age
Commit message (
Expand
)
Author
2017-03-09
libutil: drop some MINIX-specific changes
David van Moolenbroek
2017-03-09
Enable a few more NetBSD functions
David van Moolenbroek
2016-03-13
Revert "libutil: add getmaxpartitions() implementation"
Jean-Baptiste Boric
2016-01-13
w(1): switch to libkvm
David van Moolenbroek
2016-01-13
NetBSD re-synchronization of the source tree
Lionel Sambuc
2015-10-07
libutil: add getmaxpartitions() implementation
Jean-Baptiste Boric
2015-06-23
Add PTYFS, Unix98 pseudo terminal support
David van Moolenbroek
2014-12-12
ARM: can build with llvm, switch to EABI
Ben Gras
2014-07-28
Stub for setrlimit
Lionel Sambuc
2014-07-28
Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
Lionel Sambuc
2014-03-03
include/login_cap.h: merged
Lionel Sambuc
2014-03-01
big <utmp.h>-inspired netbsd switch
Ben Gras
2014-02-19
libutil: let opendisk(3) try /dev
David van Moolenbroek
2014-02-18
Import NetBSD df(1)
David van Moolenbroek
2013-06-16
a few DBG=-g build fixes, both arches
Ben Gras
2013-01-23
Fixing cross build i386 on minix
Lionel Sambuc
2013-01-14
Libraries updates and cleanup
Lionel Sambuc
2013-01-08
libc, libutil: remove compat hacks
Ben Gras
2012-12-10
libutil: add O_NOCTTY back to old pty open code
Ben Gras
2012-11-15
Upgrading build system to new NetBSD revision
Lionel Sambuc
2012-11-15
Libc update to simplify merge.
Lionel Sambuc
2012-11-15
Updating libutil from netbsd
Lionel Sambuc
2012-06-18
Clean up generated files for ash,ramdisk,libutil,libc
Thomas Veerman
2012-05-10
set major version of shlibs to 0
Ben Gras
2012-04-16
build shared versions of libraries
Ben Gras
2012-04-11
Import NetBSD usr.bin/login
Ben Gras
2012-03-26
libutil: add O_NOCTTY to old pty open code
Ben Gras
2012-02-14
Full switch to clang/ELF. Drop ack. Simplify.
Ben Gras
2011-12-22
netbsd fsck driver import
Ben Gras
2011-11-28
Fine grained compatibility with _RENAMEd symbols
Thomas Veerman
2011-11-15
Define flags in sys/stat.h
Vivek Prakash
2011-11-14
Switch to NetBSD passwd format
Ben Gras
2011-11-14
Fix a ton of compiler warnings
Thomas Veerman
2011-09-28
update/fix manpage support
Ben Gras
2011-08-01
rename -lutil to -lminixutil
Ben Gras
2011-06-24
Build NetBSD libc library in world in ELF mode.
Gianluca Guida
2010-11-12
GCC/clang: int64 routines in C
Arun Thomas
2010-08-21
easprintf() and evasprintf()
Arun Thomas
2010-07-19
un-duplicate sha2hl.c
Ben Gras
2010-07-19
lib - extra file for libutil; strnstr and strcasestr from freebsd for libc.
Ben Gras
2010-07-16
further sha2 conversion by Gautam Tirumala
Ben Gras
2010-07-16
libutil - sha1 functions.
Ben Gras
2010-07-16
libutil: md5 functions.
Ben Gras
2010-06-25
Rename mkfiles from minix.*.mk to bsd.*.mk
Arun Thomas
2010-06-11
Makefile updates:
Arun Thomas
2010-06-09
libutil: minix efun.c
Ben Gras
2010-06-09
libutil: original netbsd efun.c
Ben Gras
2010-06-02
move drivers/random SHA implementation to libutil and header to <minix/sha2.h>
Ben Gras
2010-04-07
Removed unused variables, added const where possible.
Kees van Reeuwijk
2010-02-16
Incorporate bsdmake into buildsystem and reorganize libs
Arun Thomas