NetBSD/sys
mrg 8c535c2666 fix the previous to not fail to include the extension in lookups.
copy deExtension into the final 3 bytes.  previously, this was found
by having them next to each other in the containing structure, but as
separate strings.

thanks to miod for pointing this out.
2023-08-18 21:05:44 +00:00
..
altq
arch fix typos in comments. 2023-08-13 22:06:44 +00:00
coda coda_call(): Appease GCC 12.3.0 -Wmisleading-indentation 2023-08-03 03:10:23 +00:00
compat regen 2023-08-18 19:42:05 +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 fix typos in comments. 2023-08-17 14:19:49 +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 avoid a GCC 12 warning. 2023-08-15 05:01:57 +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 exec_elf: Sort auxv entries by value of types 2023-08-17 06:58:26 +00:00
lib avoid uninitialised variable warnings (likely incorrect ones.) 2023-08-11 07:05:39 +00:00
miscfs specfs: KNF. No functional change intended. 2023-04-22 15:32:49 +00:00
modules viadrmums(4): build legacy VIA DRM UMS driver module for amd64. 2023-08-09 09:36:26 +00:00
net add new for libpcap. 2023-08-17 22:10:37 +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 avoid uninitialised variable use. 2023-08-14 03:03:48 +00:00
netinet6 in6: don't send any IPv6 packets over a disabled interface 2023-08-03 05:45:36 +00:00
netipsec fix typos in comments s/iton/tion/ or s/ton/tion/. 2023-08-10 06:44:11 +00:00
netmpls
nfs
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/lwp.h: Slightly more paranoia re curlwp in PR port-evbarm/57564. 2023-08-07 10:31:42 +00:00
ufs don't assign struct pointers to smaller then structure regions of memory. 2023-08-10 20:49:19 +00:00
uvm uvm: prevent TLB invalidation races during COW resolution 2023-08-13 23:06:07 +00:00
Makefile