minix/lib
Ben Gras 6c7004423d Fix for %#02x bug (shouldn't print 0x, but junk was printed) found by
Joren l'Ami.  Also fixes %p when arg is 0 (printed 0 instead of 0x0).
2006-07-21 10:08:47 +00:00
..
ack Conditional compilation for SIGIOT and SIGEMT. 2006-02-17 14:12:47 +00:00
ansi More error texts. 2006-02-17 13:44:48 +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 Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
i86 Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
i386 Hack to mask 1586 ('extended family') as 686 2006-04-05 20:57:18 +00:00
ip Prototypes for send and recv. Fixed send (pass null address) and sendto 2006-07-14 14:34:00 +00:00
math Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
other Grant system dynamic-only. 2006-06-30 14:40:29 +00:00
posix Added _select() stub for select(). 2006-06-27 18:28:33 +00:00
regex Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
stdio Fix for %#02x bug (shouldn't print 0x, but junk was printed) found by 2006-07-21 10:08:47 +00:00
syscall Added _select() stub for select(). 2006-06-27 18:28:33 +00:00
syslib . DS understands publishing and subscribing where keys are in string 2006-07-13 14:50:23 +00:00
sysutil Added sys_readbios. 2006-07-10 12:17:16 +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
zlib-1.2.3 Throw away unused dirs, generated Makefiles. 2006-01-17 10:36: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 Patches by Jeff Bailey for posixifications. 2006-04-09 23:16:13 +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 Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
Makefile.in Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +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