NetBSD/sys
mlelstv 205b0dd928 Neither limit the number of requests for the page daemon.
Otherwise you may deadlock when the backend needs to allocate
memory and the page daemon needs to flush dirty vnd buffers.

See PR 57421 for details.
2023-05-19 15:42:43 +00:00
..
altq Make ifq_drops in struct ifqueue and struct ifaltq 64 bit. 2022-10-24 08:11:24 +00:00
arch Bump MAXTSIZ from 64MB to 128MB also for o32. 2023-05-14 18:44:27 +00:00
coda s/auxillary/auxiliary/ in comments. 2022-05-20 19:34:22 +00:00
compat compat_linux32: KASSERT(A && B) -> KASSERT(A); KASSERT(B) 2023-04-09 12:29:26 +00:00
conf Separate DesignWare watchdog driver and FDT glue. 2023-04-16 16:51:38 +00:00
crypto Make aes and chacha prints debug only. 2022-11-05 17:36:33 +00:00
ddb ddb(4): Declare extern db_active if _KMEMUSER too, not just DDB. 2022-10-27 20:00:24 +00:00
dev Neither limit the number of requests for the page daemon. 2023-05-19 15:42:43 +00:00
dist/pf inpcb: rename functions to in6pcb_* 2022-11-04 09:01:53 +00:00
dtb Also build dtb files for CONFIG_SOC_IMX6SX 2023-05-04 13:31:36 +00:00
external i915: Avoid dereferencing null fence if resv has changed. 2023-05-12 10:13:37 +00:00
fs sys/fs/autofs: Remove unused APRINTF macro 2023-05-17 06:44:38 +00:00
gdbscripts
kern kern/sys_descrip.c: Nix trailing whitespace. 2023-05-14 09:29:58 +00:00
lib fix clang build 2022-12-01 18:06:09 +00:00
miscfs specfs: KNF. No functional change intended. 2023-04-22 15:32:49 +00:00
modules RISC-V support that works on QEMU with a single hart. 2023-05-07 12:41:45 +00:00
net Give scope and additional details to wg(4) diagnostic messages. 2023-04-11 14:03:46 +00:00
net80211 ieee80211_input.c: Fix a few debug messages 2022-11-19 07:57:51 +00:00
netatalk atalk(4): Omit spurious satosat. 2023-03-30 17:48:10 +00:00
netbt fix various typos in documentation, comments and sysctl device description. 2023-03-26 19:10:32 +00:00
netcan inpcb: rename functions to inpcb_* 2022-11-04 09:00:58 +00:00
netinet Again allow multicast packets to be sent from unnumbered interfaces. 2023-04-19 22:00:18 +00:00
netinet6 use carp mac address when replying to neighbor solicitations referring 2023-03-29 13:01:44 +00:00
netipsec ipsec: remove unnecessary splsoftnet 2023-01-27 09:33:43 +00:00
netmpls Convert MPLS from a legacy netisr to pktqueue. 2022-09-03 02:24:59 +00:00
nfs nfs: Simplify assertion. No functional change intended. 2023-04-09 12:33:58 +00:00
opencrypto fix misspellings of 'available' and nearby typos 2022-09-10 12:14:17 +00:00
rump rumpdev: Catch up to buf_syncwait -> vfs_syncwait rename. 2023-04-23 07:03:30 +00:00
secmodel secmodel_extensions: Split vfs part into separate .c file. 2023-04-22 13:54:19 +00:00
stand efiboot: Handle 9.99.100 by taking four, not two, digits. 2022-09-21 14:30:01 +00:00
sys ioctl(DIOCRMWEDGES): Delete only idle wedges. 2023-05-09 12:04:04 +00:00
ufs ffs: apply the remaining ffs_snapshot.c part of this FreeBSD commit: 2023-05-11 23:11:25 +00:00
uvm uvm: avoid a deadlock in uvm_map_clean() 2023-05-15 01:42:42 +00:00
Makefile