summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2021-06-12Revert "usb(4): Fix mistake in previous fix for pipe/interface-change races."riastradh
2021-06-12usb(4): Fix mistake in previous fix for pipe/interface-change races.riastradh
2021-06-12usb(4): Fix races between usbd_open_pipe* and usbd_set_interface.riastradh
2021-06-12usb(4): Fix racy endpoint reference counting.riastradh
2021-06-12usb(4): Omit needless lock/unlock cycle in usbd_pipe_close.riastradh
2021-06-12usb(4): Cancel and wait for async task on closing pipe.riastradh
2021-06-12ath(4): Use config_deactivate; don't abuse autoconf private dv_flags.riastradh
2021-06-12ipmi(4), intelfb(4): Use config_pending_incr/decr.riastradh
2021-06-12usb(4), uhub(4): Sprinkle usbhist.riastradh
2021-06-12usb(4): Sprinkle kernel lock assertions.riastradh
2021-06-12usb(4): usb event thread is not actually MP-safe.riastradh
2021-06-12usb(4): Verify dev->ud_subdevs is still there before freeing it.riastradh
2021-06-12usb(4): kmem_zalloc(KM_SLEEP) cannot fail; nix error branch.riastradh
2021-06-12uhub(4): Allow only one explore/rescan at a time.riastradh
2021-06-11Add a missing htole16() around the length passed to bpf_mtap2().jdc
2021-06-10hvs(4): Pass correct pointer of scsibus device to scsi_probe_bus().nonaka
2021-06-09Use the localcount(9)-based module_hook mechanism to prevent the verbosepgoyette
2021-06-08audio(4): Revert revision 1.96 and redo it another way.riastradh
2021-06-08pad(4): run the callout if the buffer is saturated instead of returningnia
2021-06-07fix the NetBSD tag.christos
2021-06-07PR/56223: David Shao ^[]8;;^G make console unresponsive. From OpenBSD:christos
2021-06-06also reset xs->xs_xr[dci] to NULL when closing the pipejdolecek
2021-06-06Fail open when ipmi device was found.mlelstv
2021-06-06Provide missing file ops. Before a simple read() would panic the kernel.mlelstv
2021-06-06Schedule command timeout without connection lock being held to preventmlelstv
2021-06-05Ooopppsss - typo!pgoyette
2021-06-05As with usbverbose and pciverbose, these modules are not safe to bepgoyette
2021-06-05Back out the following changes:thorpej
2021-06-05hpcfb_cnattach(): If fbconf == NULL, this is for early console outputrin
2021-06-05Add IT8625 chip id.nonaka
2021-06-04audio(4): When closing /dev/audioN, drain before removing from list.riastradh
2021-06-02tpm(4): Preserve error if any on ending commands.riastradh
2021-06-02Clear sc_mode only on last close.mlelstv
2021-06-02Copy mode of open wedges with the same parent and validate it.mlelstv
2021-06-02Can't left shift a signed int by 31. Found by kubsan.nia
2021-06-01wsdisplay(4): Use C99 initializer for usl_syncops.riastradh
2021-06-01dev_verbose(9): Prohibit autounloading modules.riastradh
2021-06-01audio(4): audio_unlink never fails, so make it return void.riastradh
2021-06-01audio(4): Insert mixers and audioctls into sc_files on open too.riastradh
2021-06-01audio(4): No need to set file->dying when closing the file.riastradh
2021-06-01audio(4): Grab sc->sc_cred under sc->sc_lock before freeing.riastradh
2021-06-01audio(4): Use kmem_alloc(sizeof(*p)) style.riastradh
2021-06-01audio(4): Make sure to return ENXIO if device is being detached.riastradh
2021-06-01audio(4): Set AUMODE_PLAY/RECORD only if asked _and_ supported.riastradh
2021-05-30synaptics(4): New sysctl knob for debug output.riastradh
2021-05-30thinkpad(4): Fix evaluation of MHKA on version 2 devices.riastradh
2021-05-30ld(4): Block requests while suspended until resumed.riastradh
2021-05-30typo in commentdholland