freebsd_amp_hwpstate/sys
Kyle Evans 6687410af7 makesyscalls: sprinkle some assert() on standard function calls
Improves our error reporting, ensuring that we aren't just ignoring
errors in the common case.

Note specifically the boundary where we have to change up our error
handling approach.  It's fine to error() out up until we create the
tempdir, then the rest should try to handle it gracefully and abort().
A future change will clean this up further by pcall'ing all of the bits
that cannot currently error() without cleaning up.
2021-09-24 20:55:56 -05:00
..
amd64 Revert "linux32: add a hack to avoid redefining the type of the savefpu tag" 2021-09-22 23:17:47 +03:00
arm arm: Handle thumb2 thread entry point. 2021-09-21 23:20:27 +02:00
arm64 arm64: Handle thumb2 thread entry point. 2021-09-21 23:20:27 +02:00
bsm
cam libcam: Define depop structures and introduce scsi_wrap 2021-09-20 16:27:59 -06:00
cddl
compat Drop cloudabi 2021-09-22 00:18:44 +03:00
conf Drop cloudabi 2021-09-22 00:18:44 +03:00
contrib ipfilter: Locking sysctls here is not required 2021-09-24 11:41:02 -07:00
crypto
ddb
dev acpi_cpu: Make device unit numbers match OS CPU IDs. 2021-09-24 21:24:19 -04:00
dts
fs unionfs: lock newly-created vnodes before calling insmntque() 2021-09-23 19:20:30 -07:00
gdb
geom
gnu
i386 Drop cloudabi 2021-09-22 00:18:44 +03:00
isa
kern bus: Cleanup device_probe_child() 2021-09-24 20:34:56 -04:00
kgssapi
libkern
mips
modules Revert "linux32: add a hack to avoid redefining the type of the savefpu tag" 2021-09-22 23:17:47 +03:00
net pf: support dummynet 2021-09-24 11:41:25 +02:00
net80211
netgraph
netinet tcp: Rack compressed ack path updates the recv window too easily 2021-09-23 11:43:29 -04:00
netinet6
netipsec ipsec: Add support for PMTUD for IPv6 tunnels 2021-09-24 10:27:21 +02:00
netpfil pf: support dummynet 2021-09-24 11:41:25 +02:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto opencrypto: Disallow requests which pass VERIFY_DIGEST without a MAC 2021-09-24 15:04:45 -04:00
powerpc
riscv
rpc rpc: Convert an SOLISTENING check to an assertion 2021-09-17 14:19:05 -04:00
security
sys bus: retire DF_REBID 2021-09-24 12:15:34 -06:00
teken
tests
tools makesyscalls: sprinkle some assert() on standard function calls 2021-09-24 20:55:56 -05:00
ufs Eliminate snaplk / bufwait LOR when creating UFS snapshots 2021-09-18 17:02:30 -07:00
vm vm_page_startup: correct calculation of the starting page 2021-09-19 21:27:55 +03:00
x86 x86: Add NUMA nodes into CPU topology. 2021-09-23 14:31:38 -04:00
xdr
xen
Makefile