NetBSD/sys
riastradh 4b3ca98c58 entropy(9): Reduce global entropy lock from IPL_VM to IPL_SOFTSERIAL.
This is no longer ever taken in hard interrupt context, so there's no
longer any need to block interrupts while doing crypto operations on
the global entropy pool.
2022-03-18 23:35:19 +00:00
..
altq fix few typos in comments, mainly in word "parameter". 2021-12-31 20:22:48 +00:00
arch x86: Revert previous syscall biglock slippage attribution. 2022-03-17 22:22:49 +00:00
coda s/sybolic/symbolic/ in comment. 2021-12-05 08:10:39 +00:00
compat compat_30: Fix thinko in previous. 2022-03-12 20:46:03 +00:00
conf sys: Include files.acpica unconditionally. 2022-02-16 20:14:30 +00:00
crypto s/folllowing/following/ 2021-12-05 04:48:35 +00:00
ddb mv out: label into the #ifdef _KERNEL section, as it is only 2021-12-13 03:17:50 +00:00
dev net80211: Use getticks(), not hardclock_ticks. 2022-03-18 23:32:24 +00:00
dist/pf
dtb Hook in riscv dtb build 2021-11-13 10:13:42 +00:00
external drm: In ww_mutex_unlock, do lockdebug check first. 2022-03-18 23:33:41 +00:00
fs Replace the variable field data[0] to data[1] to avoid undefined behaviour. 2022-03-18 16:06:18 +00:00
gdbscripts
kern entropy(9): Reduce global entropy lock from IPL_VM to IPL_SOFTSERIAL. 2022-03-18 23:35:19 +00:00
lib fix typos, mainly s/comand/command/ 2022-01-05 16:01:54 +00:00
miscfs kernfs: Just fail with EOPNOTSUPP, don't panic, on VOP_BMAP. 2022-03-12 17:36:14 +00:00
modules Turn off ALTQ in if_wg module, to match default kernel configs 2022-01-27 14:18:40 +00:00
net bpf(4): Handle null bf_insn on free. 2022-03-15 13:00:44 +00:00
net80211 net80211: Use getticks(), not hardclock_ticks. 2022-03-18 23:32:24 +00:00
netatalk
netbt s/hander/handler/ and s/hader/header/ in comments and documentation. 2022-03-13 17:50:54 +00:00
netcan sys: Use if_ioctl wrapper function. 2021-12-31 14:24:50 +00:00
netinet s/heaader/header/ 2022-03-15 21:39:59 +00:00
netinet6 fix various typos in comments, mainly immediatly/immediately/, 2022-02-23 21:54:40 +00:00
netipsec fix few typos in comments and log message. 2022-02-13 22:20:08 +00:00
netmpls
nfs Revert the hack from the last commit now that VOP_UNLOCK() 2022-02-28 08:45:36 +00:00
opencrypto crypto(4): Refuse count>1 for old CIOCNCRYPTM. 2022-03-12 17:15:04 +00:00
rump usb: Hold pipe lock across upm_transfer and upm_start. 2022-03-03 06:12:11 +00:00
secmodel s/dissallow/disallow/ 2021-12-07 21:45:31 +00:00
stand Revert part of previous commit that broke DT booting. 2021-11-06 19:44:22 +00:00
sys Welcome to NetBSD 9.99.94! 2022-03-03 07:31:24 +00:00
ufs ffs: Fix 64-bit inode integer truncation. 2022-03-12 15:36:53 +00:00
uvm sys: Membar audit around reference count releases. 2022-03-12 15:32:30 +00:00
Makefile