1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00
freebsd/sys
Alexander Motin db7cdfee30 Some minor tuning to rpc/svc.c:
- close cosmetic race in svc_exit();
 - do not set wait timeout for idle threads if we have no use for wakeups;
 - create new requested thread sooner, not only after some another thread
wakeup, that may happen later under constant load.
2013-11-14 13:51:53 +00:00
..
amd64 Move the ioapic device model from userspace into vmm.ko. This is needed for 2013-11-12 22:51:03 +00:00
arm o Use common ARMv6/v7 bus_space tag. 2013-11-13 16:17:05 +00:00
boot Add support for Freescale Vybrid Family VF600 heterogeneous 2013-11-12 18:02:56 +00:00
bsm
cam
cddl
compat
conf Following the approach with ACPI DMAR on x86, split IOMMU handling into 2013-11-12 16:15:09 +00:00
contrib
crypto
ddb
dev Fix (I think!) the scan timeouts on the intel NICs. 2013-11-14 07:27:00 +00:00
fs Remove useless comparisions of assigned offset and resid with the 2013-11-13 08:55:09 +00:00
gdb
geom Add missing line breaks. 2013-11-11 11:13:12 +00:00
gnu/fs/reiserfs
i386 Disable building the ctl module for the i386 XEN kernel configuration 2013-11-11 21:16:55 +00:00
ia64
isa
kern Fix a very bad typo from r248887. 2013-11-14 09:45:33 +00:00
kgssapi
libkern
mips
modules Move the ioapic device model from userspace into vmm.ko. This is needed for 2013-11-12 22:51:03 +00:00
net
net80211
netatalk
netgraph
netinet
netinet6 Fix panic with RADIX_MPATH, when RTFREE_LOCKED() called for already 2013-11-11 12:49:00 +00:00
netipsec Initialize prot variable. 2013-11-11 13:19:55 +00:00
netipx
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
pci
powerpc Fix copy+paste-o, OEA64 uses LPTE, not PTE. 2013-11-14 07:41:52 +00:00
rpc Some minor tuning to rpc/svc.c: 2013-11-14 13:51:53 +00:00
security
sparc64
sys Add VM_LAST, a special last element in enum VM_GUEST and use it in CTASSERT 2013-11-12 20:13:10 +00:00
teken
tools
ufs
vm Avoid overflow for the page counts. 2013-11-12 08:47:58 +00:00
x86
xdr
xen
Makefile