freebsd-dev/sys
Peter Wemm 714d4fe9b6 If we're doing a try-alloc of a pv entry and give up early, do not forget
to reduce the pv_entry_count counter.  This was found by Tor Egge.  In the
same email, Tor also pointed out the pv_stats problem in the previous
commit, but I'd forgotten about it until I went looking for this email
about this allocation problem.
2006-04-18 20:17:32 +00:00
..
alpha Retire pmap_track_modified(). We no longer need it because we do not 2006-04-12 04:22:52 +00:00
amd64 If we're doing a try-alloc of a pv entry and give up early, do not forget 2006-04-18 20:17:32 +00:00
arm We need to adjust the bus handle if the resource is SYS_RES_MEMORY, NOT 2006-04-13 15:07:59 +00:00
boot Fix style nit noticed by bde. 2006-04-15 02:51:53 +00:00
bsm
cam o Do not double i/o stats for cd(4) already acounted in g_disk_done(). 2006-04-17 09:12:53 +00:00
coda
compat
conf Import ACPI Dock Station support. Note that this is still very young. 2006-04-15 12:31:34 +00:00
contrib fix "ipf -Z" reporting rubbish and possibly panic'ing box 2006-04-18 13:24:14 +00:00
crypto On padlock initialization, allocate memory with M_WAITOK. 2006-04-12 12:13:34 +00:00
ddb
dev Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing 2006-04-18 06:14:43 +00:00
doc
fs Remove unused prototypes. 2006-04-12 12:17:29 +00:00
gdb
geom Fix storing offset of already synchronized data. Offset in entire array was 2006-04-18 13:52:11 +00:00
gnu Repair ext2fs writes. 2006-04-13 19:37:32 +00:00
i4b
i386 Import ACPI Dock Station support. Note that this is still very young. 2006-04-15 12:31:34 +00:00
ia64 Retire pmap_track_modified(). We no longer need it because we do not 2006-04-12 04:22:52 +00:00
isa
isofs/cd9660
kern Adaptively spin before blocking on the turnstile if an rwlock is write 2006-04-18 18:27:54 +00:00
libkern
modules Import ACPI Dock Station support. Note that this is still very young. 2006-04-15 12:31:34 +00:00
net Use ANSI C function protypes and declarations for if_arcsubr. 2006-04-12 07:44:31 +00:00
net80211
netatalk
netatm
netgraph Correct assertion in ng_detach(). 2006-04-06 02:54:42 +00:00
netinet Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDED 2006-04-18 09:20:16 +00:00
netinet6 Mirror IPv4 pcb locking into in6_setsockaddr() and in6_setpeeraddr(): 2006-04-15 05:24:23 +00:00
netipsec Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION. 2006-04-10 15:04:36 +00:00
netipx Make this compile without INVARIANTS. 2006-04-11 23:15:47 +00:00
netkey
netnatm In natm_usr_abort(), replace existing call to natm_usr_shutdown() with 2006-04-09 17:14:09 +00:00
netncp
netsmb
nfs
nfs4client
nfsclient Keep track of the number of in-progress async direct IO writes in the nfsnode. 2006-04-06 01:20:30 +00:00
nfsserver Introduce a new MAC entry point for label initialization of the NFS daemon's 2006-04-06 23:33:11 +00:00
opencrypto Be sure to wakeup the crypto thread when new request was queued. 2006-04-11 18:01:04 +00:00
pc98
pccard
pci
posix4 Use proc lock to prevent a thread from exiting, Giant was no longer used to 2006-04-10 04:55:59 +00:00
powerpc Add kbdmux(4). This avoids having to use the hint.pcib.1.skipslot=26 2006-04-07 22:04:07 +00:00
rpc
security Introduce a new MAC entry point for label initialization of the NFS daemon's 2006-04-06 23:33:11 +00:00
sparc64 - Since critical sections no longer raise the processor interrupt level to 2006-04-17 21:03:24 +00:00
sys Update comments to mention that each turnstile contains two queues and to 2006-04-18 18:21:38 +00:00
tools
ufs Fix panic() message to give the right function name. 2006-04-17 07:43:56 +00:00
vm Change msleep() and tsleep() to not alter the calling thread's priority 2006-04-17 18:20:38 +00:00
Makefile