minix/lib
2009-08-21 09:59:09 +00:00
..
ack Fix HUGE_VAL warnings 2009-08-18 19:10:48 +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 Library call for cpu features; make kernel and vm use this to query cpu 2009-05-15 17:07:36 +00:00
ip support for TCP sockets in send/sendto/recv/recvfrom 2009-08-21 09:59:09 +00:00
math Fix HUGE_VAL warnings 2009-08-18 19:10:20 +00:00
other Added a hack to start binaries from the boot image only. In particular, setting 2009-08-18 11:36:01 +00:00
posix Nanosleep was implemented twice, removed from _sleep.c 2009-08-16 12:55:59 +00:00
regex
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 nanosleep(3), and sleep(3) rewrite, by Erik van der Kouwe 2009-08-15 22:14:48 +00:00
syslib Fixed some warnings 2009-08-17 18:48:27 +00:00
sysutil Fixed some warnings 2009-08-17 18:48:57 +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