freebsd-dev/sys
Ed Maste 22ef11ee47 Link EFI/uboot loaders with -znotext
By default LLD links with relocations disallowed against readonly
sections (e.g., .text), but the 32-bit ARM EFI & uboot boot bits require
such relocations. -znotext is either ignored as an unknown -z option
(in-tree lld 2.17.50) or is already the default (GNU ld or GNU gold from
ports) so we can just add it unconditionally to allow building with LLD.

This is similar to the change in r320179 for the kernel link.

Sponsored by:	The FreeBSD Foundation
2017-07-01 18:48:15 +00:00
..
amd64 When "force" is specified to pmap_invalidate_cache_range(), the given 2017-07-01 16:42:09 +00:00
arm Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
arm64 Remove all calls to cpu_dcache_wb_range from the arm64 pmap code. These 2017-07-01 09:38:52 +00:00
boot Link EFI/uboot loaders with -znotext 2017-07-01 18:48:15 +00:00
bsm Commit the 64-bit inode project. 2017-05-23 09:29:05 +00:00
cam Allow status aggregation for ramdisk reads. 2017-06-30 07:48:08 +00:00
cddl fix an architectural problem introduced in r320156, ZFS ABD import 2017-06-28 13:59:20 +00:00
compat Amend the layout of kevent32 on powerpc where uint64_t has 8-byte 2017-06-30 16:12:57 +00:00
conf Add iic_recover_bus.c. Should have been part of r320461. 2017-06-29 02:19:30 +00:00
contrib Avoid including list.h in LinuxKPI headers. 2017-06-18 16:43:57 +00:00
crypto Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
ddb Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
dev Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
fs Fix an NFSv3 client case that probably never happens. 2017-06-28 21:37:08 +00:00
gdb
geom g_virstor.h: macro parenthesization 2017-06-30 22:01:18 +00:00
gnu Update the GNU DTS file from Linux 4.11 2017-06-20 03:13:49 +00:00
i386 When "force" is specified to pmap_invalidate_cache_range(), the given 2017-07-01 16:42:09 +00:00
isa Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
kern Change blst_leaf_alloc() to handle a cursor argument, and to improve 2017-07-01 05:27:40 +00:00
kgssapi
libkern arm64: add ".arch armv8-a+crc" to allow use of crc instructions 2017-06-08 20:06:09 +00:00
mips Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
modules Sort SRCS. 2017-06-26 21:14:33 +00:00
net Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
net80211 net80211: initialize i_seq for A-MPDU frames. 2017-06-01 20:46:43 +00:00
netgraph Check return value from soaccept(). 2017-06-14 16:13:20 +00:00
netinet Handle sctp_get_next_param() in a consistent way. 2017-06-23 21:01:57 +00:00
netinet6 Fix an unnecessary/incorrect check in the PKTOPT_EXTHDRCPY macro. 2017-05-30 14:50:28 +00:00
netipsec Build kdebug_secreplay() function only when IPSEC_DEBUG is defined. 2017-06-01 10:04:12 +00:00
netpfil Fix IPv6 extension header parsing. The length field doesn't include the 2017-06-29 19:06:43 +00:00
netsmb
nfs Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
nfsclient Add an NFSv4.1 mount option for "use one openowner". 2017-04-13 21:54:19 +00:00
nfsserver Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
nlm Commit the 64-bit inode project. 2017-05-23 09:29:05 +00:00
ofed Avoid including list.h in LinuxKPI headers. 2017-06-18 16:43:57 +00:00
opencrypto Use const with some read-only buffers in opencrypto APIs. 2017-05-09 18:28:42 +00:00
powerpc Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
riscv Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
rpc Listening sockets improvements. 2017-06-08 21:30:34 +00:00
security Correct bitwise test in mac_bsdextended ugidfw_rule_valid() 2017-06-13 01:17:58 +00:00
sparc64 Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
sys Bump __FreeBSD_version due to r320528, cleanup and inlining of 2017-07-01 15:58:57 +00:00
teken Oops, my fix for bright colors broke bright black some more (in cases 2017-03-27 10:48:28 +00:00
tests style(9): sort headers 2017-05-09 05:08:47 +00:00
tools make.conf: Add the possibility to use another DTC 2017-06-17 23:34:53 +00:00
ufs Create a new function ffs_getcg() to read in and verify a cylinder 2017-06-28 17:32:09 +00:00
vm Clear the MAP_WIREFUTURE flag on the vm map in exec_new_vmspace() when it 2017-06-30 15:49:36 +00:00
x86 Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
xdr * limit size of buffers to RPC_MAXDATASIZE 2017-06-01 06:12:25 +00:00
xen xenstore: fix suspension when using the xenstore device 2017-03-07 09:17:48 +00:00
Makefile Remove glimpse make target added in r181432 2017-05-22 15:53:30 +00:00