NetBSD/sys
skrll 3c6295a06d Switch USB to use non-coherent buffers for data transfers in the
same way as OpenBSD.

The use of coherent (uncacheable on ARM and other arches) mappings
for transfer buffers impacts performance, espcially where memcpys
are involved.

Audit the necessary usb_syncmem operations - a few were missing.
2020-04-05 20:59:38 +00:00
..
altq Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
arch Switch USB to use non-coherent buffers for data transfers in the 2020-04-05 20:59:38 +00:00
coda v_interlock -> vmobjloc 2020-02-24 20:53:11 +00:00
compat Regen for _lwp_gettid(2). 2020-04-04 20:27:27 +00:00
conf Infrastructure for putting kernel+modules in /netbsd/kernel and 2020-04-04 19:50:53 +00:00
crypto
ddb also print the LWP reference count. 2020-04-04 13:59:16 +00:00
dev Switch USB to use non-coherent buffers for data transfers in the 2020-04-05 20:59:38 +00:00
dist/pf Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
external Switch USB to use non-coherent buffers for data transfers in the 2020-04-05 20:59:38 +00:00
fs Merge the remaining changes from the ad-namecache branch, affecting namei() 2020-04-04 20:49:30 +00:00
gdbscripts
kern - Untangle spawn_return by splitting it up to sub-functions. 2020-04-05 20:53:17 +00:00
lib Add KASAN instrumentation on strcat/strchr/strrchr. 2020-04-03 18:44:50 +00:00
miscfs Merge the remaining changes from the ad-namecache branch, affecting namei() 2020-04-04 20:49:30 +00:00
modules Switch to type generic PRIu macros 2020-04-04 23:22:12 +00:00
net Multilink fragment protocol type. 2020-04-04 19:46:01 +00:00
net80211 Define and implement a locking protocol for the ifmedia / mii layers: 2020-03-15 23:04:50 +00:00
netatalk
netbt pass the address of the field, instead of relying on it being the first 2020-02-29 11:40:06 +00:00
netcan
netinet fix in4_cksum() panic "in4_cksum: mbuf 14 too short for IP header 20" 2020-03-27 16:34:58 +00:00
netinet6 PR/55030: Avoid locking against myself panic by moving the icmp error outside 2020-04-03 14:04:27 +00:00
netipsec Fix kern/55066. Pointed out and fixed by Chuck Zmudzinski, thanks. 2020-03-13 06:55:35 +00:00
netmpls
nfs NFSv2 is limited to use only 32bit in metadata. Prevent that larger 2020-04-04 07:07:20 +00:00
opencrypto Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
rump Return early on 0-sized transfers (usually to/from NULL-objects) 2020-04-05 15:16:11 +00:00
secmodel Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
stand efiboot: add clang fix from i386/stand/efiboot/bootx64/Makefile here too 2020-04-01 10:45:44 +00:00
sys There is no "s" lock. 2020-04-05 20:53:46 +00:00
ufs Merge the remaining changes from the ad-namecache branch, affecting namei() 2020-04-04 20:49:30 +00:00
uvm Mark uvm_map_entry_cache with PR_LARGECACHE. 2020-04-04 21:17:02 +00:00
Makefile remove SMBFS and nsmb(4) - kernel part 2020-04-04 15:43:21 +00:00