Gianluca Guida ad4dda469f Port NetBSD libc functions to Minix.
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).
2011-02-15 12:19:40 +00:00
..
2010-12-10 23:04:04 +00:00
2010-11-12 18:38:10 +00:00
2010-11-04 01:13:59 +00:00
2010-12-10 09:27:56 +00:00
2010-10-04 20:19:40 +00:00
2011-01-28 11:35:02 +00:00
2010-11-12 18:38:10 +00:00
2011-01-28 11:35:02 +00:00
2010-05-19 13:24:15 +00:00
2010-09-12 17:56:53 +00:00
2010-12-10 22:20:12 +00:00
2010-09-12 17:56:53 +00:00
2010-12-10 22:20:12 +00:00
2010-06-11 16:05:36 +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