1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00
freebsd/sys
Bruce M Simpson 448895b7fc Fix mbuf chain layout pessimization:
in the case where a single mbuf is allocated due to
 m_getcl() returning NULL, we already call MH_ALIGN,
 so do not increment m->m_data in this case.

Found during MLDv2 port.
2009-04-04 15:32:23 +00:00
..
amd64 Reduce code duplcations from r190620. While I am here, tweak a comment. 2009-04-02 01:46:57 +00:00
arm Fix the userland, RAS, version of atomic_fetchadd_32 : 2009-03-31 23:47:18 +00:00
boot Probe size of installed memory modules from loader and display it 2009-03-31 21:02:55 +00:00
bsm
cam Add interleaving root hold tokens from the CAM probe to disk_create and geom 2009-04-03 19:49:33 +00:00
cddl Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called 2009-04-03 19:46:12 +00:00
compat Regen 2009-04-01 13:12:40 +00:00
conf PowerPC, meet kernel core dumps. The support is based 2009-04-04 02:12:37 +00:00
contrib Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UX 2009-04-04 11:23:00 +00:00
crypto
ddb
dev Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UX 2009-04-04 11:23:00 +00:00
fs
gdb
geom Add interleaving root hold tokens from the CAM probe to disk_create and geom 2009-04-03 19:49:33 +00:00
gnu
i386 Fix the Xen build for i386 PV mode. 2009-04-01 17:06:28 +00:00
ia64 Add trivial implementation for the freebsd32_sysarch on ia64. 2009-04-01 19:23:07 +00:00
isa
kern PowerPC, meet kernel core dumps. The support is based 2009-04-04 02:12:37 +00:00
kgssapi
legacy/dev
libkern
mips Mark the declaration of bus_space_map 'static' as the implementation is. 2009-03-28 23:24:34 +00:00
modules Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UX 2009-04-04 11:23:00 +00:00
net Sync DLTs with latest libpcap version. 2009-04-02 13:02:12 +00:00
net80211 fix whitespace 2009-04-03 20:46:32 +00:00
netatalk
netgraph
netinet Fix mbuf chain layout pessimization: 2009-04-04 15:32:23 +00:00
netinet6
netipsec Fixed comments so it stays in 80 chars by line 2009-03-23 16:20:39 +00:00
netipx
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclient 2009-03-25 17:47:22 +00:00
nfsserver
nlm
opencrypto
pc98 MFi386: r190447 2009-03-27 03:45:42 +00:00
pci
powerpc PowerPC, meet kernel core dumps. The support is based 2009-04-04 02:12:37 +00:00
rpc
security Get rid of VSTAT and replace it with VSTAT_PERMS, which is somewhat 2009-03-29 17:45:48 +00:00
sparc64
sun4v
sys PowerPC, meet kernel core dumps. The support is based 2009-04-04 02:12:37 +00:00
tools Add SDT DTrace probes for VFS vnode operations in the vfs:vop 2009-03-29 03:30:15 +00:00
ufs When removing or renaming snaphost, do not delve into request_cleanup(). 2009-04-04 12:19:52 +00:00
vm Eliminate dead code. 2009-04-01 04:36:37 +00:00
xdr
xen Fix the Xen build for i386 PV mode. 2009-04-01 17:06:28 +00:00
Makefile