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
/
usb
Age
Commit message (
Expand
)
Author
2023-01-21
fix typos in comment and log message.
andvar
2023-01-10
ukbd(4): remember how much of attach worked so detach works.
mrg
2022-12-13
fix grammar in comment
jakllsch
2022-12-13
ehci_device_isoc_init() returns errno not usbd_error; remove blank line
jakllsch
2022-12-13
"periodic frame list", not "period frame list" in comments
jakllsch
2022-12-13
Add missing whitespace in error message.
jakllsch
2022-11-04
Back out r1.82 ("Do not explicitly set the HID Report Protocol upon attach")
jmcneill
2022-11-01
s/faild/failed/ in comments and messages.
andvar
2022-10-31
fix various typos in comments and one output message.
andvar
2022-10-26
uhso(4): Convert locking comments to locking assertions.
riastradh
2022-10-26
ucycom(4): Convert to ttylock/ttyunlock.
riastradh
2022-10-26
ucom(4): Convert to ttylock/ttyunlock.
riastradh
2022-10-23
ugen(4): Make sure opened is initialized in ugenopen.
riastradh
2022-10-23
Fix USBDEBUG build on ILP32
skrll
2022-10-21
ugen(4): convert to USBHIST style debugging.
mrg
2022-10-11
KNF a bit. No functional change.
msaitoh
2022-10-11
"Add" number of ports because the same speed's ECR may appear multiple times.
msaitoh
2022-10-11
There is an xHCI device which has USB 2 port only. Support it.
msaitoh
2022-10-10
ETHERCAP_VLAN_MTU does not go into ifp->if_capabilities but ethercom
martin
2022-09-25
Remove the bus_space_barrier I added with the commit
skrll
2022-09-24
uhid(4): Don't wake waiters on changing sc_open.
riastradh
2022-09-22
umass(4): Reduce timeout for control xfers to standard USB timeout.
riastradh
2022-09-22
usbnet(9): Omit needless miilock around uno_stop.
riastradh
2022-09-20
revert rev 1.111 (which was 1.106 again, without the 1.107 changes).
mrg
2022-09-16
Cast to uint32_t to avoid undefined behavior in UGETDW(). Found by kUBSan.
msaitoh
2022-09-16
Use unsigned to avoid undefined behavior in ure_uno_mcast(). Found by kUBSan.
msaitoh
2022-09-13
xhci(4): After attach, access to sc_child/2 requires sc_intr_lock.
riastradh
2022-09-13
usbdi(9): Sprinkle usbhist into usb xfer timeout logic.
riastradh
2022-09-13
usbdi(9): Fix mistake in usbdi.c 1.244.
riastradh
2022-09-13
xhci(4): Resume commands even if USBSTS.SRE is set.
riastradh
2022-09-13
usbdi(9): Rule out possible race to read xfer->ux_status.
riastradh
2022-09-13
usbnet(9): Call mii_down once we've finished with mii_tick.
riastradh
2022-09-07
usbdi(9): Fix timeout after non-racy xfer resubmission.
riastradh
2022-09-06
Don't hold a spin lock entering usbd_transfer.
nat
2022-09-06
Do a full screen update upon vt switch.
nat
2022-09-06
Ensure the device is fully initialized before starting the update thread.
nat
2022-09-06
Don't throttle the frame rate.
nat
2022-09-06
Finally fix the blitting function.
nat
2022-09-03
Garbage-collect the remaining vestiges of netisr.
thorpej
2022-09-01
xhci(4): Make sure to destroy sc_rhlock on detach.
riastradh
2022-08-23
xhci(4): Fix error branch for failed suspend.
riastradh
2022-08-23
usbnet(9): Don't touch ifp->if_flags in usbnet_start_locked.
riastradh
2022-08-22
usbnet(9): Update comments about locking to reflect current reality.
riastradh
2022-08-20
ural_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" with
thorpej
2022-08-20
udav(4): Prune dead branch: legacy IFF_ALLMULTI is never set here.
riastradh
2022-08-20
cue(4): Prune dead branch: IFF_BROADCAST is always set here.
riastradh
2022-08-20
usbnet(9): New usbnet_ispromisc(un).
riastradh
2022-08-20
usbnet(9): Rename core lock -> mii lock.
riastradh
2022-08-20
usbnet(9): Limit scope of core lock to mii and tick scheduling.
riastradh
2022-08-20
usbnet(9): Call mii_down once we've finished with mii_tick.
riastradh
[next]