1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys
Christian S.J. Peron a19fd0e766 Make sure that we are adding a path token to the audit record in open(2).
Do this by making sure we are using the AUDITVNODE1 mask in the namei flags.

Obtained from:	TrustedBSD Project
2006-03-11 17:14:05 +00:00
..
alpha Use the Alpha PCC as a cpu ticker for process runtime accounting. This is 2006-03-07 22:12:09 +00:00
amd64 Flip the switch and don't route interrupts to hyperthreads in a HT system. 2006-03-09 16:38:52 +00:00
arm MFp4: Forget the asm inlined version of in_cksum_hdr(). It doesn't work if 2006-03-09 23:33:59 +00:00
boot Micro-optimize invalid UUID check. 2006-03-10 23:33:27 +00:00
bsm Update src/sys/bsm for OpenBSM 1.0 alpha 5 changes: 2006-03-04 16:54:21 +00:00
cam
coda
compat Fix exec_map resource leaks. 2006-03-08 20:21:54 +00:00
conf Add "device atausb" 2006-03-10 19:10:05 +00:00
contrib Avoid pulling in the whole <net/pfvar.h> by opaquely declaring 2006-03-09 15:54:01 +00:00
crypto
ddb Clean up the way we handle auxiliary commands for a given ddb command 2006-03-07 22:17:06 +00:00
dev Don't be noisy in case of shared interrupts. 2006-03-11 15:39:22 +00:00
doc
fs
gdb
geom When inserting a new component md_provsize metadata field wasn't set, which 2006-03-10 07:41:31 +00:00
gnu Update a DB_SET to DB_FUNC I missed yesterday. 2006-03-08 15:47:48 +00:00
i4b
i386 It is not necessary to read %gs twice. 2006-03-10 05:55:26 +00:00
ia64
isa
isofs/cd9660
kern Make sure that we are adding a path token to the audit record in open(2). 2006-03-11 17:14:05 +00:00
libkern
modules Remove debug flag. 2006-03-11 08:42:08 +00:00
net Don't acquire a lock before calling vlan_unconfig(). 2006-03-09 14:42:51 +00:00
net80211 fix switching between agressive and non-agressive wmm modes 2006-03-10 06:18:03 +00:00
netatalk
netatm
netgraph
netinet Further refine the bridge hack in the arp code. Only do the special arp 2006-03-07 21:40:44 +00:00
netinet6
netipsec
netipx
netkey
netnatm
netncp
netsmb Retire NETSMBCRYPTO as a kernel option and make its functionality 2006-03-05 22:52:17 +00:00
nfs
nfs4client
nfsclient Fix a bug in NFSv3 READDIRPLUS reply processing 2006-03-08 01:43:01 +00:00
nfsserver When parsing an RPC request in nfsrv_dorec(), KASSERT that there 2006-03-08 20:21:15 +00:00
opencrypto
pc98
pccard
pci
posix4
powerpc
rpc
security Create a mac_bsdextended_check_vp function that takes a cred, a 2006-03-04 20:47:19 +00:00
sparc64
sys Go over calcru and friends once more. 2006-03-11 10:48:19 +00:00
tools
ufs Block secondary writes while expunging active unlinked files. 2006-03-11 01:08:37 +00:00
vm Remove leading __ from __(inline|const|signed|volatile). They are 2006-03-08 06:31:46 +00:00
Makefile