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
/
uhso.c
Age
Commit message (
Expand
)
Author
2022-10-26
uhso(4): Convert locking comments to locking assertions.
riastradh
2022-09-03
Garbage-collect the remaining vestiges of netisr.
thorpej
2021-06-13
Remove duplicate.
mlelstv
2020-03-14
revert the 0x% -> %# change for fixed width formats pointed out by uwe.
christos
2020-03-13
PR/55068: sc.dying: Fix printf formats:
christos
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-12-01
localify
maxv
2019-05-05
remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h
mrg
2019-01-22
KNF
skrll
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-01-21
PR kern/52931 Kernel panics with Atheros usb wireless interface
skrll
2017-12-19
Add missing if_free() in the detach path.
msaitoh
2017-01-11
fix off by one
maya
2016-11-25
+#include "opt_usb.h"
skrll
2016-10-31
PR/51574: You can't always get what you want, but if you try sometime..
christos
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-04-28
Constify rtentry of if_output
ozaki-r
2016-04-23
Merge nick-nhusb
skrll
2016-04-20
IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE caller
knakahara
2014-11-15
centralize the dialout/call unit macros.
christos
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-19
PR/48998: uhso(4) support for Globetrotter HSUPA Modem
skrll
2014-06-05
- Implement pktqueue interface for lockless IP input queue.
rmind
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2013-01-05
- need opt_usb.h if depending on USB_DEBUG
christos
2012-12-27
Consistent/Correct error message from failing usbd_set_config.
skrll
2012-04-05
no need to device_pmf_is_registered() before unregister
plunky
2012-03-06
pull down from usbmp branch:
mrg
2011-12-23
Revert previous due to active usbmp branch(es).
jakllsch
2011-12-22
Adjust-away inconsistent and trailing whitespace.
jakllsch
2011-04-24
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
rmind
2011-03-16
use C99 style for variadic macro arguments
plunky
2010-11-15
Dereferencing struct lwp * needs sys/lwp.h.
uebayasi
2010-04-05
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf
joerg
2010-03-06
Add uhso(4) driver and manpage for Option N.V. Wireless WAN modems
plunky