freebsd-nq/sys
Robert Watson 6f3933fa6f o Introduce kern.security.bsd.unprivileged_read_msgbuf, which allows
the administrator to restrict access to the kernel message buffer.
  It defaults to '1', which permits access, but if set to '0', requires
  that the process making the sysctl() have appropriate privilege.
o Note that for this to be effective, access to this data via system
  logs derived from /dev/klog must also be limited.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, NAI Labs
2001-11-30 21:40:52 +00:00
..
alpha fix DIAGNOSTIC panic caused by proc/thread typo 2001-11-29 15:33:46 +00:00
amd64 cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64 2001-11-30 11:57:23 +00:00
arm
boot Waits for a keypress before rebooting on panic. 2001-11-28 14:00:36 +00:00
cam
coda
compat
conf Change to using my custom sparc64 binutils. 2001-11-28 02:35:02 +00:00
contrib Merge local changes. 2001-11-28 04:34:52 +00:00
crypto fixed the cast128 calculation with a short cipher key length. 2001-11-27 14:11:47 +00:00
ddb Implement a "kill" DDB command which is an interface to psignal() that 2001-11-27 19:56:28 +00:00
dev Add a couple of minor changes. 2001-11-30 16:06:00 +00:00
fs Fix indentation after removing GEMDOS support. Whitespace changes only. 2001-11-28 18:29:16 +00:00
geom
gnu
i4b
i386 cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64 2001-11-30 11:57:23 +00:00
ia64 * Don't use critical_enter/critical_exit when accessing the VHPT - its 2001-11-30 10:07:54 +00:00
isa
isofs/cd9660
kern o Introduce kern.security.bsd.unprivileged_read_msgbuf, which allows 2001-11-30 21:40:52 +00:00
libkern
modules Remove ciss from the modules build until the build issues are resolved. 2001-11-28 17:08:51 +00:00
net Fix a typo in a comment 2001-11-28 16:15:52 +00:00
netatalk
netatm
netgraph When a socket is not connected, allow the peer "struct sockaddr" 2001-11-28 19:39:58 +00:00
netinet The transmit burst limit for newreno completely breaks TCP's performance 2001-11-30 21:33:39 +00:00
netinet6 fixed the cast128 calculation with a short cipher key length. 2001-11-27 14:11:47 +00:00
netipx
netkey
netnatm
netncp
netns
netsmb
nfs
nfsclient
nfsserver
pc98
pccard
pci Per jlemon request, reintroduce some printf() when an 2001-11-29 23:47:47 +00:00
posix4
powerpc
rpc
security/lomac Return a POSIX-compliant error for write(2) failure. 2001-11-28 23:02:33 +00:00
sparc64
svr4
sys Return a more meaningful errno when the length of the interpreter 2001-11-28 03:26:58 +00:00
tools
ufs Use 'mkdir -p /.attribute/system' instead of breaking it into 2001-11-30 15:32:07 +00:00
vm
Makefile