NetBSD/sys
2021-02-19 15:43:56 +00:00
..
altq
arch Fix x86's pci_intr_disestablish clean up routine. Pointed out by t-kusaba@IIJ, thanks. 2021-02-19 05:34:37 +00:00
coda Use sel{record,remove}_knote(). 2020-12-19 22:11:57 +00:00
compat In the compat setitimer(2) calls, don't validate which timer is being 2021-02-18 12:54:03 +00:00
conf defflag USBHIST_PRINT 2021-02-06 16:03:31 +00:00
crypto Fix build with clang for earmv7hf; loadroundkey() is used only for __aarch64__. 2020-11-21 08:09:21 +00:00
ddb Allow for MD code to use a different function than db_stack_trace_print() 2021-02-10 07:17:39 +00:00
dev - use if_initialize() and if_register() instead of if_attach() 2021-02-18 17:56:04 +00:00
dist/pf In pfr_fix_anchor(), change an overlapping bcopy() call to a memmove() 2020-12-04 00:41:10 +00:00
dtb add dts for odroid-N2 plus 2021-01-02 11:36:36 +00:00
external Add aprint_*() newlines for viadrmums(4) attach 2021-02-13 15:42:15 +00:00
fs Enable to mount Raspberry Pi Pico's USB mass storage partition 2021-02-11 00:15:55 +00:00
gdbscripts
kern Don't allow callers of fsync_range() to trigger UB in the kernel. 2021-02-17 17:39:08 +00:00
lib Build strlist.c. 2021-01-25 12:45:49 +00:00
miscfs Fix procfs environ node. 2020-12-28 22:36:16 +00:00
modules fix arm test 2020-11-07 21:42:32 +00:00
net - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more 2021-02-19 14:51:59 +00:00
net80211 s/ we we / we / 2020-11-30 05:30:56 +00:00
netatalk
netbt
netcan
netinet it's spelled struct tcphdr, not struct tcp_hdr 2021-02-19 15:43:56 +00:00
netinet6 - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more 2021-02-19 14:51:59 +00:00
netipsec Make sequence number of esp header MP-safe for IPsec Tx side. reviewed by ozaki-r@n.o 2020-10-05 09:51:25 +00:00
netmpls
nfs
opencrypto
rump rump_component_init() is called recursively, so LIST_FOREACH_SAFE is not 2021-01-17 22:32:25 +00:00
secmodel Remove unnecessary inclusion of <sys/timevar.h>. 2020-12-05 17:33:53 +00:00
stand Flush from kernel start, not the entry point. 2021-01-09 13:19:27 +00:00
sys - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more 2021-02-19 14:51:59 +00:00
ufs Avoid potentially accessing an array with an index out of range. 2020-12-25 10:00:40 +00:00
uvm When turning off swap during reboot we have to lock with LK_RETRY 2021-02-19 13:20:43 +00:00
Makefile