freebsd-skq/sys
Bosko Milekic a40fdcb439 When generating the zone stats make sure to handle the master zone
("UMA Zone") carefully, because it does not have pcpu caches allocated
at all.  In the UP case, we did not catch this because one pcpu cache
is always allocated with the zone, but for the MP case, we were getting
bogus stats for this zone.

Tested by: Lukas Ertl <le@univie.ac.at>
2003-07-30 15:22:37 +00:00
..
alpha In get_mcontext(), if we need to clear the return value, clear 2003-07-30 06:38:35 +00:00
amd64 Use PSL_KERNEL as upcall thread's initial rflags, don't use 2003-07-29 12:44:16 +00:00
arm
boot
cam Fix the new DA_OLD_QUIRKS option for normal and module compiles. 2003-07-29 18:08:16 +00:00
coda
compat Try to make 'uname -a' look more like it does on Linux: 2003-07-29 10:03:15 +00:00
conf Fix the new DA_OLD_QUIRKS option for normal and module compiles. 2003-07-29 18:08:16 +00:00
contrib Make this compile on 64 bit systems again. You cannot just cast a 32 bit 2003-07-28 10:25:26 +00:00
crypto
ddb
dev Rearrange the vcc structure so that the generic getvcc function 2003-07-30 14:20:00 +00:00
fs
geom Fix a memory leak in CCD's mirror code. 2003-07-29 20:04:06 +00:00
gnu
i4b
i386 Detour via (void *) to defeat gcc's strict-aliasing warnings when using 2003-07-30 00:04:58 +00:00
ia64
isa
isofs/cd9660
kern Revision 1.51 of vm/uma_core.c modified uma_large_free() to acquire Giant 2003-07-29 05:23:19 +00:00
libkern
modules Fix the new DA_OLD_QUIRKS option for normal and module compiles. 2003-07-29 18:08:16 +00:00
net Implement a mechanism by which ATM drivers can inform interested 2003-07-29 13:04:52 +00:00
net80211
netatalk
netatm The number of prefixes can never be negative so use an u_int for this. 2003-07-29 13:46:43 +00:00
netgraph Process events from the ATM drivers. Carrier change and PVC change 2003-07-29 16:27:23 +00:00
netinet
netinet6 Cleanup useless break. 2003-07-29 14:10:13 +00:00
netipsec
netipx
netkey
netnatm
netncp
netsmb
nfs
nfsclient Fix a problem that occurs when truncating files on NFSv3 mounts: we need 2003-07-29 00:17:29 +00:00
nfsserver
opencrypto
pc98
pccard
pci
posix4
powerpc Make pmap_pvo_allocf() callable without Giant. 2003-07-27 20:57:53 +00:00
rpc
security
sparc64
sys
tools
ufs Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with the 2003-07-28 18:53:29 +00:00
vm When generating the zone stats make sure to handle the master zone 2003-07-30 15:22:37 +00:00
Makefile