minix/lib
2011-04-14 11:54:43 +00:00
..
ack libfp: use ${CC} instead of cc, reported by Antoine Leca. 2010-07-22 22:24:08 +00:00
csu libc and csu updates for ELF 2010-12-10 23:04:04 +00:00
libarchive GCC/clang: int64 routines in C 2010-11-12 18:38:10 +00:00
libaudiodriver Server/driver protocols: no longer allow third-party copies. 2011-04-11 17:35:05 +00:00
libbz2
libc _mount.c: don't check for excutable if MS_EXISTING is set 2011-02-22 17:59:08 +00:00
libcurses
libddekit Cleaning up Makefiles (thx antoine) 2011-03-07 13:54:17 +00:00
libdevman minor fix for clang - do_unbind() becomes void 2011-02-27 00:10:33 +00:00
libdriver Server/driver protocols: no longer allow third-party copies. 2011-04-11 17:35:05 +00:00
libedit Remove revision IDs from files 2010-11-04 01:13:59 +00:00
libend
libexec libexec: return physaddr info from ELF headers 2011-04-07 12:22:36 +00:00
libfetch
libhgfs Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
libl
liblwip LWIP - liblwip 2011-04-07 07:43:36 +00:00
libm
libmthread libmthread: support for thread-local storage (keys/specifics) 2011-04-14 11:54:43 +00:00
libnetdriver
libsys Server/driver protocols: no longer allow third-party copies. 2011-04-11 17:35:05 +00:00
libtimers
libusb added libusb, a IPC abstraction lib for USB stuff 2011-02-22 10:23:38 +00:00
libutil GCC/clang: int64 routines in C 2010-11-12 18:38:10 +00:00
libvtreefs libvtreefs: return OK from REQ_INHIBREAD (this unbreaks grep on /proc) 2011-03-31 16:23:00 +00:00
libz
nbsd_libasyn Add libasyn, asynchio support for netbsd libc. 2011-03-23 15:28:22 +00:00
nbsd_libc [NBSD libc] Various fixes. 2011-04-06 15:59:10 +00:00
nbsd_libcompat_minix Add libcompat_minix for NBSD libc 2011-03-18 16:08:26 +00:00
nbsd_libm Import unmodified NetBSD's libm for compiling with new libc. 2011-03-18 15:52:16 +00:00
nbsd_libminlib Add libminlib for NBSD libc compilation. 2011-03-22 13:47:35 +00:00
ack_build.sh
clang_build.sh clang - let buildsystem figure out how to invoke AR, etc., for clang too. 2011-02-22 01:08:29 +00:00
elf_build.sh csu/build support for ELF 2010-12-10 22:20:12 +00:00
gnu_build.sh Update PATHs for llvm and X11 2010-09-12 17:56:53 +00:00
Makefile added libddekit 2011-02-25 12:40:31 +00:00
Makefile.inc
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