HardenedBSD/sys
Mateusz Guzik 9657b80ce7 amd64: hide non-erms jump label under non-erms copyin/copyout
This change is a no-op in terms of semantics, but has a side effect
of removing a perfectly useless nop sled for CPUs with ERMS.

Approved by:	re (gjb)
Sponsored by:   The FreeBSD Foundation
2018-10-04 20:01:48 +00:00
..
amd64 amd64: hide non-erms jump label under non-erms copyin/copyout 2018-10-04 20:01:48 +00:00
arm Enable Capsicum on armv6/armv7 2018-09-13 21:00:17 +00:00
arm64 Add kernel ifunc support on arm64. 2018-10-01 18:51:08 +00:00
bsm
cam Move 32-bit compat support for CDIOREADTOCENTRYS to the right place. 2018-10-02 23:23:56 +00:00
cddl Avoid panic when adjusting priority of a read in the face of an IO error 2018-09-29 01:26:07 +00:00
compat Move 32-bit compat support for FIODGNAME to the right place. 2018-10-03 20:39:48 +00:00
conf Add kernel ifunc support on arm64. 2018-10-01 18:51:08 +00:00
contrib Add proper support for VIMAGE to krping. 2018-09-06 14:03:11 +00:00
crypto Reapply, with minor tweaks, r338025, from the original commit: 2018-09-26 17:12:14 +00:00
ddb
dev [ig4] style(9) clean-up 2018-10-04 19:54:47 +00:00
dts
fs Move 32-bit compat support for FIODGNAME to the right place. 2018-10-03 20:39:48 +00:00
gdb
geom Fix use-after-free in RAID0 error reporting of GEOM_RAID. 2018-09-24 16:58:55 +00:00
gnu
i386 Apply r339046 to i386. 2018-10-01 18:48:33 +00:00
isa Reapply, with minor tweaks, r338025, from the original commit: 2018-09-26 17:12:14 +00:00
kern In PR 227259, a user is reporting that they have code which is using 2018-10-03 17:40:04 +00:00
kgssapi
libkern
mips Re-enable kernel modules for the MALTA64EL kernel configuration. 2018-09-06 19:21:31 +00:00
modules
net Use strlcpy() instead of strncpy(). 2018-10-03 07:35:16 +00:00
net80211
netgraph
netinet Mitigate providing a timing signal if the COOKIE or AUTH 2018-10-01 14:05:31 +00:00
netinet6 After r338257 is was possible to trigger a KASSERT() in ud6_output() 2018-10-02 17:29:56 +00:00
netipsec Fix witness warning in xform_init(). 2018-09-26 14:47:51 +00:00
netpfil Significantly improve pf purge cpu usage by only taking locks 2018-09-16 00:44:23 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Introduce and use sgid_index in CM requests in ibcore. 2018-09-09 07:20:15 +00:00
opencrypto Add per-session locking to cryptosoft (swcr). 2018-09-26 20:23:12 +00:00
powerpc Use nda(4) on powerpc64 2018-10-02 21:36:00 +00:00
riscv Implement pmap_sync_icache(). 2018-09-24 17:41:29 +00:00
rpc
security Rework the logic around quick checks for auditing that take place at 2018-10-02 15:58:17 +00:00
sparc64
sys Use an unsigned iterator for domain sets. 2018-10-01 18:51:39 +00:00
teken
tests
tools
ufs Correct panic messages. 2018-09-22 17:05:49 +00:00
vm Use an unsigned iterator for domain sets. 2018-10-01 18:51:39 +00:00
x86 Fix an inverted test in ucode_load_ap(). 2018-10-03 14:20:43 +00:00
xdr
xen xen: legacy PVH fixes for the new interrupt count 2018-09-13 07:14:11 +00:00
Makefile