NetBSD/sys
riastradh c6e9851d18 sys/sdt.h: Nix needless SDT_VAR_DECL.
Previously introduced as a provisional build fix, its need has been
obviated by making SDT_PROBE* do __USE on the arguments in builds
without KDTRACE_HOOKS.
2023-04-30 08:46:20 +00:00
..
altq
arch Fix build after previous. m68k uses symnum instead of symidx. 2023-04-29 10:01:51 +00:00
coda
compat compat_linux32: KASSERT(A && B) -> KASSERT(A); KASSERT(B) 2023-04-09 12:29:26 +00:00
conf Separate DesignWare watchdog driver and FDT glue. 2023-04-16 16:51:38 +00:00
crypto
ddb
dev xhci doesn't like 80 packets per USB interval, but 40 seems to be fine 2023-04-30 08:35:52 +00:00
dist/pf
dtb
external dwc2: KASSERT(A && B) -> KASSERT(A); KASSERT(B) 2023-04-09 12:31:10 +00:00
fs tmpfs: Assert no arithmetic overflow in directory node tn_size. 2023-04-29 08:15:13 +00:00
gdbscripts
kern kern/vfs_subr.c: Revert previous build fixes, no longer needed. 2023-04-30 08:46:11 +00:00
lib
miscfs specfs: KNF. No functional change intended. 2023-04-22 15:32:49 +00:00
modules Resolve conflicts for lua 5.4.4 import. 2023-04-16 20:46:16 +00:00
net Give scope and additional details to wg(4) diagnostic messages. 2023-04-11 14:03:46 +00:00
net80211
netatalk atalk(4): Omit spurious satosat. 2023-03-30 17:48:10 +00:00
netbt fix various typos in documentation, comments and sysctl device description. 2023-03-26 19:10:32 +00:00
netcan
netinet Again allow multicast packets to be sent from unnumbered interfaces. 2023-04-19 22:00:18 +00:00
netinet6 use carp mac address when replying to neighbor solicitations referring 2023-03-29 13:01:44 +00:00
netipsec
netmpls
nfs nfs: Simplify assertion. No functional change intended. 2023-04-09 12:33:58 +00:00
opencrypto
rump rumpdev: Catch up to buf_syncwait -> vfs_syncwait rename. 2023-04-23 07:03:30 +00:00
secmodel secmodel_extensions: Split vfs part into separate .c file. 2023-04-22 13:54:19 +00:00
stand
sys sys/sdt.h: Nix needless SDT_VAR_DECL. 2023-04-30 08:46:20 +00:00
ufs lfs: Assert page identity doesn't change. 2023-04-11 14:50:47 +00:00
uvm Correct a type. 2023-04-27 06:23:31 +00:00
Makefile