Go to file
elad 3862950e53 Add a NOTES section to the manual, indicating that kauth(9) is still under
active development and its ABI (and possibly API) may change between
NetBSD versions.

This is critical to, for example, LKMs, where there might be a case of them
being built using one version of the ABI and used on system with another.

The main concern for "ABI" here is the set of KAUTH_* actions and requests
that is (for now) an enum. This note is likely to be removed as kauth(9)
is stablized -- hopefully before NetBSD 5.0.

okay christos@
2007-11-27 10:50:09 +00:00
bin Compat pecoff uses the standard netbsd system call interface. 2007-11-10 14:41:51 +00:00
common Don't unconditionally clear the direction flag. The ABI says it must always 2007-11-12 18:41:59 +00:00
crypto From Arnaud Ebalard: some sanity checks, debug, and a better matching of SPD entries in getsp_r() 2007-11-09 16:28:14 +00:00
dist Update the portable version to 20071122, via autoconf. 2007-11-22 22:56:20 +00:00
distrib Add boot menu and welcome banner to installation CD allowing the user to 2007-11-23 16:21:22 +00:00
doc Adjust previous. 2007-11-26 22:48:57 +00:00
etc Source /etc/shrc only if it exists. Inspired by PR install/37209. 2007-11-24 11:14:41 +00:00
games A terrible kludge: don't compile/link malloc.c if arch=sun2. My apologies 2007-11-17 00:10:55 +00:00
gnu fix gcc bug #34130 (wrong multiplication with negative constants 2007-11-20 23:27:56 +00:00
include Enable posix_memalign(). 2007-11-19 14:48:41 +00:00
lib more PR/36938, restore internal-state if mbtowc() throw EILSEQ. 2007-11-26 15:31:30 +00:00
libexec support %z 2007-11-24 18:32:26 +00:00
regress more PR/36938 2007-11-26 16:09:50 +00:00
rescue Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
sbin Mention evbarm/iopwdog(4) and swwdog(4). 2007-11-23 13:32:46 +00:00
share Add a NOTES section to the manual, indicating that kauth(9) is still under 2007-11-27 10:50:09 +00:00
sys more VFS_STATVFS(x,y,z) fallout; change them to VFS_STATVFS(x,y). (hi, pooka!) 2007-11-27 09:47:15 +00:00
tests Explicitly define TESTSDIR, because the automatic deduction of its value 2007-11-21 15:39:33 +00:00
tools $HOST_SH does not necessarily contains the absolute path to sh. Fix it if 2007-11-24 18:44:00 +00:00
usr.bin Changes for standards compliance: 2007-11-21 13:40:09 +00:00
usr.sbin PR/35238 - tls@ -- add _proxy to uid and gid checks 2007-11-21 10:41:03 +00:00
x11 On NetBSD/amd64, load modules within the first 2GB of RAM. 2007-10-11 19:04:49 +00:00
build.sh Delete mention of 'iso-dir=cdextras'. This was a leftover from 2007-11-23 19:38:43 +00:00
BUILDING Add support for CDBUILDEXTRA which acts like CDEXTRA to add extra items 2007-11-23 16:19:28 +00:00
Makefile Add the tests.tgz set 2007-11-12 15:06:45 +00:00
Makefile.inc
UPDATING Fix a few typos. 2007-11-17 09:53:16 +00:00