freebsd-dev/sys
Robert Watson 3ca719f12e o Introduce two new calls, securelevel_gt() and securelevel_ge(), which
abstract the securelevel implementation details from the checking
  code.  The call in -CURRENT accepts a struct ucred--in -STABLE, it
  will accept struct proc.  This facilitates the upcoming commit of
  per-jail securelevel support.  The calls will also generate a
  kernel printf if the calls are made with NULL ucred/proc pointers:
  generally speaking, there are few instances of this, and they should
  be fixed.
o Update p_candebug() to use securelevel_gt(); future updates to the
  remainder of the kernel tree will be committed soon.

Obtained from:	TrustedBSD Project
2001-09-18 21:03:53 +00:00
..
alpha Add a wrapper for linux_getsid -> getsid Syscall. 2001-09-15 09:57:30 +00:00
amd64 Fill out some gaps in ia64 DDB support. This involves generalising DDB's 2001-09-15 11:06:07 +00:00
arm o Remove some GCCisms in src/powerpc/include/endian.h. 2001-08-30 00:04:19 +00:00
boot Add support for loading bzip2-compressed kernels and modules. This support 2001-09-18 14:52:36 +00:00
cam The code that sees a drive (at mount time) not in buffered mode and 2001-09-14 19:00:51 +00:00
coda fix typo 2001-09-13 21:59:40 +00:00
compat Add a wrapper for linux_getsid -> getsid Syscall. 2001-09-15 09:57:30 +00:00
conf Remove hard coded magic load address. Now to change the load address, 2001-09-18 01:12:43 +00:00
contrib IPFilter munges multicast address packets on the loopback interface. 2001-09-12 22:06:36 +00:00
crypto properly check DES weak key. KAME PR 363. 2001-07-03 17:46:48 +00:00
ddb Fill out some gaps in ia64 DDB support. This involves generalising DDB's 2001-09-15 11:06:07 +00:00
dev Have the driver announce its rxcsum capabilities. 2001-09-18 20:19:28 +00:00
fs o Remove redundant securelevel/pid1 check in procfs_rw() -- this 2001-09-18 19:53:10 +00:00
geom KSE Milestone 2 2001-09-12 08:38:13 +00:00
gnu KSE Milestone 2 2001-09-12 08:38:13 +00:00
i4b KSE Milestone 2 2001-09-12 08:38:13 +00:00
i386 Add a lock assertion to linux_sendsig() to match other sendsig functions. 2001-09-17 17:22:31 +00:00
ia64 Add ia64_get_cpuid(). 2001-09-18 15:21:18 +00:00
isa Recognize two cheap PCI 16550 devices : 2001-09-16 11:14:56 +00:00
isofs/cd9660 KSE Milestone 2 2001-09-12 08:38:13 +00:00
kern o Introduce two new calls, securelevel_gt() and securelevel_ge(), which 2001-09-18 21:03:53 +00:00
libkern Fix a warning in bsearch(). Like index() etc, it de-qualifies its 2001-09-10 10:33:46 +00:00
modules KLDMOD is not used since share/mk/bsd.kmod.mk,v 1.60. 2001-09-18 11:03:35 +00:00
net Split HWCSUM into two components: RX and TX, for the benefit of drivers 2001-09-18 20:13:03 +00:00
netatalk KSE Milestone 2 2001-09-12 08:38:13 +00:00
netatm KSE Milestone 2 2001-09-12 08:38:13 +00:00
netgraph KSE Milestone 2 2001-09-12 08:38:13 +00:00
netinet Removed ipip_input(). No codes calls it anymore due to ip_encap.c's 2001-09-18 14:52:20 +00:00
netinet6 KSE Milestone 2 2001-09-12 08:38:13 +00:00
netipx KSE Milestone 2 2001-09-12 08:38:13 +00:00
netkey KSE Milestone 2 2001-09-12 08:38:13 +00:00
netnatm Change a couple of M_WAITOKs used in M_PREPEND() to M_TRYWAITs, which 2001-04-05 04:20:48 +00:00
netncp KSE Milestone 2 2001-09-12 08:38:13 +00:00
netns
netsmb Map errdos:67 to the ENOENT. 2001-08-21 09:16:57 +00:00
nfs nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid that 2001-09-18 18:37:52 +00:00
nfsclient nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid that 2001-09-18 18:37:52 +00:00
nfsserver Sync some differences that were different between the copies of the files 2001-09-15 04:41:56 +00:00
pc98 MFi386: sys/isa/fd.c revision from 1.205 to 1.219. 2001-09-16 12:39:59 +00:00
pccard Ian Dowse had closed the race a little more in card ejection events. 2001-09-16 06:12:16 +00:00
pci Have the driver advertise that it is capable of hardware checksums, and 2001-09-18 18:40:22 +00:00
posix4 KSE Milestone 2 2001-09-12 08:38:13 +00:00
powerpc KSE Milestone 2 2001-09-12 08:38:13 +00:00
rpc Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00
sparc64 Set thread0->td_pcb, this is probably why jake was getting a null deref. 2001-09-14 09:41:26 +00:00
svr4
sys o Introduce two new calls, securelevel_gt() and securelevel_ge(), which 2001-09-18 21:03:53 +00:00
tools KSE Milestone 2 2001-09-12 08:38:13 +00:00
ufs KSE Milestone 2 2001-09-12 08:38:13 +00:00
vm KSE Milestone 2 2001-09-12 08:38:13 +00:00
Makefile