NetBSD/sys
christos 96bc1ef908 Revert previous change because it causes uninitialized warnings with KMSAN.
The previous code was correct. Add a comment explaining why. Requested by chuq@
2021-10-12 17:06:26 +00:00
..
altq Remove FreeBSD blocks that did not compile anyway, and use l->l_cred 2021-09-21 14:30:15 +00:00
arch fix various typos, mainly in comments. 2021-10-12 08:36:28 +00:00
coda Change the kqueue filterops::f_isfd field to filterops::f_flags, and 2021-09-26 01:16:07 +00:00
compat fix various typos, mainly in comments. 2021-10-12 08:36:28 +00:00
conf add defflag for AHCISATA_EXTRA_DELAY 2021-10-11 13:42:33 +00:00
crypto Fix typos in comments and add missing KERNEL_RCSID 2021-09-04 00:33:09 +00:00
ddb Add a "show kqueue <addr>" command. 2021-10-10 18:08:12 +00:00
dev Add Intel 400 Series PCH-V devices. 2021-10-12 14:15:34 +00:00
dist/pf
dtb Install a copy of rk3399-pinebook-pro.dtb to the base dtb directory for 2021-06-02 10:31:18 +00:00
external gnu-efi: x86_64 build fixes for NetBSD 2021-10-08 23:08:06 +00:00
fs fix typos in word "successful". 2021-09-16 22:19:10 +00:00
gdbscripts
kern Squash "holding up boot" messages into a single line, and only print the 2021-10-11 10:59:09 +00:00
lib Remove banner printing code from bootloaders, add it to libsa. 2021-09-07 11:41:31 +00:00
miscfs Mark the EVFILT_VNODE filters MP-safe. 2021-10-11 01:49:08 +00:00
modules Modularize compat_linux(8) for aarch64. 2021-10-09 07:01:34 +00:00
net Set a port interface of lagg(4) in promiscuous mode 2021-10-12 08:30:58 +00:00
net80211 don't opencode kauth_cred_get() 2021-09-21 14:59:14 +00:00
netatalk don't opencode kauth_cred_get() 2021-09-21 14:59:14 +00:00
netbt don't opencode kauth_cred_get() 2021-09-21 14:59:14 +00:00
netcan don't opencode kauth_cred_get() 2021-09-21 14:59:14 +00:00
netinet carp: Register carp_carpdev_state to link-state change hook 2021-09-30 03:43:25 +00:00
netinet6 don't opencode kauth_cred_get() 2021-09-21 14:59:14 +00:00
netipsec fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
netmpls
nfs Mark the EVFILT_VNODE filters MP-safe. 2021-10-11 01:49:08 +00:00
opencrypto fix typo in CRK_ALGORITHM_MIN definition to match CRK_ALGORITHM_MAX one. 2021-08-14 20:43:05 +00:00
rump Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o, thorpej@n.o, and riastradh@n.o, thanks. 2021-10-11 05:13:10 +00:00
secmodel
stand efiboot: add "setup" command 2021-10-09 13:09:17 +00:00
sys Revert previous change because it causes uninitialized warnings with KMSAN. 2021-10-12 17:06:26 +00:00
ufs Use VN_KNOTE() to send our NOTE_ATTRIB and NOTE_REVOKE events. 2021-10-10 23:02:10 +00:00
uvm Fix a logic botch to actually apply the ASID limit returned by 2021-10-08 07:17:32 +00:00
Makefile