NetBSD/sys
lukem 58beaa2b43 adapt to ${CC_WNO_MAYBE_UNINITIALIZED}
Use ${CC_WNO_MAYBE_UNINITIALIZED} instead of
the older style more complex expressions.

Remove workarounds if they were for a specific
version of gcc < 10.
2023-06-03 21:31:45 +00:00
..
altq
arch adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} 2023-06-03 21:26:27 +00:00
coda
compat compat_linux32: KASSERT(A && B) -> KASSERT(A); KASSERT(B) 2023-04-09 12:29:26 +00:00
conf adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH} 2023-06-03 21:30:20 +00:00
crypto
ddb ddb: PR kern/57435 - fix duplicate "show mount" 2023-05-25 21:46:55 +00:00
dev fix various typos in comments and messages. 2023-06-03 20:41:44 +00:00
dist/pf
dtb Also build dtb files for CONFIG_SOC_IMX6SX 2023-05-04 13:31:36 +00:00
external adapt to ${CC_WNO_MAYBE_UNINITIALIZED} 2023-06-03 21:31:45 +00:00
fs fix various typos in comments and messages. 2023-06-03 20:41:44 +00:00
gdbscripts
kern entropy(9): Avoid race between rnd_add_data and ioctl(RNDCTL). 2023-05-24 20:22:23 +00:00
lib libsa/printf: Do not fetch long va_arg as long long. 2023-05-29 03:56:52 +00:00
miscfs specfs: KNF. No functional change intended. 2023-04-22 15:32:49 +00:00
modules adapt to ${CC_WNO_MAYBE_UNINITIALIZED} 2023-06-03 21:31:45 +00:00
net s/explcit/explicit/ in comment. 2023-05-28 08:09:34 +00:00
net80211 ieee80211_input.c: Fix a few debug messages 2022-11-19 07:57:51 +00:00
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 follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos. 2023-06-02 08:51:46 +00:00
netinet6 use carp mac address when replying to neighbor solicitations referring 2023-03-29 13:01:44 +00:00
netipsec ipsec: remove unnecessary splsoftnet 2023-01-27 09:33:43 +00:00
netmpls
nfs nfs: Simplify assertion. No functional change intended. 2023-04-09 12:33:58 +00:00
opencrypto
rump adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH} 2023-06-03 21:30:20 +00:00
secmodel secmodel_extensions: Split vfs part into separate .c file. 2023-04-22 13:54:19 +00:00
stand adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} 2023-06-03 21:26:27 +00:00
sys In sys/param.h document that MAXPATHLEN includes space for a null byte. 2023-05-28 06:21:00 +00:00
ufs ffs: apply the remaining ffs_snapshot.c part of this FreeBSD commit: 2023-05-11 23:11:25 +00:00
uvm uvm: avoid a deadlock in uvm_map_clean() 2023-05-15 01:42:42 +00:00
Makefile