NetBSD/sys
msaitoh 2612a28064 QEMU e1000's PHY code doesn't implement register 16. Do workaround.
- Marvell 88E1[01]11 (and many other Marvell PHYs) have the Fiber/Copper
   auto selection feature. Our makphy(4) implement it but QEMU doesn't.
   If it fails, a garbage data is used in the attach function and unexpected
   media may be used. Fix this behavior by checking the return value of
   PHY_READ(MAKPHY_ESSR). If the access failed, the media is regarded
   as copper only. It's just a cosmetic change. It's not affected to the
   packet processing.
2021-12-28 06:35:37 +00:00
..
altq s/failes/fails/ in comment. 2021-12-05 04:43:57 +00:00
arch In biosdisk_findpartition() check if part_name isn't NULL before 2021-12-28 00:37:16 +00:00
coda s/sybolic/symbolic/ in comment. 2021-12-05 08:10:39 +00:00
compat Handle the SIOCGNBRINFO ioctl for compat32. 2021-12-22 00:21:32 +00:00
conf Rename: 2021-12-20 20:33:20 +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 QEMU e1000's PHY code doesn't implement register 16. Do workaround. 2021-12-28 06:35:37 +00:00
dist/pf
dtb Hook in riscv dtb build 2021-11-13 10:13:42 +00:00
external linux: Fix copypasto in comment. 2021-12-27 14:57:30 +00:00
fs Fix typo: reader -> header 2021-12-16 22:24:10 +00:00
gdbscripts
kern pool(9): Fix default PR_NOALIGN for large pool caches. 2021-12-24 00:13:53 +00:00
lib revert rev 1.4 ("Add garbage instructions at end of kern_assert after vpanic.") 2021-12-13 01:33:32 +00:00
miscfs s/efficent/efficient/ in comments. 2021-12-08 20:11:54 +00:00
modules Fix i386 modules build: viadrmums requires CONFIG_DRM_LEGACY. 2021-12-19 16:01:29 +00:00
net Fix missing curlwp_bind() 2021-12-24 04:50:40 +00:00
net80211
netatalk
netbt s/commmand/command/ in comment. 2021-12-05 04:35:38 +00:00
netcan don't opencode kauth_cred_get() 2021-09-21 14:59:14 +00:00
netinet s/occured/occurred/ in comments, log messages and man pages. 2021-12-10 20:36:02 +00:00
netinet6 s/existance/existence/ in comment. 2021-12-05 04:42:54 +00:00
netipsec s/speficication/specification/ 2021-12-08 20:03:26 +00:00
netmpls
nfs s/runable/runnable/ 2021-12-05 07:35:17 +00:00
opencrypto
rump regen for "struct sigaltstack" -> "stack_t" 2021-11-01 05:26:27 +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 Do the last change differently: 2021-12-22 16:57:28 +00:00
ufs ffs: fix the creation of device nodes on file systems with ACLs enabled. 2021-12-14 11:06:50 +00:00
uvm Update uvm_pglistalloc_[cs]_ps to return EINVAL if [low, high] doesn't 2021-12-21 08:27:49 +00:00
Makefile