1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00
freebsd/sys
John Baldwin 6cea44a704 Fix build with DEBUG defined.
Reported by:	hselasky
2015-10-29 15:16:47 +00:00
..
amd64 Fix build with DEBUG defined. 2015-10-29 15:16:47 +00:00
arm Retire pmap_dmap_iscurrent(). It is only a wrapper around pmap_is_current(), and is no longer called. 2015-10-28 21:17:38 +00:00
arm64 Mark functions as such. This means we call them directly rather than have 2015-10-27 22:24:57 +00:00
boot Make vers.c creation atomic by using a temporary file, then moving 2015-10-24 21:59:58 +00:00
bsm
cam Don't try to replicate mode pages not present on this device. 2015-10-26 14:14:56 +00:00
cddl
compat Finish process of moving the LinuxKPI module into the default kernel build. 2015-10-29 08:28:39 +00:00
conf Finish process of moving the LinuxKPI module into the default kernel build. 2015-10-29 08:28:39 +00:00
contrib
crypto
ddb
dev Finish process of moving the LinuxKPI module into the default kernel build. 2015-10-29 08:28:39 +00:00
fs
gdb
geom
gnu
i386 Build fix for i386/XBOX and pc98/GENERIC. 2015-10-28 12:10:01 +00:00
isa
kern Add missing NULL check in physio(). 2015-10-29 13:53:37 +00:00
kgssapi
libkern
mips Oops - use the wrong array offset. 2015-10-28 23:39:33 +00:00
modules Finish process of moving the LinuxKPI module into the default kernel build. 2015-10-29 08:28:39 +00:00
net Check the size of data available in mbuf, before using them. 2015-10-28 17:55:37 +00:00
net80211 net80211: add ieee80211_restart_all() call. 2015-10-27 20:40:57 +00:00
netgraph Bluetooth LE Security Management channel support. 2015-10-27 03:42:26 +00:00
netinet Calculate the correct amount of bytes that are in-flight for a connection as 2015-10-28 22:57:51 +00:00
netinet6 Use m_cat() to reassembly IPv6 packets. 2015-10-27 22:11:09 +00:00
netipsec Turning on IPSEC used to introduce a slight amount of performance 2015-10-27 00:42:15 +00:00
netnatm
netpfil Eliminate last rtalloc_ign() caller. 2015-10-27 21:25:40 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Finish process of moving the LinuxKPI module into the default kernel build. 2015-10-29 08:28:39 +00:00
opencrypto
pc98
powerpc
rpc
security
sparc64
sys Finish process of moving the LinuxKPI module into the default kernel build. 2015-10-29 08:28:39 +00:00
teken
tools
ufs Do not perform read-ahead for BA_CLRBUF request when we are low on 2015-10-27 13:44:13 +00:00
vm
x86 x86/dma_bounce: revert r289834 and r289836 2015-10-26 14:50:35 +00:00
xdr
xen
Makefile