1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sys
Konstantin Belousov 2cfd5d3c91 Some callers of proc_reparent() already have the parent process locked.
Detect the situation and avoid process lock recursion.

Reported by:	Fabian Keil <freebsd-listen fabiankeil de>
2011-04-10 17:07:02 +00:00
..
amd64 Remove setting of PCB_FULL_IRET at the places where we are going to call 2011-04-08 21:27:31 +00:00
arm - Correct EHCI interrupt disabling at detach. 2011-04-03 20:17:49 +00:00
boot Move getc() body before xgetc() so gcc does not emit a warning about function 2011-04-06 17:54:12 +00:00
bsm
cam - Add kern.cam.ada.X.write_cache tunables/sysctls to control write caching 2011-04-08 14:42:29 +00:00
cddl Partially fix ZFS compat code for sparc64. 2011-04-08 11:08:26 +00:00
compat Remove stray semicolon. 2011-04-10 10:15:49 +00:00
conf - Add kern.cam.ada.X.write_cache tunables/sysctls to control write caching 2011-04-08 14:42:29 +00:00
contrib Use atomic load & store for TSC frequency. It may be overkill for amd64 but 2011-04-07 23:28:28 +00:00
crypto
ddb Extend the DDB command "watchdog" with the ability to specify a timeout 2011-04-05 14:15:58 +00:00
dev Don't hardcode assumptions about basic rates, similar to what the rt2661 2011-04-09 14:45:50 +00:00
fs Add a VOP_UNLOCK() for the directory, when that is not what 2011-04-09 23:55:27 +00:00
gdb
geom In g_eli_read_done() and g_eli_write_done(), for a bio with 2011-04-03 17:38:12 +00:00
gnu
i386 Add tunables that mirror the functionality of sysctls machdep.panic_on_nmi 2011-04-08 14:39:41 +00:00
ia64 Use the new arch_loadaddr I/F to align ELF objects to PBVM page 2011-04-03 23:49:20 +00:00
isa
kern Some callers of proc_reparent() already have the parent process locked. 2011-04-10 17:07:02 +00:00
kgssapi
libkern
mips if_arge has had a strange bug that only appears during high traffic 2011-04-05 06:46:07 +00:00
modules Fix make buildworld -DMODULES_WITH_WORLD on i386 2011-04-09 09:07:31 +00:00
net When removing ifnets, we should first remove the reference to ifnet 2011-04-04 07:45:08 +00:00
net80211 Re-add the pad[2] I deleted by accident. 2011-04-08 09:56:31 +00:00
netatalk
netgraph Properly unref ng_hub nodes on shutdown, so that we don't leak them. 2011-04-07 11:40:10 +00:00
netinet Port of the LRO fix from mxge driver to the generic 2011-04-07 21:20:26 +00:00
netinet6 Remove a check in udp6_send() that prevented v4-mapped v6 addresses from 2011-04-09 02:22:49 +00:00
netipsec
netipx
netnatm
netncp
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98 Use atomic load & store for TSC frequency. It may be overkill for amd64 but 2011-04-07 23:28:28 +00:00
pci
powerpc
rpc
security
sparc64
sun4v
sys Make it possible to use permission sets (full_set, modify_set, read_set 2011-04-09 07:42:25 +00:00
teken
tools
ufs Fix a long standing SUJ performance problem: 2011-04-10 03:49:53 +00:00
vm Fix several places to ignore processes that are not yet fully constructed. 2011-04-06 17:47:22 +00:00
x86 Refactor DELAYDEBUG as it is only useful for correcting i8254 frequency. 2011-04-08 19:54:29 +00:00
xdr
xen
Makefile