NetBSD/sys
martin fd0206ff35 When we init the hardware's rx/tx ring configuration we need to
adjust our internal state, as this implicitly resets the current
descriptor pointer.
Previously "ifconfig eqos0 down; ifconfig eqos0 up" made the interface
non-functional.
2022-07-20 18:48:41 +00:00
..
altq fix various typos in comment, documentation and log messages. 2022-05-24 20:50:17 +00:00
arch Fix a couple of nits with savectx(): 2022-07-20 18:25:10 +00:00
coda s/auxillary/auxiliary/ in comments. 2022-05-20 19:34:22 +00:00
compat tty_43: Do unsigned arithmetic to avoid shift into sign bits. 2022-07-10 13:57:14 +00:00
conf drm: Use CPPFLAGS.drmkms in all local drm drivers too. 2022-07-20 10:01:10 +00:00
crypto arm/aes_neon: Fix formatting of self-test failure message. 2022-06-26 17:52:54 +00:00
ddb Remove 'a' modifier from "show vmem". It was removed in sbur_vmem.c rev. 1.55. 2022-04-28 07:08:38 +00:00
dev When we init the hardware's rx/tx ring configuration we need to 2022-07-20 18:48:41 +00:00
dist/pf driver(9): devsw_detach never fails. Make it return void. 2022-03-28 12:33:20 +00:00
dtb Build dtb files for the Tegra TX2 2022-07-04 18:25:45 +00:00
external drm: Keep drm include flags in CPPFLAGS.drmkms after all. 2022-07-20 10:01:01 +00:00
fs Make kqueue event status for vnodes shareable, and for stacked file systems 2022-07-18 04:30:30 +00:00
gdbscripts
kern Fix a problem whereby detaching a device that has open kevent 2022-07-19 01:03:05 +00:00
lib alredy -> already 2022-07-08 07:02:47 +00:00
miscfs Make kqueue event status for vnodes shareable, and for stacked file systems 2022-07-18 04:30:30 +00:00
modules drm: Undefine `alpha' in the module build too. 2022-07-20 01:11:39 +00:00
net KNF two comments. 2022-07-11 07:40:58 +00:00
net80211 net80211: Use getticks(), not hardclock_ticks. 2022-03-18 23:32:24 +00:00
netatalk
netbt fix various typos in comments, mainly origional->original, 2022-05-28 21:14:56 +00:00
netcan
netinet tcp(4): Bail early on sendoob if not connected. 2022-06-28 01:44:19 +00:00
netinet6 in6p_hash isn't used, either. 2022-06-15 04:31:22 +00:00
netipsec ipsec: don't assert for the format of incoming packets 2022-05-25 04:15:44 +00:00
netmpls
nfs Remove an incorrect assertion. 2022-06-24 16:50:00 +00:00
opencrypto opencrypto(9): Fix missing initialization in error branch. 2022-06-26 22:52:30 +00:00
rump Regen for: 2022-07-18 04:32:35 +00:00
secmodel isroot should be bool... 2022-03-29 22:29:29 +00:00
stand Remove now unused bootdefault() function. 2022-06-08 21:55:51 +00:00
sys Make some knote implementation details private to kern_event.c. NFC, and 2022-07-19 00:46:00 +00:00
ufs s/grabing/grabbing/ in comments. 2022-05-28 22:08:46 +00:00
uvm uvm: CTASSERT about MIN_PAGE_SIZE, which is constant. 2022-07-07 13:27:02 +00:00
Makefile