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
/
dev
Age
Commit message (
Expand
)
Author
2022-09-08
Sprinkle const. Same binary before and after.
skrll
2022-09-08
KNF. Modify comment. No fucntional change.
msaitoh
2022-09-07
usbdi(9): Fix timeout after non-racy xfer resubmission.
riastradh
2022-09-07
Fix the build, add new emuxki_boards.c
martin
2022-09-07
emuxki(4): import a list of board definitions
khorben
2022-09-07
emuxki(4): place struct emuxki_softc into its own file
khorben
2022-09-07
emuxki(4): restrict DMA memory within the first 2GB
khorben
2022-09-07
tpm(4): add missing newline character in device_printf()
khorben
2022-09-07
emuxki(4): allow building as a module
khorben
2022-09-06
Don't hold a spin lock entering usbd_transfer.
nat
2022-09-06
Do a full screen update upon vt switch.
nat
2022-09-06
Ensure the device is fully initialized before starting the update thread.
nat
2022-09-06
Don't throttle the frame rate.
nat
2022-09-06
Finally fix the blitting function.
nat
2022-09-04
revert 1.281
mlelstv
2022-09-04
Add standard inet headers.
rjs
2022-09-04
bge(4): Use BUS_DMA_WAITOK in ring initilization now that it's safe
skrll
2022-09-04
bge(4): fix the MP improvements and improve some more.
skrll
2022-09-04
bge(4): use a local variable to make bge_ifmedia initialization pretty.
skrll
2022-09-03
Garbage-collect the remaining vestiges of netisr.
thorpej
2022-09-02
Remove unnecessary inclusion of <net/netisr.h>.
thorpej
2022-09-02
Whitespace - mostly align the line continutation characters
skrll
2022-09-01
xhci(4): Make sure to destroy sc_rhlock on detach.
riastradh
2022-08-30
nvme(4): Actually check if bp is null as commented previously.
riastradh
2022-08-30
nvme(4): If bp is null or bp->b_ci is not assigned, use curcpu().
riastradh
2022-08-29
emuxki(4): add support for the Sound Blaster Audigy Rx
khorben
2022-08-29
Make this build again. Sorry about that.
skrll
2022-08-28
Don't fetch data beyond end of inquiry buffer, which, here, is not
mlelstv
2022-08-28
cons(9): Need sys/types.h for dev_t, u_int.
riastradh
2022-08-28
se(4): don't set if_watchdog as it's not used.
skrll
2022-08-28
Sprinkle const
skrll
2022-08-28
Empty if_watchdog functions are useless and now waste resources. Let's
skrll
2022-08-28
Trailing whitespace
skrll
2022-08-28
Simplify the check for what ioctls can be done in raidioctl() without
oster
2022-08-28
RAIDframe must be initialized for the RAIDFRAME_SET_LAST_UNIT
oster
2022-08-27
Convert bge_pending_rxintr_change to a bool (from int)
skrll
2022-08-27
Include headers once (and don't pretend this compiles without INET)
skrll
2022-08-27
Correct the abbreviation of approximately to 'approx.'
skrll
2022-08-27
Trailing whitespace
skrll
2022-08-26
G/C unused softc members
skrll
2022-08-25
audio(4): Fix bug in detaching audio16 and beyond.
riastradh
2022-08-25
Tune number of Rx descriptors for ixl(4), ok'ed by yamaguchi@n.o.
knakahara
2022-08-25
G/C
skrll
2022-08-25
add missing bus_dmamap_unload().
ryo
2022-08-24
jumboframe support for eqos(4)
ryo
2022-08-24
rename EQOS_TDES3_* macro to EQOS_TDES3_{TX,RX}_*, and add more defs.
ryo
2022-08-24
pmf(9): *_child_register never fails. Make it return void.
riastradh
2022-08-24
Giving up adjusting ETHER_ALIGN.
ryo
2022-08-23
xhci(4): Fix error branch for failed suspend.
riastradh
2022-08-23
Fix eqos(4) to work on RK3588 as well.
ryo
[next]