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
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
disk(9): Fix use-after-free race with concurrent disk_set_info.
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
autoconf(9): Add a comment where we risk arithmetic overflow.
riastradh
2023-04-21
More devmap updates
skrll
2023-04-21
Trailing whitespace
skrll
2023-04-21
Trailing whitespace.
skrll
2023-04-21
Trailing whitespace
skrll
2023-04-21
virtio(4): change members of struct vring_desc_extra before free a slot
yamaguchi
2023-04-20
Extend optstr(9) to provide some functions to convert the value.
skrll
2023-04-20
Provide a shared pmap_devmap implementation and convert all pmap_devmap
skrll
2023-04-20
Add reloc keyworkd to let EFI bootstrap load amd64 kernel at any address
manu
2023-04-19
Again allow multicast packets to be sent from unnumbered interfaces.
mlelstv
2023-04-19
Revert "Fix panic on packet sending via a route with rt_ifa of AF_LINK."
ozaki-r
2023-04-19
virtio(4): change variable name, nfc
yamaguchi
2023-04-19
Fix not to allocate unnecessary descriptor
yamaguchi
2023-04-19
Use enumeration for state of a child driver instead of flags
yamaguchi
2023-04-18
G/C unnecessary
skrll
2023-04-18
G/C an outdated comment.
skrll
2023-04-18
sb(4): Fix missing mutex initialization at isapnp and ofisa.
riastradh
2023-04-17
Input and output codecs produce and consume internal audio data, so
mlelstv
2023-04-17
KNF
skrll
2023-04-17
Trailing whitespace
skrll
2023-04-17
KNF.
skrll
2023-04-16
Resolve conflicts for lua 5.4.4 import.
nikita
2023-04-16
Handle packet scheduling for high/super speed.
mlelstv
2023-04-16
viocon(4): Show error in assertion failure.
riastradh
2023-04-16
virtio@pci: Fix assertion on detach.
riastradh
2023-04-16
Do not create the sysctl tree if the initial setup of the chip fails.
brad
2023-04-16
DesignWare watchdog ACPI attach glue
jmcneill
2023-04-16
Separate DesignWare watchdog driver and FDT glue.
jmcneill
2023-04-16
Rename VM_KERNEL_IO_ADDRESS to VM_KERNEL_IO_BASE to match RISC-V
skrll
2023-04-16
autoconf(9): Assert alldevs_lock held in config_unit_nextfree.
riastradh
2023-04-16
autoconf(9): Avoid potential ABA bug in config_makeroom.
riastradh
2023-04-16
pserialize(9): Fix buggy assertion inside assertion.
riastradh
[prev]
[next]