minix/lib
2011-08-26 12:47:43 +00:00
..
ack
csu rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
libarchive Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
libaudiodriver fixed clang warnings in drivers/ 2011-06-09 16:57:51 +02:00
libbz2 Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
libc malloc build fixes 2011-08-18 22:30:51 +00:00
libcrypt don't keep minix-port.patch files in repo 2011-08-10 13:38:12 +00:00
libcurses import elf-only -lcurses 2011-07-25 11:08:17 +02:00
libddekit Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
libdevman
libdriver Server/driver protocols: no longer allow third-party copies. 2011-04-11 17:35:05 +00:00
libedit fix many clang warnings in lib/ 2011-06-23 19:25:36 +02:00
libelf Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
libend
libexec Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
libfetch
libhgfs Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
libl
liblwip LWIP - liblwip 2011-04-07 07:43:36 +00:00
libm
libminc generate sys_errlist without holes 2011-07-13 23:42:07 +02:00
libminixutil rename -lutil to -lminixutil 2011-08-01 14:32:14 +02:00
libmthread Clean up mthread 2011-07-27 09:30:26 +00:00
libnetdriver
libsys Build gcov code only if MKCOVERAGE is yes 2011-08-09 10:39:33 +02:00
libterminfo don't keep minix-port.patch files in repo 2011-08-10 13:38:12 +00:00
libtimers
libusb fix many clang warnings in lib/ 2011-06-23 19:25:36 +02:00
libvassert libvassert: vmware VAssert support. 2011-07-28 03:23:10 +00:00
libvtreefs Tell VFS how many requests an FS can handle concurrently 2011-08-26 12:47:43 +00:00
libz Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
nbsd_libasyn Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
nbsd_libc malloc build fixes 2011-08-18 22:30:51 +00:00
nbsd_libcompat_minix cleanup of libterminfo introduction 2011-07-20 18:39:02 +02:00
nbsd_libm don't keep minix-port.patch files in repo 2011-08-10 13:38:12 +00:00
nbsd_libminlib minlib: Add vm_query_exit 2011-08-12 17:15:42 +02:00
ack_build.sh changes for detecting and building for clang/binutils elf 2011-06-07 16:49:52 +02:00
elf_build.sh Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
Makefile rename -lutil to -lminixutil 2011-08-01 14:32:14 +02:00
Makefile.inc minix.ack.mk: use CPPFLAGS for ACK asm files 2011-08-05 14:16:48 +02: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