ad4dda469f
This patch contains changes to NetBSD libc code base to make it compile and work on Minix. Some of them are due to actual NetBSD libc bugs, as we're compiling it in non-reentrant mode and with a.out support, something not exactly frequent in NetBSD. Others are proper fixes to port it to Minix (mostly sa_len parameter missing in socket and a few mmap from files). |
||
---|---|---|
.. | ||
ack | ||
csu | ||
libarchive | ||
libaudiodriver | ||
libbz2 | ||
libc | ||
libcurses | ||
libdriver | ||
libedit | ||
libend | ||
libexec | ||
libfetch | ||
libhgfs | ||
libl | ||
libm | ||
libmthread | ||
libnetdriver | ||
libsys | ||
libtimers | ||
libutil | ||
libvtreefs | ||
libz | ||
nbsd_libc | ||
ack_build.sh | ||
clang_build.sh | ||
elf_build.sh | ||
gnu_build.sh | ||
Makefile | ||
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