NetBSD/sys
chs 9d18193c79 Move the handling of PG_PAGEOUT from uvm_aio_aiodone_pages() to
uvm_page_unbusy() so that all callers of uvm_page_unbusy() don't need to
handle this flag separately.  Split out the pages part of uvm_aio_aiodone()
into uvm_aio_aiodone_pages() in rump just like in the real kernel.
In ZFS functions that can fail to copy data between the ARC and VM pages,
use uvm_aio_aiodone_pages() rather than uvm_page_unbusy() so that we can
handle these "I/O" errors.  Fixes PR 55702.
2020-10-18 18:22:29 +00:00
..
altq
arch Trailing whitespace 2020-10-18 16:28:57 +00:00
coda
compat wait4(2): make error paths match with that of native wait4(2): 2020-10-15 23:06:06 +00:00
conf Wups, forgot to commit this with vether. 2020-09-27 19:08:11 +00:00
crypto Fix detection of NEON features. ID_AA64PFR0_EL1_ADV_SIMD_NONE means SIMD 2020-10-10 08:24:10 +00:00
ddb
dev Revert rev 1.75; do not set WSFB_VRAM_IS_RAM flag bit. It indicates 2020-10-18 12:47:37 +00:00
dist/pf
dtb
external mb (dsb sy) is not the same as membar_sync (dmb sy) on aarch64 2020-10-17 10:47:28 +00:00
fs s/implicitely/implicitly/ 2020-09-29 03:02:18 +00:00
gdbscripts
kern validate unix socker buffer size and truncate path to prevent overflow. 2020-10-17 09:45:20 +00:00
lib Add a slow twiddle option. This speeds up a pmax netboot by 15% and 2020-09-29 00:13:12 +00:00
miscfs Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
modules use the GCC_ warning variable 2020-10-18 15:02:12 +00:00
net Suppress the "rn_init: radix functions require max_keylen be set" 2020-10-18 13:07:31 +00:00
net80211 net80211: Initialise the interface with a decent link state. 2020-10-06 23:51:05 +00:00
netatalk
netbt
netcan
netinet Fix RTT values reported by TCP_INFO. 2020-10-17 08:50:38 +00:00
netinet6 inet: Treat LINK_STATE_UNKNOWN as LINK_STATE_UP when changing 2020-09-29 19:33:36 +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 Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
opencrypto
rump Move the handling of PG_PAGEOUT from uvm_aio_aiodone_pages() to 2020-10-18 18:22:29 +00:00
secmodel Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address in 2020-09-08 14:12:57 +00:00
stand efiboot: bump version 2020-10-18 18:09:32 +00:00
sys Setting a socket buffer size stops autoscaling. Add a sysctl to 2020-10-17 09:06:15 +00:00
ufs lfs: Include lfs_debug.c only if DEBUG is enabled. 2020-09-24 17:20:53 +00:00
uvm Move the handling of PG_PAGEOUT from uvm_aio_aiodone_pages() to 2020-10-18 18:22:29 +00:00
Makefile