NetBSD/sys
skrll eff9c5831e Do what the comment says and reserve ranges that do and do not have the
"no-map" property.

Required for qemu/riscv
2022-10-20 11:38:21 +00:00
..
altq fix various typos in comment, documentation and log messages. 2022-05-24 20:50:17 +00:00
arch Add the "memory" clobber in two places that it's needed. 2022-10-20 07:18:11 +00:00
coda s/auxillary/auxiliary/ in comments. 2022-05-20 19:34:22 +00:00
compat fix few typos in comments. 2022-10-12 20:50:43 +00:00
conf sys/conf/link.mk: clean up 2022-08-27 21:49:33 +00:00
crypto cprng_fast(9): Assert not in pserialize read section. 2022-09-01 18:32:25 +00:00
ddb ddb(9): Make db_symstr safe to use concurrently with pserialize(9). 2022-08-30 22:38:01 +00:00
dev Do what the comment says and reserve ranges that do and do not have the 2022-10-20 11:38:21 +00:00
dist/pf driver(9): devsw_detach never fails. Make it return void. 2022-03-28 12:33:20 +00:00
dtb use sort -u 2022-09-11 12:46:41 +00:00
external add pcie capability and read request size linux compat, some pci root support 2022-10-17 03:05:32 +00:00
fs fix few typos in comments. 2022-10-07 22:33:42 +00:00
gdbscripts
kern kobj(9): Rephrase kobj_load and kobj_affix positively. 2022-10-15 15:28:23 +00:00
lib Consistently use ntohs() instead of htons() when converting from 2022-08-07 05:51:55 +00:00
miscfs specfs(9): Attribute blame by stack trace for write to r/o medium. 2022-10-15 15:20:46 +00:00
modules Move emuxki from i386/amd64 specific modules to attachment specific 2022-09-07 11:26:23 +00:00
net Add sadb_x_policy_flags to inform SP origination. 2022-10-11 09:51:47 +00:00
net80211 net80211: Use getticks(), not hardclock_ticks. 2022-03-18 23:32:24 +00:00
netatalk Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
netbt fix various typos in comments, mainly origional->original, 2022-05-28 21:14:56 +00:00
netcan Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
netinet fix various typos in documentation and comments. 2022-10-15 21:53:21 +00:00
netinet6 Avoid error of "-Wreturn-local-addr", and simplify the logic. 2022-10-14 19:39:32 +00:00
netipsec PR/56836: Andrew Cagney: IPv6 ESN tunneling IPcomp has corrupt header 2022-10-19 21:28:02 +00:00
netmpls Convert MPLS from a legacy netisr to pktqueue. 2022-09-03 02:24:59 +00:00
nfs Remove routes on an address removal if the routes referencing to the address. Implemented by ozaki-r@n.o. 2022-09-20 02:23:37 +00:00
opencrypto fix misspellings of 'available' and nearby typos 2022-09-10 12:14:17 +00:00
rump tcp: separate syn cache stuffs into tcp_syncache.[ch] files 2022-09-20 07:19:14 +00:00
secmodel isroot should be bool... 2022-03-29 22:29:29 +00:00
stand efiboot: Handle 9.99.100 by taking four, not two, digits. 2022-09-21 14:30:01 +00:00
sys Welcome to 9.99.101 2022-10-11 09:52:49 +00:00
ufs If UFS or LFS dirhash is enabled in the kernel, set the dirhash cache 2022-08-07 02:33:47 +00:00
uvm Add a KASSERT to check that tlb_asid_t is a large enough type. 2022-10-20 06:24:51 +00:00
Makefile