NetBSD/sys
riastradh e4ceb72edc entropy(9): Request entropy after the softint is enabled.
Otherwise, there is a window during which interrupts are running, but
the softint is not, so if many interrupts queue (low-entropy) samples
early at boot, they might get dropped on the floor.  This could
happen, for instance, with a PCI RNG like ubsec(4) or hifn(4) which
requests entropy and processes it in its own hard interrupt handler.
2022-03-18 23:35:07 +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
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
ddb
dev net80211: Use getticks(), not hardclock_ticks. 2022-03-18 23:32:24 +00:00
dist/pf
dtb
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): Request entropy after the softint is enabled. 2022-03-18 23:35:07 +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
stand
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