freebsd-skq/sys
ed d1deb1fb9e Make 32-bit system calls end up in svc_handler().
The nice thing about ARM64 is that it's pretty elegant to install
separate trap/exception handlers for 32-bit and 64-bit processes. That
said, for all other architectures (e.g., i386 on amd64) we always let
32-bit counterparts go through the regular system call codepath. Let's
do the same on ARM64.

Reviewed by:	andrew
Differential Revision:	https://reviews.freebsd.org/D13146
2017-11-26 14:28:27 +00:00
..
amd64
arm Allwinner a83t: enable USB support 2017-11-25 16:46:35 +00:00
arm64 Make 32-bit system calls end up in svc_handler(). 2017-11-26 14:28:27 +00:00
bsm
cam
cddl
compat Decode kevent structures logged via ktrace(2) in kdump. 2017-11-25 04:49:12 +00:00
conf Avoid emitting a PT_INTERP section for powerpc64 kernels and arrange for 2017-11-25 21:45:51 +00:00
contrib Switch the default firmware for npe(4) from the QOS_VLAN one to the 2017-11-24 15:48:17 +00:00
crypto
ddb
dev Do not bind to CPUs with SMT, which use a different CPU numbering convention 2017-11-25 21:46:51 +00:00
dts
fs
gdb
geom
gnu
i386
isa
kern Remove some, but not all, assumptions that the BSP is CPU 0 and that CPUs 2017-11-25 23:41:05 +00:00
kgssapi
libkern
mips bhnd(4): Add a basic ChipCommon GPIO driver sufficient to support bwn(4) 2017-11-22 23:10:20 +00:00
modules Don't redefine _KERNEL. 2017-11-24 19:08:54 +00:00
net
net80211
netgraph
netinet Fix SPDX line as suggested by pfg 2017-11-24 19:38:59 +00:00
netinet6
netipsec
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
powerpc Remove another extern int n_slbs made redundant by declaring this in 2017-11-26 04:34:13 +00:00
riscv
rpc
security
sparc64
sys Convert in-kernel thread_lock_flags calls to thread_lock when debug is disabled 2017-11-25 20:37:13 +00:00
teken
tests
tools
ufs
vm
x86
xdr
xen
Makefile