freebsd_amp_hwpstate/sys
Gleb Smirnoff bd54830bcb Use m_get(), m_gethdr() and m_getcl() instead of historic macros.
Sponsored by:	Nginx, Inc.
2013-03-12 12:17:19 +00:00
..
amd64 The kernel pmap is statically allocated, so there is really no need to 2013-03-10 21:07:44 +00:00
arm Use m_get2() to get an mbuf of appropriate size. 2013-03-12 10:05:36 +00:00
boot Attach the elf section headers to the loaded kernel as metadata, so 2013-03-10 00:43:01 +00:00
bsm
cam
cddl Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
compat Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
conf Add __aeabi_memcpy to libkern as clang may generate calls to it. 2013-03-10 07:55:40 +00:00
contrib
crypto
ddb
dev Finish r243882: mechanically substitute flags from historic mbuf 2013-03-12 08:59:51 +00:00
fs Finish r243882: mechanically substitute flags from historic mbuf 2013-03-12 08:59:51 +00:00
gdb
geom
gnu/fs/reiserfs
i386 The kernel pmap is statically allocated, so there is really no need to 2013-03-10 21:07:44 +00:00
ia64 Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
isa
kern In kern_sendfile() use m_extadd() instead of MEXTADD() macro, supplying 2013-03-12 12:15:24 +00:00
kgssapi
libkern Add __aeabi_memcpy to libkern as clang may generate calls to it. 2013-03-10 07:55:40 +00:00
mips Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
modules Shift this over to a new location in contrib/, in preparation to push 2013-03-12 02:54:49 +00:00
net Reinitialize eh after pfil(9) processing. 2013-03-11 12:06:57 +00:00
net80211 Kill this, it's not needed at this point and (hopefully) the parent 2013-03-10 04:38:06 +00:00
netatalk
netgraph
netinet Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzed 2013-03-11 12:22:44 +00:00
netinet6 Take the inpcb rlock before calculating checksum, it was accidentally 2013-03-12 02:20:20 +00:00
netipsec
netipx
netnatm
netpfil
netsmb Call make_dev_credf() rather than using the couple make_dev()/dev_ref(). 2013-03-09 16:58:19 +00:00
nfs
nfsclient Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
nfsserver Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
nlm
ofed Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
opencrypto
pc98 Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
pci
powerpc Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
rpc Use m_get(), m_gethdr() and m_getcl() instead of historic macros. 2013-03-12 12:17:19 +00:00
security Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
sparc64 Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
sys The m_extadd() can fail due to memory allocation failure, thus: 2013-03-12 12:12:16 +00:00
teken
tools
ufs Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
vm Update a comment: The object lock is no longer a mutex. 2013-03-09 21:32:24 +00:00
x86
xdr Finish r243882: mechanically substitute flags from historic mbuf 2013-03-12 08:59:51 +00:00
xen
Makefile