NetBSD/sys
riastradh 961b7b01fb ualea(4): Simplify xfer error branches.
- Avoid going into a loop in case the transfer fails repeatedly --
  just give up immediately if it fails.

- Assert result size is reasonable; no need to assume usbdi(9) is
  malicious.  If it can return ux_actlen > ux_length, that's a bug in
  usbdi(9) that we should fix.
2022-03-20 13:13:10 +00:00
..
altq fix few typos in comments, mainly in word "parameter". 2021-12-31 20:22:48 +00:00
arch Fix locking after opendisk(), VOP_IOCTL() needs an unlocked vnode, 2022-03-19 13:51:35 +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 ualea(4): Simplify xfer error branches. 2022-03-20 13:13:10 +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 Remove now unused VV_LOCKSWORK, all file systems support locking. 2022-03-19 13:53:32 +00:00
gdbscripts
kern entropy(9): Avoid reentrance to per-CPU state from sleeping on lock. 2022-03-20 00:19:11 +00:00
lib fix typos, mainly s/comand/command/ 2022-01-05 16:01:54 +00:00
miscfs Remove now unused VV_LOCKSWORK, all file systems support locking. 2022-03-19 13:53:32 +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 don't opencode kauth_cred_get() 2021-09-21 14:59:14 +00:00
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 rnd(9): Delete legacy rnd_initial_entropy symbol. 2022-03-19 14:35:08 +00:00
ufs Remove now unused VV_LOCKSWORK, all file systems support locking. 2022-03-19 13:53:32 +00:00
uvm sys: Membar audit around reference count releases. 2022-03-12 15:32:30 +00:00
Makefile