minix/lib
2010-06-02 22:58:29 +00:00
..
ack Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
csu Remove obsolete _fpu_present variable from crtso.S 2010-05-27 09:46:42 +00:00
libbz2 Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
libc Use endpoint_t for the destination of mini_send and _syscall, and the 2010-06-02 21:51:32 +00:00
libcurses
libdriver
libedit Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
libend
libhgfs Reorganize some directories 2010-05-26 22:49:57 +00:00
libl Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
libm
libnetdriver This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
libsys Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
libtimers
libutil move drivers/random SHA implementation to libutil and header to <minix/sha2.h> 2010-06-02 22:58:29 +00:00
ack_build.sh Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
gnu_build.sh Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
Makefile Reorganize some directories 2010-05-26 22:49:57 +00:00
README

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