index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2022-09-17
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-17
u_int*_t -> uint*_t
thorpej
2022-09-17
Liberally apply static.
thorpej
2022-09-17
egstart(): Use m_copydata() rather than open-coding it.
thorpej
2022-09-17
Convert an open-coded check for M_PKTHDR + panic into a KASSERT().
thorpej
2022-09-17
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-17
u_int*_t -> uint*_t
thorpej
2022-09-17
Liberally apply "static".
thorpej
2022-09-17
malloc() -> kmem_alloc()
thorpej
2022-09-17
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-17
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-17
vte_ifstart(): Make the condition if the transmit loop the number of
thorpej
2022-09-17
alc_start(): Remove redundant IFQ_IS_EMPTY(). This very same condition
thorpej
2022-09-17
age_start(): Remove redundant IFQ_IS_EMPTY(). This very same condition
thorpej
2022-09-17
- synaptics_filter_policy no longer generates movements from stale data.
mlelstv
2022-09-16
s/Paket/Packet/
andvar
2022-09-16
Fix out of range access in AcpiDsExecEndOp().
msaitoh
2022-09-16
It is correct to update ifp statistics per packet, just remove commented out ...
knakahara
2022-09-16
Cast to uint32_t to avoid undefined behavior in UGETDW(). Found by kUBSan.
msaitoh
2022-09-16
Use unsigned to avoid undefined behavior in ure_uno_mcast(). Found by kUBSan.
msaitoh
2022-09-16
Some MP improvements
skrll
2022-09-16
Add ALWAYS_TXDEFER option to ixl(4), too.
knakahara
2022-09-16
Add ALWAYS_TXDEFER option to vmx(4), too.
knakahara
2022-09-16
ixg(4) add an option for Tx to use deferred softint regardless of whether can...
knakahara
2022-09-15
Verify checksum of the extended signature table.
msaitoh
2022-09-15
fnm{add,sub}{,s}: Do not negate NaN.
rin
2022-09-15
fpu_execute(): Use FR() macro. No binary changes.
rin
2022-09-15
whitespace - remove spaces before tabs
skrll
2022-09-15
Add missing newline in a message. KNF.
msaitoh
2022-09-14
Fix logic for FPSCR[OX]; set FPSCR[FI] (and therefore FPSCR[XX]).
rin
2022-09-14
Fix logic for FPSCR[UX]:
rin
2022-09-14
mfii: Don't panic on detach.
msaitoh
2022-09-13
nvmm(4): Add suspend/resume support.
riastradh
2022-09-13
kill_session now uses the session id to avoid stale session pointers.
mlelstv
2022-09-13
Add Intel 600 series PCH-LP devices support.
msaitoh
2022-09-13
Regen.
msaitoh
2022-09-13
Add more Alder Lake devices.
msaitoh
2022-09-13
xhci(4): After attach, access to sc_child/2 requires sc_intr_lock.
riastradh
2022-09-13
usbdi(9): Sprinkle usbhist into usb xfer timeout logic.
riastradh
2022-09-13
usbdi(9): Fix mistake in usbdi.c 1.244.
riastradh
2022-09-13
xhci(4): Resume commands even if USBSTS.SRE is set.
riastradh
2022-09-13
i915: Fix error branches of execbuffer vma pinning.
riastradh
2022-09-13
nvme(4): Don't leak memory for queues on every resume.
riastradh
2022-09-13
usbdi(9): Rule out possible race to read xfer->ux_status.
riastradh
2022-09-13
x86/genfb: Re-enable shadowfb by defualt for now.
riastradh
2022-09-13
autoconf(9): New diagnostic to detect double-detach.
riastradh
2022-09-13
autoconf(9): Improve diagnostics for config_detach_enter/commit/exit.
riastradh
2022-09-13
x86/pmap.h: Need machine/cpufunc.h for invlpg.
riastradh
2022-09-13
amd64/asan.h, amd64/msan.h: Add include guards.
riastradh
2022-09-13
usbnet(9): Call mii_down once we've finished with mii_tick.
riastradh
[prev]
[next]