freebsd-skq/sys
Andrew Turner ef477cd70b Place the literal pool after a RET otherwise clang 3.5 tries to put it too
far away from a ldr psuedo instruction. With this clang will place the
literal value here where it's close enough to be loaded.

MFC after:	1 week
Sponsored by:	ABT Systems Ltd
2014-12-05 19:14:05 +00:00
..
amd64 This configuration file removes several debugging options, including 2014-12-02 19:55:43 +00:00
arm Place the literal pool after a RET otherwise clang 3.5 tries to put it too 2014-12-05 19:14:05 +00:00
boot Define the ffs() function in the USB bootloader's global and 2014-12-05 12:04:47 +00:00
bsm
cam In addition to r275481 allow threshold notifications work without UNMAP. 2014-12-05 13:30:45 +00:00
cddl Fix a regression introduced in r274337 (large block support) 2014-12-05 18:29:01 +00:00
compat The process spin lock currently has the following distinct uses: 2014-11-26 14:10:00 +00:00
conf Ignore more warnings with external gcc 2014-11-29 14:30:39 +00:00
contrib Correctly define constants. 2014-11-28 04:07:06 +00:00
crypto Fix gcc build: preserve const qualifier when casting input values. 2014-11-11 13:37:28 +00:00
ddb
dev Optimise bit searching loop by using the ffs() function. 2014-12-05 12:07:53 +00:00
fs The process spin lock currently has the following distinct uses: 2014-11-26 14:10:00 +00:00
gdb
geom Avoid unneeded malloc/memcpy/free if there is no metadata on disk. 2014-12-05 10:23:18 +00:00
gnu
i386 This configuration file removes several debugging options, including 2014-12-02 19:55:43 +00:00
isa
kern Const poison in a few places to ensure we don't modify things 2014-12-03 22:14:13 +00:00
kgssapi
libkern Use the unified syntax in a few more assembly files 2014-12-05 19:08:36 +00:00
mips Switch is an 8316, so make the comments say that. 2014-12-03 23:37:23 +00:00
modules There never was a PC Card joystick attachment that worked. Kill the 2014-11-22 20:31:20 +00:00
net Remove unneded check. No need to do m_pullup to the size that we prepended. 2014-12-02 05:41:03 +00:00
net80211
netgraph In preparation of merging projects/sendfile, transform bare access to 2014-11-12 09:57:15 +00:00
netinet This is the SCTP specific companion of 2014-12-04 21:17:50 +00:00
netinet6 This is the SCTP specific companion of 2014-12-04 21:17:50 +00:00
netipsec Fix style(9) and remove m_freem(NULL). 2014-12-04 05:02:12 +00:00
netnatm
netpfil pf(4) needs to have a correct checksum during its processing. 2014-11-19 13:31:08 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Start process of removing the use of the deprecated "M_FLOWID" flag 2014-12-01 11:45:24 +00:00
opencrypto
pc98 This configuration file removes several debugging options, including 2014-12-02 19:55:43 +00:00
powerpc This configuration file removes several debugging options, including 2014-12-02 19:55:43 +00:00
rpc In preparation of merging projects/sendfile, transform bare access to 2014-11-12 09:57:15 +00:00
security
sparc64 This configuration file removes several debugging options, including 2014-12-02 19:55:43 +00:00
sys Always ignore the deprecated MAP_RENAME and MAP_NORESERVE flags to mmap(). 2014-12-05 15:24:42 +00:00
teken
tools
ufs Merge from projects/sendfile: 2014-11-23 12:01:52 +00:00
vm Always ignore the deprecated MAP_RENAME and MAP_NORESERVE flags to mmap(). 2014-12-05 15:24:42 +00:00
x86 Improve support for XSAVE with debuggers. 2014-11-21 20:53:17 +00:00
xdr
xen opt_global.h is included automatically in the build. No need to 2014-11-18 17:06:56 +00:00
Makefile