1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys
Pawel Jakub Dawidek 67e83b07c6 Fix information leak. We can find PIDs of running processes from within
a jail, etc. by simply calling setpriority(PRIO_PROCESS, <PID>, 0) and
checking the return value: 0 means that the process exists and -1 that
it doesn't exist.

Reviewed by:	rwatson
MFC after:	1 week
2008-03-16 17:55:06 +00:00
..
amd64 Regen. 2008-03-16 16:29:37 +00:00
arm In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
boot style(9) & style.Makefile(9) 2008-03-13 17:54:21 +00:00
bsm
cam
cddl In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
compat Implement sched_setaffinity and get_setaffinity using 2008-03-16 16:27:44 +00:00
conf Remove kernel support for M:N threading. 2008-03-12 10:12:01 +00:00
contrib In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
crypto
ddb Add a /S mode to DDB "ex" command, which interprets and prints the 2008-03-07 18:09:07 +00:00
dev In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
fs Remove kernel support for M:N threading. 2008-03-12 10:12:01 +00:00
gdb Commit SYSINIT() ;-adding patch missed in previous pass. 2008-03-16 13:02:04 +00:00
geom
gnu
i4b
i386 Regen. 2008-03-16 16:29:37 +00:00
ia64 In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
isa
kern Fix information leak. We can find PIDs of running processes from within 2008-03-16 17:55:06 +00:00
libkern
modules Update file list and Makefile after repocopying vr(4) from 2008-03-11 03:50:57 +00:00
net In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
net80211
netatalk
netatm In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
netgraph Improve apply callback error reporting: 2008-03-11 21:58:48 +00:00
netinet Correct IPsec behaviour with a 'use' level in SP but no SA available. 2008-03-14 16:38:11 +00:00
netinet6 Correct IPsec behaviour with a 'use' level in SP but no SA available. 2008-03-14 16:38:11 +00:00
netipsec In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
netipx
netnatm
netncp
netsmb Remove unused vc_tnode field from struct smb_vc. 2008-03-10 14:55:34 +00:00
nfs
nfs4client
nfsclient In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
nfsserver
opencrypto
pc98 In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
pccard
pci vr(4) was repocopied to src/sys/dev/vr. 2008-03-11 03:53:53 +00:00
powerpc In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
rpc
security In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
sparc64 In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
sun4v Add preliminary support for binding interrupts to CPUs: 2008-03-14 19:41:48 +00:00
sys Implement soon-to-be-used rw_unlock() macro. 2008-03-16 17:10:52 +00:00
tools
ufs In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
vm Simplify the inner loop of vm_fault()'s delete-behind heuristic. 2008-03-16 17:37:19 +00:00
Makefile