minix/lib
2009-08-15 21:37:26 +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 Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
dummy Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
editline Retry read after EINTR. 2006-06-14 13:18:53 +00:00
end Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
float Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
fphook Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
gnu Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
i86 Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
i386 Library call for cpu features; make kernel and vm use this to query cpu 2009-05-15 17:07:36 +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 move _mount.c from lib/posix to lib/other 2009-08-13 09:55:50 +00:00
posix Support for setitimer(ITIMER_REAL). 2009-08-15 16:09:32 +00:00
regex Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
stdio make remove(3) remove directories as well 2009-07-12 14:44:37 +00:00
stdtime Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
syscall Support for setitimer(ITIMER_REAL). 2009-08-15 16:09:32 +00:00
syslib Support for setitimer(ITIMER_VIRTUAL/ITIMER_PROF). New test (41) for setitimer. 2009-08-15 21:37:26 +00:00
sysutil u64_t for human beings - the high and low parts are named hi and lo, lib/sysutil/profile.c updated accordingly 2009-08-13 15:47:49 +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 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 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