Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
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
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
boot csu/build support for ELF 2010-12-10 22:20:12 +00:00
commands top - able to account kernel cpu time to process 2011-02-08 14:00:48 +00:00
common Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
docs UPDATING - warning about /usr/gnu/lib 2010-09-21 12:46:55 +00:00
drivers memory driver: munmap() imgrd after first close. 2011-02-10 15:39:56 +00:00
etc usr/Makefile: added missing sh minibootstrap.sh 2011-02-10 17:00:02 +00:00
include Move network includes and lib.h into common/include subdir. 2011-02-14 12:49:18 +00:00
kernel kernel - account for kernel cpu time (ipc, kcalls) in caller 2011-02-08 13:58:32 +00:00
lib Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
man remove fsck1 altogether 2010-12-21 11:00:13 +00:00
nbsd_include This patch modifies the NetBSD basic includes to be Minix 2011-02-15 12:03:42 +00:00
servers vm: only suspend and resume process with vmctls in pt_writemap in smp mode 2011-02-11 14:56:52 +00:00
share csu/build support for ELF 2010-12-10 22:20:12 +00:00
test Allow for overriding GCC var in test Makefile 2010-11-19 10:33:26 +00:00
tools minor release.sh fixes and tweaks 2011-02-09 16:48:10 +00:00
.gitignore revert r8783, as those entries are auto-generated now 2010-11-17 14:29:32 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile <ansi.h> -> <minix/ansi.h> 2011-01-28 11:35:02 +00:00