1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys
John Baldwin 8917b8d28c - Always call exec_free_args() in kern_execve() instead of doing it in all
the callers if the exec either succeeds or fails early.
- Move the code to call exit1() if the exec fails after the vmspace is
  gone to the bottom of kern_execve() to cut down on some code duplication.
2006-02-06 22:06:54 +00:00
..
alpha - Always call exec_free_args() in kern_execve() instead of doing it in all 2006-02-06 22:06:54 +00:00
amd64 - Always call exec_free_args() in kern_execve() instead of doing it in all 2006-02-06 22:06:54 +00:00
arm Use memory clobbers, to be on the safe side. 2006-02-06 18:29:05 +00:00
boot
bsm Merge OpenBSM 1.0 alpha 3 include file changes from contrib/openbsm/bsm 2006-02-06 01:12:46 +00:00
cam - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader. 2006-01-30 20:27:44 +00:00
coda - Reorder calls to vrele() after calls to vput() when the vrele is a 2006-02-01 00:25:26 +00:00
compat - Always call exec_free_args() in kern_execve() instead of doing it in all 2006-02-06 22:06:54 +00:00
conf Move asr driver from global NOTES to i386-specific NOTES. Requestor 2006-02-05 05:06:04 +00:00
contrib Make pflog a seperate module. As a result pflog_packet() becomes a function 2006-02-05 17:17:32 +00:00
crypto
ddb
dev Unbreak DMA dumo on Intel 31224. 2006-02-06 19:17:48 +00:00
doc
fs Make UDF endian-safe. 2006-02-03 15:25:52 +00:00
gdb
geom Remove trailing spaces. 2006-02-01 12:06:01 +00:00
gnu
i4b
i386 - Always call exec_free_args() in kern_execve() instead of doing it in all 2006-02-06 22:06:54 +00:00
ia64 Remove devices acpi & mem, as they are in defaults already. 2006-02-02 23:41:08 +00:00
isa
isofs/cd9660
kern - Always call exec_free_args() in kern_execve() instead of doing it in all 2006-02-06 22:06:54 +00:00
libkern
modules an driver not endian clean, so don't enable on sparc64 2006-02-05 17:38:28 +00:00
net Properly initialize args structure before passing it to ipfw_chk(): having 2006-02-03 23:03:07 +00:00
net80211 s/w beacon miss facility; need to add knobs to fiddle with the settings 2006-01-23 21:02:49 +00:00
netatalk
netatm
netgraph Two fixes: 2006-02-06 14:30:21 +00:00
netinet Never select the PCB that has INP_IPV6 flag and is bound to :: if 2006-02-04 07:59:17 +00:00
netinet6 shut up strict-aliasing rules warning. 2006-02-05 09:52:40 +00:00
netipsec
netipx
netkey
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient
nfsserver - Reorder calls to vrele() after calls to vput() when the vrele is a 2006-02-01 00:25:26 +00:00
opencrypto
pc98 MFi386: Enable the ce(4). 2006-02-02 11:14:13 +00:00
pccard
pci Don't add an agp child in vgapci's attach routine if the PCIY_AGP 2006-02-01 15:45:29 +00:00
posix4
powerpc
rpc
security When GC'ing a thread, assert that it has no active audit record. 2006-02-05 21:06:09 +00:00
sparc64 Hook up le(4) to the build. For now it's only added to the sparc64 GENERIC 2006-01-31 22:34:13 +00:00
sys - Always call exec_free_args() in kern_execve() instead of doing it in all 2006-02-06 22:06:54 +00:00
tools Fix a leftover "iwi_boot" string. 2006-01-30 16:32:08 +00:00
ufs - Reorder calls to vrele() after calls to vput() when the vrele is a 2006-02-01 00:25:26 +00:00
vm - Fix silly VI locking that is used to check a single flag. The vnode 2006-02-06 10:14:12 +00:00
Makefile