NetBSD/sys
riastradh 62703ea721 rk_v1crypto(4): Fix missing `error =' assignment.
This is not likely to fail, but let's avoid suppressing an unlikely
error.
2022-04-08 23:14:21 +00:00
..
altq fix few typos in comments, mainly in word "parameter". 2021-12-31 20:22:48 +00:00
arch rk_v1crypto(4): Fix missing `error =' assignment. 2022-04-08 23:14:21 +00:00
coda specfs: Let spec_node_lookup_by_dev wait for reclaim to finish. 2022-03-28 12:37:46 +00:00
compat compat_30: Fix thinko in previous. 2022-03-12 20:46:03 +00:00
conf Keep UDF commented out by default 2022-04-06 14:47:54 +00:00
crypto s/folllowing/following/ 2021-12-05 04:48:35 +00:00
ddb sys: Split struct device into a private device_impl.h. 2022-03-28 12:38:57 +00:00
dev s/postion/position/ 2022-04-08 10:27:04 +00:00
dist/pf driver(9): devsw_detach never fails. Make it return void. 2022-03-28 12:33:20 +00:00
dtb Hook in riscv dtb build 2021-11-13 10:13:42 +00:00
external driver(9): devsw_detach never fails. Make it return void. 2022-03-28 12:33:20 +00:00
fs fix various typos, mainly in comments. 2022-04-04 19:33:44 +00:00
gdbscripts
kern fix various typos, mainly in comments, but also log messages, docs, game text. 2022-04-08 10:17:52 +00:00
lib fix typos, mainly s/comand/command/ 2022-01-05 16:01:54 +00:00
miscfs driver(9): New devsw d_cancel op to interrupt I/O before close. 2022-03-28 12:39:10 +00:00
modules Create a loaable adiantum module, and make cgd require it. 2022-04-01 21:09:24 +00:00
net Avoid signed/unsigned comparision by casting the sizeof expression. 2022-04-04 09:59:41 +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/postion/position/ 2022-04-08 10:27:04 +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 restructure so we abort/unlock properly on failure. 2022-03-30 10:52:59 +00:00
opencrypto For device modules that provide both auto-config and /dev/xxx 2022-03-31 19:30:15 +00:00
rump Move input processing of lagg(4) before ether_input 2022-04-04 06:10:00 +00:00
secmodel isroot should be bool... 2022-03-29 22:29:29 +00:00
stand Update to support EFI runtime outside the kernel virtual address space 2022-04-02 11:16:06 +00:00
sys tty(9): New function tty_unit for struct cdevsw::d_devtounit. 2022-04-07 21:46:51 +00:00
ufs s/postion/position/ 2022-04-08 10:27:04 +00:00
uvm driver(9): New types dev_*_t for device driver devsw operations. 2022-03-28 12:39:18 +00:00
Makefile