NetBSD/sys
nat 5bacd30de6 Avoid adding another member to the softc and use sc_flags instead.
NFCI.
2023-08-08 17:31:13 +00:00
..
altq Make ifq_drops in struct ifqueue and struct ifaltq 64 bit. 2022-10-24 08:11:24 +00:00
arch introduce new GCC 12 warning disables and use them in a few places 2023-08-08 06:27:31 +00:00
coda coda_call(): Appease GCC 12.3.0 -Wmisleading-indentation 2023-08-03 03:10:23 +00:00
compat avoid uninitialised accesses 2023-08-03 08:32:52 +00:00
conf introduce new GCC 12 warning disables and use them in a few places 2023-08-08 06:27:31 +00:00
crypto sys/crypto: aarch64: Catch up with builtin rename for GCC12 2023-08-07 01:14:19 +00:00
ddb ddb: Teach `show all tstiles' to show the type of each lock. 2023-07-17 12:55:03 +00:00
dev Avoid adding another member to the softc and use sc_flags instead. 2023-08-08 17:31:13 +00:00
dist/pf fix indentation issues. 2023-08-07 23:28:58 +00:00
dtb Also build dtb files for CONFIG_SOC_IMX6SX 2023-05-04 13:31:36 +00:00
external nix the NetBSD specific GEM_BUG_ON(). 2023-08-08 06:59:40 +00:00
fs Convert UDF file system code from the depricated tsleep(9)/wakeup(9) to the MP 2023-06-27 09:58:50 +00:00
gdbscripts
kern xcall(9): Rename condvars to be less confusing. 2023-08-06 17:50:20 +00:00
lib Add /* FALLTHROUGH */ comment for sure. 2023-06-14 00:28:55 +00:00
miscfs specfs: KNF. No functional change intended. 2023-04-22 15:32:49 +00:00
modules amdgpu: Define CONFIG_DRM_AMD_DC to enable display core logic. 2023-07-14 13:05:59 +00:00
net The analysis documented in PR misc/56990 is correct. 2023-08-08 16:10:41 +00:00
net80211 fix simple mis-matched function prototype and definitions. 2023-08-01 07:04:14 +00:00
netatalk aarp.c: one more thing -- both macro params should get parens 2023-07-31 01:24:36 +00:00
netbt netbt(4): Initialize bt_lock earlier. 2023-08-07 13:31:54 +00:00
netcan inpcb: rename functions to inpcb_* 2022-11-04 09:00:58 +00:00
netinet fix indentation issues. 2023-08-07 23:28:58 +00:00
netinet6 in6: don't send any IPv6 packets over a disabled interface 2023-08-03 05:45:36 +00:00
netipsec Use kmem_free instead of kmem_intr_free, as key_freesaval() is not called in softint after key.c:r1.223. 2023-07-21 00:44:38 +00:00
netmpls Convert MPLS from a legacy netisr to pktqueue. 2022-09-03 02:24:59 +00:00
nfs nfs: Simplify assertion. No functional change intended. 2023-04-09 12:33:58 +00:00
opencrypto opencrypto/cryptodev.h: Fix includes. 2023-07-11 10:42:16 +00:00
rump Revert "rump: Set mp_online = true and start threads _after_ cold = 0." 2023-08-05 11:51:47 +00:00
secmodel secmodel_extensions: Split vfs part into separate .c file. 2023-04-22 13:54:19 +00:00
stand fix simple mis-matched function prototype and definitions. 2023-08-01 07:04:14 +00:00
sys sys/lwp.h: Slightly more paranoia re curlwp in PR port-evbarm/57564. 2023-08-07 10:31:42 +00:00
ufs Undo unlock/relock for VOP_IOCTL(). 2023-06-15 09:15:54 +00:00
uvm uvm_findspace(): For sh3, convert a KASSERTMSG(9) into printf(9) 2023-08-03 03:15:48 +00:00
Makefile