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
2023-05-09
ioctl(DIOCRMWEDGES): Delete only idle wedges.
riastradh
2023-05-09
dk(4): dkclose must handle a dying wedge too to close the parent.
riastradh
2023-05-08
Google goldfish config goop
skrll
2023-05-08
Add a Google Goldfish RTC driver
skrll
2023-05-07
RISC-V support that works on QEMU with a single hart.
skrll
2023-05-06
few more typos in the word "register", mainly s/resister/register/.
andvar
2023-05-06
s/Regiser/Register/ and s/regester/register/ in comments.
andvar
2023-05-06
s/regster/register/ in comments and error messages.
andvar
2023-05-01
Don't overflow when scaling 32bit samples.
mlelstv
2023-04-30
xhci doesn't like 80 packets per USB interval, but 40 seems to be fine
mlelstv
2023-04-29
sdmmc: Only check chipset WP status for SD cards.
jmcneill
2023-04-29
dk(4): Rename label for consistency. No functional change intended.
riastradh
2023-04-29
dk(4): Fix lock assertion in size increase: parent's, not wedge's.
riastradh
2023-04-27
Remove an unnecessary cast in a KASSERTMSG
skrll
2023-04-23
print stage formats with AUDIO_DEBUG
mlelstv
2023-04-23
Be a little bit more informative on device timeout.
mlelstv
2023-04-23
Whitespace
mlelstv
2023-04-23
No longer use AUDIO_INTERNAL_BITS but rely on passed audio format.
mlelstv
2023-04-23
Enable 24bit support by default.
mlelstv
2023-04-23
Add 24bit/32bit hardware support.
mlelstv
2023-04-23
Whitespace
mlelstv
2023-04-23
Make audio_device information available to drvctl and devpubd.
mlelstv
2023-04-23
Weed out duplicate sample rates and add comment about UAC2 clocks.
mlelstv
2023-04-22
dk(4): Convert tests to assertions in various devsw operations.
riastradh
2023-04-22
dk(4): Fix racy access to sc->sc_dk.dk_openmask in dkwedge_delall1.
riastradh
2023-04-22
Move fdt_update_stdout_path from evbarm code to MI code
skrll
2023-04-21
dk(4): Narrow the scope of the device numbering lookup on detach.
riastradh
2023-04-21
dk(4): dkdump: Simplify. No functional change intended.
riastradh
2023-04-21
dk(4): Omit needless locking in dksize, dkdump.
riastradh
2023-04-21
dk(4): Take a read-lock on dkwedges_lock if we're only reading.
riastradh
2023-04-21
dk(4): Set .d_cfdriver and .d_devtounit to plug open/detach race.
riastradh
2023-04-21
dk(4): Use disk_begindetach and rely on vdevgone to close instances.
riastradh
2023-04-21
dk(4): Fix callout detach race.
riastradh
2023-04-21
dk(4): Add null d_cancel routine to devsw.
riastradh
2023-04-21
dk(4): Require dk_openlock in dk_set_geometry.
riastradh
2023-04-21
dk(4): Assert dkwedges[unit] is the sc we're about to free.
riastradh
2023-04-21
dk(4): Assert parent vp is nonnull before we stash it away.
riastradh
2023-04-21
dk(4): Don't touch dkwedges or ndkwedges outside dkwedges_lock.
riastradh
2023-04-21
dk(4): Move CFDRIVER_DECL and CFATTACH_DECL3_NEW earlier in file.
riastradh
2023-04-21
dk(4): Prevent races in access to struct dkwedge_softc::sc_size.
riastradh
2023-04-21
dk(4): <sys/rwlock.h> for rwlock(9).
riastradh
2023-04-21
dk(4): KNF: Sort includes.
riastradh
2023-04-21
dk(4): ENXIO, not ENODEV, means no such device.
riastradh
2023-04-21
dk(4): Fix typo in comment: dkstrategy, not dkstragegy.
riastradh
2023-04-21
dk(4): Omit needless void * cast.
riastradh
2023-04-21
dk(4): KNF: Whitespace.
riastradh
2023-04-21
dk(4): KNF: return (v) -> return v.
riastradh
2023-04-21
dk(4): Avoid holding dkwedges_lock while allocating array.
riastradh
2023-04-21
dk(4): Restore assertions in dklastclose.
riastradh
2023-04-21
virtio(4): change members of struct vring_desc_extra before free a slot
yamaguchi
[prev]
[next]