Go to file
uwe 4a0ed35f45 The real libkern.h now uses "long long" that eVC has no clue about.
Instead of polluting libkern.h with ifdefs introduce our own private
copy.  Since AFAICT we only need it for libsa/ufs.c which only
includes it for the strlen() prototype, trim it to provide just that
for now.

We cannot just #include <string.h> (the WinCE one) here, as that pulls
in a lot of unrelated stuff, e.g. defines for limits that collide with
machine/limits.h
2006-10-18 01:39:01 +00:00
bin c99 initializer 2006-10-16 00:43:00 +00:00
common Add a _PROP_ARG_UNUSED that expands to __unused on NetBSD and to nothing 2006-10-16 03:21:07 +00:00
crypto Change the default sshd configuration file so that only protocol version 2 2006-10-15 14:01:53 +00:00
dist kill empty else. 2006-10-16 03:38:08 +00:00
distrib I figure I may as well add myself, too. You'd think this'd be automagically 2006-10-17 20:26:50 +00:00
doc libevent-1.2 is out. 2006-10-17 09:34:35 +00:00
etc PR/31497: Robert Elz: rc.d/accounting should have KEYWORD: shutdown 2006-10-08 18:08:39 +00:00
games Typo, from David A. Holland on #NetBSD-code, thanks! 2006-10-08 20:12:27 +00:00
gnu Recognize SH2E from new binutils (map to sh3e vector). 2006-10-14 22:20:06 +00:00
include add MOPT_NULL 2006-10-16 03:31:27 +00:00
lib Backout previous - this library is not ready for linting 2006-10-17 20:34:15 +00:00
libexec Create _rtld_relocate_plt_object and use it in _rtld_bind and 2006-10-17 08:33:36 +00:00
regress Add handling of the supposed-to-fail tests. Add an 2006-10-18 00:05:33 +00:00
rescue Add mount_tmpfs(8) to /rescue. Ok with christos. 2006-08-16 16:50:59 +00:00
sbin Add initialization of a variable where gcc for some archs thinks 2006-10-17 21:14:03 +00:00
share Update structure. 2006-10-15 17:48:07 +00:00
sys The real libkern.h now uses "long long" that eVC has no clue about. 2006-10-18 01:39:01 +00:00
tools Wrap #ifndef __BIT_TYPES_DEFINED__ around #define __BIT_TYPES_DEFINED__. 2006-10-16 19:44:23 +00:00
usr.bin Partly redo when to emit warnings for argument type conversions. 2006-10-18 00:01:19 +00:00
usr.sbin c99 initializer 2006-10-16 03:39:42 +00:00
x11 PR misc/26923 sent by Kouichirou Hiratsuka "xterm does not support luit". 2006-09-24 07:59:59 +00:00
BUILDING Clarify that DESTDIR/OBJDIR/etc are absolute paths, but build.sh 2006-10-08 17:54:30 +00:00
Makefile don't filter out .WAIT when converting from _SUBDIR to SUBDIR 2006-09-07 03:51:44 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Mention removal of net.inet.tcp.newreno. 2006-10-09 18:57:30 +00:00
build.sh Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 19:53:54 +00:00