minix/lib
David van Moolenbroek b31119abf5 Mount updates:
- allow mounting with "none" block device
- allow unmounting by mountpoint
- make VFS aware of file system process labels
- allow m3_ca1 to use the full available message size
- use *printf in u/mount(1), as mount(2) uses it already
- fix reference leaks for some mount error cases in VFS
2010-01-12 23:08:50 +00:00
..
ack Floating point support functions 2009-12-24 20:22:41 +00:00
ansi Added EILSEQ, based on newsgroup post by Leith 2009-12-31 11:48:08 +00:00
curses Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
dummy Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
editline Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
end Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
float Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fphook Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
gnu Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
i86 Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
i386 Floating point support functions 2009-12-24 20:22:41 +00:00
ip Make get/setsockopt handle SOREUSEADDR 2010-01-07 09:53:08 +00:00
math Add scalbn family of functions 2010-01-08 07:27:54 +00:00
other Mount updates: 2010-01-12 23:08:50 +00:00
posix Prevent nanosleep from potentially overwriting sleep time 2010-01-07 19:25:18 +00:00
regex Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
stdio enable printing of 64-bit ints with gcc. 2009-11-11 12:15:08 +00:00
stdtime ftime() 2009-09-21 14:44:35 +00:00
syscall General cleanup: 2010-01-05 19:39:27 +00:00
syslib Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
sysutil Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
sysvipc Remove dead mini_ds_retrieve_u32 code 2009-11-17 14:10:09 +00:00
timers Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
util Don't close the master fd before returning if slave opens ok 2006-03-27 11:08:53 +00:00
.depend-ack Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
.depend-gnu Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
generate.sh put the zoneinfo library files directly in the lib/stdtime dir 2007-04-12 14:29:30 +00:00
Makedepend-ack Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
Makedepend-gnu Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
Makefile Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
Makefile.in sysvipc dir 2009-09-21 14:42:13 +00:00
README Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00

make depend  - find dependencies of ack libraries
make all     - compile ack libraries
make install - compile and install ack libraries

make depend-gnu  - find dependencies of gnu libraries
make all-gnu     - compile gnu libraries
make install-gnu - compile and install gnu libraries