NetBSD/sys
simonb ab4a9f6d28 Move a comment slighty so that it's before two #ifdef blocks that do the
same thing instead of in the middle of them.
2021-04-29 08:14:08 +00:00
..
altq
arch Move a comment slighty so that it's before two #ifdef blocks that do the 2021-04-29 08:14:08 +00:00
coda Use sel{record,remove}_knote(). 2020-12-19 22:11:57 +00:00
compat All mips64 has compat_netbsd32 2021-04-25 22:27:08 +00:00
conf new GCC_NO_* uses for warning issues. most of the users of the new 2021-04-12 06:08:30 +00:00
crypto use an enum instead of constant variables so that they work in CTASSERT. 2021-04-14 21:29:57 +00:00
ddb don't provide db_lstacktrace() for crash (yet?). 2021-04-18 01:28:50 +00:00
dev Avoid a double "cs0: " in the autoconfiguration messages. 2021-04-28 03:34:02 +00:00
dist/pf remove htons, it is pointless (thanks joerg@) 2021-03-10 22:18:17 +00:00
dtb add dts for odroid-N2 plus 2021-01-02 11:36:36 +00:00
external Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
fs more GCC 10 fixes. 2021-04-13 06:25:48 +00:00
gdbscripts
kern Validate the return value of cfprint functions before using it to 2021-04-28 03:21:57 +00:00
lib Twiddle also for data transfer for seek. 2021-03-26 10:35:08 +00:00
miscfs Fix procfs environ node. 2020-12-28 22:36:16 +00:00
modules Handle mipsn64 2021-04-25 23:40:51 +00:00
net Introduce a pointer to refer sp->scp[cp->protoidx] 2021-04-28 09:39:39 +00:00
net80211 s/ we we / we / 2020-11-30 05:30:56 +00:00
netatalk
netbt Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
netcan
netinet Move the offset addition in one place and mask the random generated value 2021-03-09 13:48:16 +00:00
netinet6 flowlabel will never return anything other than 1 or 0. 2021-03-11 11:10:22 +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 Set f_namemax during mount time like all the other filesystems so that 2021-04-02 03:07:54 +00:00
opencrypto Fix ATF failures, sorry. 2021-04-06 03:38:04 +00:00
rump use MACHINE_MIPS64 2021-04-25 15:16:56 +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 The Amiga and Atari ports abuse some autoconfiguration internals as part 2021-04-27 14:48:28 +00:00
ufs Avoid potentially accessing an array with an index out of range. 2020-12-25 10:00:40 +00:00
uvm fix error in previous: UVMHIST_PDHIST_SIZE needs to stay next to pdhistbuf[]. 2021-04-17 21:37:21 +00:00
Makefile