freebsd-skq/sys
Alexander V. Chernikov f2e5eb368a Improve memory allocation model for rt_msg2() rtsock messages:
* memory is now allocated as early as possible, without holding locks.
 * sysctl users are now guaranteed to get a response (M_WAITOK buffer prealloc).
 * socket users are more likely to use on-stack buffer for replies.
 * standard kernel malloc/free functions are now used instead of radix wrappers.
rt_msg2() has been renamed to rtsock_msg_buffer().

MFC after:	1 month
2014-04-27 17:41:18 +00:00
..
amd64 Report boot method (BIOS/UEFI) via sysctl machdep.bootmethod 2014-04-27 15:14:59 +00:00
arm Provide a proper armv7 implementation of icache_sync_all rather than 2014-04-27 00:46:01 +00:00
boot Revert r258678. Make the led gpio-specifier match again the #gpio-cells 2014-04-27 13:10:51 +00:00
bsm
cam
cddl
compat
conf
contrib
crypto
ddb
dev Setting the IMOD value below 0x3F8 can cause IRQ lockups in the Intel 2014-04-27 15:41:44 +00:00
fs
gdb
geom
gnu
i386 Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
ia64 Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
isa
kern Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
kgssapi
libkern
mips Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
modules
net Improve memory allocation model for rt_msg2() rtsock messages: 2014-04-27 17:41:18 +00:00
net80211 Use logical rather than bitwise OR in if() expression. 2014-04-26 23:22:49 +00:00
netgraph
netinet
netinet6 Use "hash" value in rtalloc_mpath_fib() instead of RTF_ANNOUNCE flag. 2014-04-26 16:46:33 +00:00
netipsec
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
pci
powerpc Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
rpc
security
sparc64 Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
sys Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
teken
tools
ufs
vm When vm_fault_copy_entry() is called from vm_map_protect() for a wired 2014-04-27 05:19:01 +00:00
x86
xdr
xen
Makefile