1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys
Kip Macy 87aedea449 - spread tcp timer callout load evenly across cpus if net.inet.tcp.per_cpu_timers is set to 1
- don't default to acquiring tcbinfo lock exclusively in rexmt

MFC after:	7 days
2010-03-20 19:47:30 +00:00
..
amd64 pmap amd64/i386: fix a typo in a comment 2010-03-19 14:48:32 +00:00
arm Add support for the Samsung S3C2xx0 family of ARM SoCs written by 2010-03-20 03:39:35 +00:00
boot BWCT boards can have 128MB SDRAM. 2010-03-09 00:50:58 +00:00
bsm
cam We actually can generate a host number. 2010-03-17 18:53:58 +00:00
cddl The same code is used to import and to create pool. 2010-03-19 20:14:27 +00:00
compat - Map EBDA if available and add 64KB above 1MB (high memory), just in case. 2010-03-19 21:15:43 +00:00
conf Correct MAXPHYS and DFLTPHYS description. 2010-03-20 15:30:26 +00:00
contrib Integrate OpenBSD rev 1.5 of x86emu.c. 2010-03-09 22:42:24 +00:00
crypto
ddb Add a space before printing 'thread pid ...' to match the space before 2010-02-12 19:52:51 +00:00
dev Enable MSI by default for SiI3124. 2010-03-20 04:40:15 +00:00
fs Fix a long standing regression of readdir(3) in fdescfs(5) introduced 2010-03-16 19:59:14 +00:00
gdb
geom Escape characters unsafe for XML output in GEOM class, instance and 2010-03-20 16:16:13 +00:00
gnu
i386 Back out revision 205307. 2010-03-19 16:09:57 +00:00
ia64 Don't check for boot_verbose in the environment. The loader does 2010-03-20 04:22:22 +00:00
isa Introduce the new kernel sub-tree x86 which should contain all the code 2010-02-25 14:13:39 +00:00
kern Split eventhandler_register() into an internal part and a wrapper function 2010-03-19 19:51:03 +00:00
kgssapi
libkern
mips Sibyte provides a 64-bit read-only counter that counts at half the processor 2010-03-20 05:49:06 +00:00
modules make UMA the default allocator for ZFS buffers - this avoids 2010-03-13 21:53:48 +00:00
net Split eventhandler_register() into an internal part and a wrapper function 2010-03-19 19:51:03 +00:00
net80211 Unbreak build by removing a code bit that is only related to other code 2010-03-18 15:28:17 +00:00
netatalk
netgraph Now fix functionality of 'netstat -f netgraph' that hasn't worked 2010-03-12 15:04:59 +00:00
netinet - spread tcp timer callout load evenly across cpus if net.inet.tcp.per_cpu_timers is set to 1 2010-03-20 19:47:30 +00:00
netinet6 The proper fix for the delayed SCTP checksum is to 2010-03-12 22:58:52 +00:00
netipsec Correct typo in comment. 2010-02-18 22:34:29 +00:00
netipx
netnatm
netncp
netsmb
nfs Factor out the code shared between NFS client and server into its own 2010-02-16 20:00:21 +00:00
nfsclient Simplify code a bit. 2010-02-18 22:10:55 +00:00
nfsserver Factor out the code shared between NFS client and server into its own 2010-02-16 20:00:21 +00:00
nlm
opencrypto
pc98 Remove COMPAT_43TTY from stock kernel configuration files. 2010-03-13 09:21:00 +00:00
pci
powerpc Revisit locking in the 64-bit AIM PMAP. The PVO head for a page is 2010-03-20 14:35:24 +00:00
rpc
security Update device-labeling logic for Biba, LOMAC, and MLS to recognize new-style 2010-03-02 15:05:48 +00:00
sparc64 o Add support for UltraSparc-IV+: 2010-03-17 22:45:09 +00:00
sun4v Remove COMPAT_43TTY from stock kernel configuration files. 2010-03-13 09:21:00 +00:00
sys Split eventhandler_register() into an internal part and a wrapper function 2010-03-19 19:51:03 +00:00
teken Fall back to ASCII codepoints for box drawing. 2010-02-08 09:16:59 +00:00
tools
ufs When ffs_realloccg() failed to allocate bigger fragment and, because 2010-02-13 10:34:50 +00:00
vm turn 205266 in to a no-op until the problem can be properly diagnosed 2010-03-18 20:30:25 +00:00
x86 Improving the clocks auto-tunning by firstly checking if the atrtc may be 2010-03-03 17:13:29 +00:00
xdr
xen don't hold spin lock across free 2010-02-21 01:12:18 +00:00
Makefile