freebsd-dev/sys
Andrew Turner b792434150 Create sys/reg.h for the common code previously in machine/reg.h
Move the common kernel function signatures from machine/reg.h to a new
sys/reg.h. This is in preperation for adding PT_GETREGSET to ptrace(2).

Reviewed by:	imp, markj
Sponsored by:	DARPA, AFRL (original work)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D19830
2021-08-30 12:50:53 +01:00
..
amd64 Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
arm Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
arm64 Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
bsm Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9). 2021-08-05 23:20:42 +08:00
cam targ(4): Remove D_NEEDGIANT. 2021-08-21 11:20:54 -04:00
cddl Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
compat Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
conf Don't error out on unused but set variables with clang 13 2021-08-29 15:53:40 +02:00
contrib routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549). 2021-08-22 22:56:08 +00:00
crypto Use arm64 sha256 intrinsics in libmd 2021-08-11 10:20:48 +00:00
ddb Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
dev Update a sysctl name to nbuffers_pcpu in hwpmc.4 and pmcstat.c 2021-08-29 21:24:50 +02:00
dts Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
fs Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
gdb
geom Fix some common typos in source code comments 2021-08-28 18:57:23 +02:00
gnu
i386 Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
isa newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,location} with sbuf 2021-06-22 20:52:06 -06:00
kern Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
kgssapi
libkern libkern: remove bcopy 2021-08-24 11:24:07 +00:00
mips Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
modules Add support for Lewisburg GPIO through P2SB 2021-08-26 11:00:39 +02:00
net routing: Bring back the ability to specify transmit interface via its name. 2021-08-29 20:05:14 +00:00
net80211 Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
netgraph routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549). 2021-08-22 22:56:08 +00:00
netinet inet(3): Fix a few common typos in source code comments 2021-08-28 18:53:02 +02:00
netinet6 inet6(4): Fix a few common typos in source code comments 2021-08-28 18:53:59 +02:00
netipsec ipsec: fix race condition in key.c 2021-08-13 12:52:38 +02:00
netpfil pf: Introduce nvlist variant of DIOCGETSTATUS 2021-08-29 14:59:04 +02:00
netsmb netsmb: Avoid a read-after-free in smb_t2_request_int() 2021-05-26 10:45:40 -04:00
nfs
nfsclient
nfsserver
nlm
ofed routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549). 2021-08-22 22:56:08 +00:00
opencrypto Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
powerpc Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
riscv Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
rpc rpc: Make function tables const 2021-08-14 11:26:12 -04:00
security Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9). 2021-08-05 23:20:42 +08:00
sys Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
teken
tests routing: add IPv6 fib validation procedure. 2021-08-16 23:04:01 +00:00
tools Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
ufs ddb: do not assume that ffs is mounted with softdep 2021-08-24 21:00:19 -05:00
vm vm: use __func__ for the correct function name 2021-08-22 17:43:12 +00:00
x86 Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
xdr
xen xen: introduce xen_pv_disks_disabled() 2021-07-28 17:27:04 +02:00
Makefile