freebsd-dev/sys
John Baldwin dc653882d4 Always pass the linker emulation via -m when linking modules and kernels.
Previously the linker emulation was only passed when building binary
objects for firmware modules.  This change always passes the desired
output format for kernel modules and kernels rather than requiring the
toolchain's default output format to match the desired output format.
This in turn permits use of external toolchains whose default output
format does not match the desired output format.

Reviewed by:	imp, emaste
Sponsored by:	DARPA / AFRL
Differential Revision:	https://reviews.freebsd.org/D10085
2017-04-05 03:05:04 +00:00
..
amd64
arm Fix spelling mistake, BCM2835_PASWORD -> BCM2835_PASSWORD 2017-04-03 22:36:45 +00:00
arm64
boot Small cleanup to make i386/loader match efi/loader boot environment code 2017-04-03 04:29:57 +00:00
bsm
cam Split iscsi(4) ctl frontend off of ctl(4) as cfiscsi(4) 2017-03-30 04:56:27 +00:00
cddl Fix expandsz 16.0E vals and vdev_min_asize of RAIDZ children 2017-04-03 13:11:28 +00:00
compat Use the kern_clock_nanosleep() to implement Linux clock_nanosleep() with 2017-04-02 18:16:00 +00:00
conf Always pass the linker emulation via -m when linking modules and kernels. 2017-04-05 03:05:04 +00:00
contrib
crypto Implement boot-time encryption key passing (keybuf) 2017-04-01 05:05:22 +00:00
ddb
dev cxgbe(4): Program the global RSS key once instead of once per ifnet. 2017-04-04 23:14:03 +00:00
fs ext2fs: Initial support for Extended Attributes. 2017-04-01 01:00:36 +00:00
gdb
geom Implement boot-time encryption key passing (keybuf) 2017-04-01 05:05:22 +00:00
gnu
i386
isa
kern Correct a kernel stack leak in 32-bit compat when vfc_name is short. 2017-04-04 17:32:08 +00:00
kgssapi
libkern
mips Remove dead code/ifdef. 2017-04-04 08:17:03 +00:00
modules Add 25/40/100Gigabit Ethernet Driver version v1.3.0 for Cavium Inc's. 2017-04-04 06:16:59 +00:00
net Allow MSIX to be turned off by tuneable per interface, per driver. 2017-04-04 21:03:34 +00:00
net80211 [net80211] refactor the A-MPDU RX window code 2017-04-02 20:59:12 +00:00
netgraph
netinet Add O_EXTERNAL_DATA opcode support. 2017-04-03 02:44:40 +00:00
netinet6 Allow explicitly assigned IPv6 loopback address to be used in jails 2017-03-31 09:10:05 +00:00
netipsec When we are doing SA lookup for TCP-MD5, check both source and 2017-04-04 13:41:50 +00:00
netnatm
netpfil Remove "IPFW static rules" rmlock. 2017-04-03 13:35:04 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto Don't leak a session and lock if a GMAC key has an invalid length. 2017-04-05 01:46:41 +00:00
powerpc Add Freescale eSPI driver found on QorIQ SoCs 2017-04-02 01:21:35 +00:00
riscv
rpc
security Break audit_bsm_klib.c into two files: one (audit_bsm_klib.c) 2017-04-03 10:15:58 +00:00
sparc64
sys Implement boot-time encryption key passing (keybuf) 2017-04-01 05:05:22 +00:00
teken
tests
tools
ufs ufs: Export UFS_MAXNAMLEN to pathconf, statfs 2017-04-05 01:44:03 +00:00
vm Assert that the align parameter to uma_zcreate() is valid. 2017-04-04 16:26:46 +00:00
x86
xdr
xen
Makefile