Go to file
Gianluca Guida 693842c855 Sync NBSD libc errno.h with minix errno.h
This patch fixes some wrong error code number in nbsd libc's sys/errno.h
and adds new ones.

As in NetBSD the errno.h is used to automatically generate errlist.c array,
EBADCPU set to 1000 to be a bit too large, so we instruct the awk script
to stop at EDEADEPT (ELAST).
2011-03-04 22:37:43 +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 don't define CHIP at all any more, just use the namespace-trained name 2011-02-26 10:28:48 +00:00
common Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
docs Update docs/UPDATING 2011-02-26 23:01:27 +00:00
drivers ramdisk: Add procfs to ramdisk 2011-02-23 13:05:28 +00:00
etc add /usr/include/ddekit dirs 2011-02-25 15:42:53 +00:00
include Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
kernel VM and kernel support for ELF 2011-02-26 23:00:55 +00:00
lib Sync NBSD libc errno.h with minix errno.h 2011-03-04 22:37:43 +00:00
man remove fsck1 altogether 2010-12-21 11:00:13 +00:00
nbsd_include Sync NBSD libc errno.h with minix errno.h 2011-03-04 22:37:43 +00:00
servers auto-tune mfs cache size based on FS usage and remaining system memory 2011-02-28 14:19:19 +00:00
share mk scripts: add flag for compiling with nbsd libc. 2011-03-03 16:41:19 +00:00
test Allow for overriding GCC var in test Makefile 2010-11-19 10:33:26 +00:00
tools add NOASSERTS make flag that disables assert()s (NDEBUG=1). 2011-02-16 18:58:30 +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 add clean clang libraries target 2011-02-21 16:07:22 +00:00