minix/lib
Ben Gras 68de328ac1 make the asynsend table size NPROCS-dependent.
this is a fix for e.g. the situation where lots of processes die
instantly, and PM has to send an asyn msg for each one to VFS, and
panics if there are too many. there are likely more situations in
which this table should be dependent on the no. of processes.

reported by pikpik on #minix3.
2010-10-01 14:39:04 +00:00
..
ack libfp: use ${CC} instead of cc, reported by Antoine Leca. 2010-07-22 22:24:08 +00:00
csu Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
libarchive Fix buffer overflow in libarchive if a UTF-8 encoded string has codepoints that require two UTF-16 words 2010-08-23 16:32:05 +00:00
libaudiodriver libaudiodriver <minix/audio_fw.h> fixes 2010-08-25 11:18:38 +00:00
libbz2 Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
libc The profile utility can set the sprofiling mode 2010-09-23 10:49:42 +00:00
libcurses lib: fixes for warnings that clang has for libraries. 2010-07-06 12:08:22 +00:00
libdriver libdriver: allow driver to break out of message loop 2010-08-01 22:07:46 +00:00
libedit Solve buffer overflow on tab completion in ash 2010-08-23 16:30:58 +00:00
libend Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
libfetch libfetch - move fetch.3 to man and fetch.h to include 2010-07-01 00:05:48 +00:00
libhgfs Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
libl Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
libm Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
libmthread Revamp the mthread library and update test59 2010-09-30 13:44:13 +00:00
libnetdriver Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
libsys make the asynsend table size NPROCS-dependent. 2010-10-01 14:39:04 +00:00
libtimers Replace NULL macro defs with null.h include 2010-07-22 10:03:31 +00:00
libutil easprintf() and evasprintf() 2010-08-21 13:07:25 +00:00
libvtreefs VTreeFS library 2010-08-10 20:05:51 +00:00
libz lib: fixes for warnings that clang has for libraries. 2010-07-06 12:08:22 +00:00
ack_build.sh Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
clang_build.sh Update PATHs for llvm and X11 2010-09-12 17:56:53 +00:00
gnu_build.sh Update PATHs for llvm and X11 2010-09-12 17:56:53 +00:00
Makefile Add libmthread and test59 to test the implementation 2010-09-21 12:22:38 +00:00
Makefile.inc Makefile updates: 2010-06-11 16:05:36 +00:00
README Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00

ack_build.sh - for ACK library building
gnu_build.sh - for GNU library building

ack_build.sh obj     - create objdirs for gnu libraries
ack_build.sh depend  - find dependencies of ack libraries
ack_build.sh all     - compile ack libraries
ack_build.sh install - compile and install ack libraries
ack_build.sh clean   - clean for ack libraries

gnu_build.sh obj     - create objdirs for gnu libraries
gnu_build.sh depend  - find dependencies of gnu libraries
gnu_build.sh all     - compile gnu libraries
gnu_build.sh install - compile and install gnu libraries
gnu_build.sh clean   - clean for gnu libraries