freebsd-dev/sys
Ed Maste 0e8b3ab348 Exclude -flto when building *genassym.o
The build process generates *assym.h using nm from *genassym.o (which is
in turn created from *genassym.c).

When compiling with link-time optimization (LTO) using -flto, .o files
are LLVM bitcode, not ELF objects. This is not usable by genassym.sh,
so remove -flto from those ${CC} invocations.

Submitted by:	George Rimar
Reviewed by:	dim
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D9659
2017-02-21 18:59:17 +00:00
..
amd64 Reimplement linux_arch_prctl() as a wrapper around sysarch(2). 2017-02-20 16:13:40 +00:00
arm MFamd64 r313933: microoptimize pmap_protect_pte1(). 2017-02-19 20:40:07 +00:00
arm64 Load the new sp_el0 with interrupts disabled in fork_trampoline. If an 2017-02-15 14:56:47 +00:00
boot improve PBKDF2 performance 2017-02-19 19:30:31 +00:00
bsm
cam Do not blindly free completed ATIOs/INOTs on invalidation. 2017-02-21 06:10:11 +00:00
cddl reimplement zfsctl (.zfs) support 2017-02-21 17:47:08 +00:00
compat Replace dummy implementation of RCU in the LinuxKPI with one based on 2017-02-21 18:04:21 +00:00
conf Exclude -flto when building *genassym.o 2017-02-21 18:59:17 +00:00
contrib Stop including sys/types.h from arm's machine/atomic.h, fix the places 2017-02-11 01:07:46 +00:00
crypto Remove pc98 support completely. 2017-01-28 02:22:15 +00:00
ddb Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
dev Remove duplicate INOT allocation. 2017-02-21 14:31:58 +00:00
fs Simplify devfs_fsync() by removing it. This might also be a minor 2017-02-20 16:18:33 +00:00
gdb
geom improve PBKDF2 performance 2017-02-19 19:30:31 +00:00
gnu Add Ingenic X1000 DTS files (unofficial). 2016-11-19 15:03:49 +00:00
i386 Implement rt_tgsigqueueinfo system call used by glibc for pthread_sigqueue(3). 2017-02-19 07:38:11 +00:00
isa Remove pc98 support completely. 2017-01-28 02:22:15 +00:00
kern Make the code match the comments: If we have ANY buf's that failed 2017-02-21 18:56:06 +00:00
kgssapi
libkern Remove inet_ntoa() from the kernel 2017-02-16 20:50:01 +00:00
mips Rename BERI_TEMPLATE to std.BERI to be more like other configs. 2017-02-21 17:34:27 +00:00
modules Exclude -flto when building *genassym.o 2017-02-21 18:59:17 +00:00
net Bring back r313037, with fixes for mips: 2017-02-19 02:03:09 +00:00
net80211 [net80211] validate VHT IEs. 2017-02-20 04:04:59 +00:00
netgraph mppc - Finish pluging NETGRAPH_MPPC_COMPRESSION. 2017-01-20 00:02:11 +00:00
netinet Remove inet_ntoa() from the kernel 2017-02-16 20:50:01 +00:00
netinet6 Remove IPsec related PCB code from SCTP. 2017-02-13 11:37:52 +00:00
netipsec For translated packets do not adjust UDP checksum if it is zero. 2017-02-18 19:53:37 +00:00
netnatm
netpfil Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel 2017-02-16 20:47:41 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
powerpc Correct the return value for pmap_change_attr() 2017-02-21 05:08:07 +00:00
riscv Implement atomic_fcmpset_*() for RISC-V. 2017-02-05 00:32:12 +00:00
rpc add svcpool_close to handle killed nfsd threads 2017-02-14 17:49:08 +00:00
security Audit 'fd' and 'cmd' arguments to fcntl(2), and when generating BSM, 2016-11-22 00:41:24 +00:00
sparc64 Bring back r313037, with fixes for mips: 2017-02-19 02:03:09 +00:00
sys Document what the different flags mean for locking. 2017-02-21 18:49:51 +00:00
teken
tests
tools Replace using of objdump with elfdump 2017-01-10 18:46:40 +00:00
ufs prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
vm try to fix RACCT_RSS accounting 2017-02-14 13:54:05 +00:00
x86 mca: change type of last_intr to time_t for consinstency 2017-02-21 09:33:21 +00:00
xdr
xen "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
Makefile Remove pc98 support completely. 2017-01-28 02:22:15 +00:00