minix/lib
Philip Homburg e9aabcf2f8 Disabled building rescue driver (no longer needed). Moved allocmem from
library to the memory driver. Always put output from within TTY directly on
the console. Removed second include of driver.h from tty.c. Made tty_inrepcode
bigger. First step to move PM and FS calls that are not regular (API)
system calls out of callnr.h (renumbered them, and removed them from the
table.c files). Imported the Minix-vmd uname implementation. This provides
a more stable ABI than the current implementation. Added a bit of security
checking. Unfortunately not nearly enough to get a secure system. Fixed a
bug related to the sizes of the programs in the image (in PM patch_mem_chunks).
2006-05-19 12:19:37 +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 Throw away unused dirs, generated Makefiles. 2006-01-17 10:36: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 Added getifaddrs() 2006-04-03 15:03:43 +00:00
math Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
other Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
posix Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
regex Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
stdio . use proper S_ISFIFO for ISFIFO check 2006-02-02 16:59:07 +00:00
syscall Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
syslib Changes for restarting disk drivers and new interface between PM and FS. 2006-05-11 14:47:31 +00:00
sysutil Added assert to syslib. Moved panic from sysutil to syslib for assert. 2006-03-15 12:06:18 +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