NetBSD/sys
mrg 41aabe1d7a fix the example for container_of().
needs to be a pointer into the containing structure, not the
value of a pointer inside the structure.
2023-09-06 19:14:52 +00:00
..
altq
arch yet another tsleep/wakeup -> cv_* 2023-09-06 08:14:42 +00:00
coda coda_call(): Appease GCC 12.3.0 -Wmisleading-indentation 2023-08-03 03:10:23 +00:00
compat redo previous: use same variable type for the interator as the comparison 2023-09-02 21:11:54 +00:00
conf config(5): enable NTP option implicitly when PPS_SYNC option is enabled. 2023-09-03 19:38:58 +00:00
crypto sys/crypto: aarch64: Catch up with builtin rename for GCC12 2023-08-07 01:14:19 +00:00
ddb s/unnsupported/unsupported/ in message. 2023-09-01 10:55:23 +00:00
dev panic on an condition that shouldn't be possible. 2023-09-05 05:55:12 +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 we don't have/need limits.h 2023-09-05 22:15:46 +00:00
fs fix the previous to not fail to include the extension in lookups. 2023-08-18 21:05:44 +00:00
gdbscripts
kern heartbeat(9): Make heartbeat_suspend/resume nestable. 2023-09-06 12:29:14 +00:00
lib fix the example for container_of(). 2023-09-06 19:14:52 +00:00
miscfs specfs: KNF. No functional change intended. 2023-04-22 15:32:49 +00:00
modules drmkms: Fix module build. 2023-09-05 21:57:28 +00:00
net bpf: Fix SIZEOF_BPF_HDR (for LP64 userland) on mips64 2023-08-23 13:21:17 +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
netinet fix typos in comments, mainly s/innner/inner/. 2023-09-01 11:23:39 +00:00
netinet6 fix typos in comments, mainly s/innner/inner/. 2023-09-01 11:23:39 +00:00
netipsec fix typos in comments, mainly s/innner/inner/. 2023-09-01 11:23:39 +00:00
netmpls
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 fix typos in comments. 2023-08-17 14:19:49 +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/param.h: Welcome to 10.99.8! 2023-09-06 12:31:49 +00:00
ufs - fix cgload/cgsave inconsistencies 2023-08-27 16:35:51 +00:00
uvm s/unnmapped/unmapped/ in comment. 2023-09-01 10:57:20 +00:00
Makefile