NetBSD/sys
andvar 8135609163 Add missing RCSID and __KERNEL_RCSID(). 2021-08-25 21:50:29 +00:00
..
altq fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected. 2021-08-17 22:00:26 +00:00
arch G/C _lock_cas(); it is no longer needed (kern_mutex.c uses atomic_cas_ulong() 2021-08-25 13:28:51 +00:00
coda s/structres/structures + s/whenver/whenever 2021-07-24 22:30:59 +00:00
compat - memset struct stat to avoid kernel memory disclosure of padded fields 2021-08-15 07:57:46 +00:00
conf smbios: Add character device for accessing SMBIOS tables 2021-07-24 11:39:18 +00:00
crypto use an enum instead of constant variables so that they work in CTASSERT. 2021-04-14 21:29:57 +00:00
ddb fix mainly same typos as in my previous commit but outside sys/dev/dm. 2021-08-21 23:00:30 +00:00
dev Add missing RCSID and __KERNEL_RCSID(). 2021-08-25 21:50:29 +00:00
dist/pf remove htons, it is pointless (thanks joerg@) 2021-03-10 22:18:17 +00:00
dtb Install a copy of rk3399-pinebook-pro.dtb to the base dtb directory for 2021-06-02 10:31:18 +00:00
external rename glue.c to sodium_module.c 2021-08-21 09:08:55 +00:00
fs s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recommended/ 2021-08-21 09:59:45 +00:00
gdbscripts
kern - In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms of 2021-08-25 04:13:41 +00:00
lib fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected. 2021-08-17 22:00:26 +00:00
miscfs Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-19 01:33:53 +00:00
modules rename glue.c to sodium_module.c 2021-08-21 09:07:08 +00:00
net Some signnes, casts, and constant sizes. 2021-08-17 17:31:13 +00:00
net80211 fix some more typos in comments/log messages, improve wording as well. 2021-08-21 11:55:24 +00:00
netatalk fix various typos in comments and log messages. 2021-08-02 12:56:22 +00:00
netbt Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
netcan
netinet fix typos in words "pointer" and s/fram /frame/ 2021-08-13 20:47:54 +00:00
netinet6 fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected. 2021-08-17 22:00:26 +00:00
netipsec fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
netmpls
nfs s/directry/directory/ 2021-08-12 20:25:26 +00:00
opencrypto fix typo in CRK_ALGORITHM_MIN definition to match CRK_ALGORITHM_MAX one. 2021-08-14 20:43:05 +00:00
rump rename glue.c to sodium_module.c 2021-08-21 09:08:55 +00:00
secmodel Remove unnecessary inclusion of <sys/timevar.h>. 2020-12-05 17:33:53 +00:00
stand s/partion/partition/ s/arrray/array/ in comments. 2021-08-08 21:50:10 +00:00
sys fix some more typos in comments/log messages, improve wording as well. 2021-08-21 11:55:24 +00:00
ufs s/memry/memory+s/softare/software/+s/grapics/graphics+s/ouput/output 2021-08-19 20:56:36 +00:00
uvm Return immediately from uvm_swap_shutdown() if there are 2021-08-23 13:08:18 +00:00
Makefile