NetBSD/sys
msaitoh 7af49426ff Call txeof first, then rxeof for the consistency.
There are three functions where the txeof and rxeof are called. The MSI-X
interrupt function and the workqueue function call rxeof first, then rxeof.
For legacy interrupt. rxeof is called first. Modify it to match with other
two.
2022-07-06 06:32:50 +00:00
..
altq fix various typos in comment, documentation and log messages. 2022-05-24 20:50:17 +00:00
arch fix various typos in comments. 2022-07-05 20:15:40 +00:00
coda s/auxillary/auxiliary/ in comments. 2022-05-20 19:34:22 +00:00
compat s/retrys/retries/ in comments. 2022-07-05 19:21:26 +00:00
conf bwfm(4) uses firmload. 2022-06-05 13:35:52 +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 Call txeof first, then rxeof for the consistency. 2022-07-06 06:32:50 +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 uvm(9): fo_mmap caller guarantees positive size. 2022-07-06 01:12:45 +00:00
fs tmpfs_read: respect MNT_NOATIME. 2022-06-01 08:42:38 +00:00
gdbscripts
kern kern/vfs_vnops.c: Fix missing semicolon in previous. 2022-07-06 01:15:32 +00:00
lib Fix editing mishap, should fix the build 2022-06-27 06:45:14 +00:00
miscfs Add missing permission check 2022-06-17 14:30:37 +00:00
modules Combine the midi and sequencer modules into a single midi_seq module 2022-06-04 03:31:10 +00:00
net route(4): Use m_copydata, not misaligned mtod struct access. 2022-07-01 21:22:23 +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 Fix rump build failure after sleepq.h:r1.35. 2022-06-30 07:47:07 +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 sleepq(9): Pass syncobj through to sleepq_block. 2022-06-29 22:27:01 +00:00
ufs s/grabing/grabbing/ in comments. 2022-05-28 22:08:46 +00:00
uvm mmap(2): Guarantee two's-complement wraparound for D_NEGOFFSAFE. 2022-07-06 01:16:36 +00:00
Makefile