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