minix/lib
2008-11-19 15:40:17 +00:00
..
ack . leave out hardware-fp code from library 2007-04-12 16:45:00 +00:00
ansi Added ERESTART 2008-02-21 16:00:39 +00:00
curses
dummy
editline
end
float
fphook
gnu Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
i86
i386 Added sendnb and senda, removed echo and _ipcnew.s. 2007-04-23 12:11:03 +00:00
ip Disabled some debug output in recvfrom. 2007-09-17 11:22:06 +00:00
math A rint() implementation. 2007-12-14 11:59:54 +00:00
other Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
posix Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
regex
stdio Fix for %#02x bug (shouldn't print 0x, but junk was printed) found by 2006-07-21 10:08:47 +00:00
stdtime Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
syscall Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
syslib make allocmem accept and return values in bytes, ramdisk expects this. 2008-11-19 15:40:17 +00:00
sysutil lingering file. 2008-11-19 12:35:46 +00:00
timers
util
.depend-ack
.depend-gnu
generate.sh put the zoneinfo library files directly in the lib/stdtime dir 2007-04-12 14:29:30 +00:00
Makedepend-ack
Makedepend-gnu
Makefile replace library time handling functions 2007-03-30 15:36:49 +00:00
Makefile.in replace library time handling functions 2007-03-30 15:36:49 +00:00
README

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