1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00
freebsd/sys
John Baldwin 4971f62a86 - Add a mutex to the proc structure p_mtx that will be used to lock accesses
to each individual proc.
- Initialize the lock during fork1(), and destroy it in wait1().
2000-12-03 01:22:34 +00:00
..
alpha exec_osf1_imgact() should return -1 for non OSF1/ECOFF binaries, it should 2000-12-02 04:15:17 +00:00
amd64 Change cpu_switch to explicitly popl the callers program counter and 2000-12-03 01:09:59 +00:00
boot
cam
coda
compat Protect access to p_stat with sched_lock. 2000-12-01 06:34:19 +00:00
compile
conf Forgot this file in previous commit to remove file kern_threads.c 2000-12-02 05:42:30 +00:00
contrib/dev Remove duplicate definition. 2000-12-01 12:10:06 +00:00
crypto
ddb
dev Major speedup to /dev/random and the kernel thread that reseeds it. 2000-12-02 18:40:16 +00:00
fs Protect p_stat with the sched_lock. 2000-12-02 01:58:15 +00:00
geom
gnu Backed out previous commit. Don't depend on namespace pollution in 2000-12-02 12:03:58 +00:00
i4b
i386 Change cpu_switch to explicitly popl the callers program counter and 2000-12-03 01:09:59 +00:00
ia64
isa Namespace cleanup. Remove some #includes in favour of an explicit 2000-12-02 17:59:41 +00:00
isofs/cd9660
kern - Add a mutex to the proc structure p_mtx that will be used to lock accesses 2000-12-03 01:22:34 +00:00
libkern Recouple arc4random(9) to the entropy device. This works whether the 2000-12-02 16:23:54 +00:00
miscfs Protect p_stat with the sched_lock. 2000-12-02 01:58:15 +00:00
modules Fix dependency for auto-generated files. This commit is 2000-12-02 23:47:41 +00:00
msdosfs
net
netatalk
netatm
netgraph Add splhigh()s to protect against a race condition 2000-12-02 13:27:58 +00:00
netinet
netinet6
netipx
netkey
netnatm
netncp
netns
nfs
nfsclient
nfsserver
ntfs
nwfs
pc98
pccard
pci Add device ID for the 3c565C card. I followed exactly the 3c575c, but 2000-12-01 19:41:14 +00:00
posix4
powerpc acquire/release Giant in vm_page_zero_idle(), like on i386 2000-12-01 18:55:58 +00:00
rpc
svr4
sys - Add a mutex to the proc structure p_mtx that will be used to lock accesses 2000-12-03 01:22:34 +00:00
tools
ufs
vm Backed out previous commit. Don't depend on namespace pollution in 2000-12-02 12:03:58 +00:00
Makefile