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
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2021-06-15
ohci(4): Constify a constant debug string table.
riastradh
2021-06-15
dev_verbose(9): Use a comma expression, not an expression block.
riastradh
2021-06-15
iic_acquire_bus may fail.
mlelstv
2021-06-15
avoid double-free
mlelstv
2021-06-15
ipmi(4): Tidy up ipmi_thread a little.
riastradh
2021-06-14
ipmi(4): Notify config_pending_decr when ready, not when dying.
riastradh
2021-06-14
pad(4): Explain what's wrong with using device pointers like this.
riastradh
2021-06-14
pad(4): Omit unused sc_blksize.
riastradh
2021-06-14
pad(4): Refactor for clarity, and fix locking bugs.
riastradh
2021-06-14
appease gcc9
mlelstv
2021-06-14
Call sysmon_envsys_destroy() if we receive any error from sysmon, rather
jdc
2021-06-14
pad(4): Destroy the callout when done.
riastradh
2021-06-14
pad(4): Make this exclusively a cloning device.
riastradh
2021-06-14
pad(4): Sort includes. Add missing includes to padvar.h.
riastradh
2021-06-14
pad(4): Fix some locking.
riastradh
2021-06-14
Avoid double free when attach fails.
mlelstv
2021-06-14
pad(4): Some incomplete tidying.
riastradh
2021-06-13
pad(4): Take kernel lock around autoconf stuff.
riastradh
2021-06-13
usb(4): Bus exploration is single-threaded -- assert it so.
riastradh
2021-06-13
uhub(4): Defer rescan to USB event thread.
riastradh
2021-06-13
Restore EOM handling.
mlelstv
2021-06-13
Don't ignore errors of sysmon_envsys_register().
mlelstv
2021-06-13
Fix race when freeing sensors.
mlelstv
2021-06-13
Fail to open read-write when created read-only.
mlelstv
2021-06-13
Don't crash on detach where interlock == NULL.
mlelstv
2021-06-13
Be less verbose normally and more when debugging.
mlelstv
2021-06-13
iic_acquire_bus can fail
mlelstv
2021-06-13
Clear sc_sme pointer to avoid double free.
mlelstv
2021-06-13
iic_acquire_bus can fail.
mlelstv
2021-06-13
Refactor handling of "quad utms" devices and more.
mlelstv
2021-06-13
Handle IXON,IXOFF individually.
mlelstv
2021-06-13
Fix envsys detach paths.
mlelstv
2021-06-13
Remove duplicate.
mlelstv
2021-06-13
Align product name.
mlelstv
2021-06-13
Remove duplicate
mlelstv
2021-06-13
Regen
mlelstv
2021-06-13
Correct some vendor names, remove duplicates.
mlelstv
2021-06-13
Fix last patch.
mlelstv
2021-06-13
Use correct integer lengths for properties.
mlelstv
2021-06-13
Fix non-DIAGNOSTIC build.
mlelstv
2021-06-13
Don't use aprint* for non-autoconf errors. Also print status value.
mlelstv
2021-06-13
Don't ignore detach errors from children.
mlelstv
2021-06-13
usb(4): Tighten interface locking and pipe references.
riastradh
2021-06-13
uhub(4): Trigger bus exploration after rescanning children.
riastradh
2021-06-12
usb(4): Nix unused struct usbd_interface::ui_priv.
riastradh
2021-06-12
usb(4): Make usbd_fill_iface_data atomic.
riastradh
2021-06-12
usb(4): Tweak style in usbd_close_pipe.
riastradh
2021-06-12
usb(4): Merge logic in usbd_kill_pipe and usbd_close_pipe.
riastradh
2021-06-12
usb(4): Fix fix for interface change pipe fix.
riastradh
[next]