index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ugen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent that when ugen(4) tries to set an alternative configuration
mglocker
2021-02-05
1
-1
/
+5
*
Align the mixed naming for the variables used to reference to
mglocker
2021-02-01
1
-8
/
+8
*
Be consistent in not using parameter names for function prototypes;
mglocker
2021-01-28
1
-3
/
+3
*
The usb configuration descriptor parameter providing the number of
mglocker
2021-01-27
1
-3
/
+3
*
Be consistent in not using parameter names for function prototypes.
mglocker
2021-01-27
1
-5
/
+5
*
Resolve data toggle out of sync problem for ugen(4) and uhidev(4) devices
mglocker
2021-01-25
1
-1
/
+49
*
Refactor klist insertion and removal
visa
2020-12-25
1
-3
/
+3
*
Set the correct length before copying to userland.
mpi
2020-09-29
1
-1
/
+2
*
Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on the
mglocker
2020-09-02
1
-12
/
+17
*
Use seltrue_kqfilter() instead of hand-rolling it in multiple drivers.
mpi
2020-05-13
1
-15
/
+4
*
Abstract the head of knote lists. This allows extending the lists,
visa
2020-04-07
1
-3
/
+3
*
Fix incoherencies of errors returned by various *kqfilter routines.
mpi
2020-04-03
1
-2
/
+2
*
use the UE_GET_XFERTYPE macro where applicable
jasper
2020-02-22
1
-8
/
+8
*
Replace field f_isfd with field f_flags in struct filterops to allow
visa
2020-02-20
1
-4
/
+4
*
Convert sleep to tsleep_nsec(9) and use unique sleeping identifiers.
mpi
2020-01-04
1
-5
/
+5
*
Use C99 designated initializers with struct filterops. In addition,
visa
2019-12-31
1
-7
/
+19
*
free(9) sizes for configuration descriptors.
mpi
2018-11-14
1
-11
/
+10
*
Simplify/refactor the way vendor/product/serial informations are
landry
2018-05-01
1
-2
/
+2
*
Don't pull in <sys/file.h> just to get fcntl.h
guenther
2017-12-30
1
-2
/
+2
*
Do not permit USB ioctl handler malloc(9)'s to block as this interferes
ians
2017-07-21
1
-2
/
+5
*
A pile of sizes to free(9). In test for a few days in snapshots.
deraadt
2017-04-08
1
-12
/
+16
*
Kill unused ioctl(2)s.
mpi
2016-05-24
1
-12
/
+1
*
'miliseconds' -> 'milliseconds' in comments.
krw
2016-03-17
1
-2
/
+2
*
Convert uiomovei to uiomove. Fixes a few integer truncations along the
stefan
2016-03-03
1
-26
/
+27
*
Revert transfer submission to r1.85. Seems to make okan@'s scanner
mpi
2015-10-19
1
-30
/
+15
*
Prevent a NULL-pointer dereference when closing a ugen(4) node
mpi
2015-10-13
1
-4
/
+2
*
Fix kpanic I found the hard way while using pcsc-lite
dcoppa
2015-09-15
1
-3
/
+7
*
Do not set USBD_NO_COPY for interrupt transfers, only bulk transfers
mpi
2015-09-07
1
-2
/
+3
*
Do not use an intermediary buffer on the stack of the caller when
mpi
2015-09-04
1
-7
/
+13
*
Do not use an intermediary buffer on the stack of the caller when
mpi
2015-09-03
1
-8
/
+12
*
Do not use usbd_endpoint_count() and usbd_interface_count(), theses
mpi
2015-07-10
1
-31
/
+18
*
Set the length of isochronous transfers as the sum of the frames lengths.
mpi
2015-06-15
1
-7
/
+6
*
Prevent a use after free in by closing all open endpoints upon detach.
mpi
2015-05-25
1
-14
/
+30
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
First step towards making uiomove() take a size_t size argument:
miod
2015-02-10
1
-9
/
+9
*
use mallocarray()
deraadt
2015-01-11
1
-2
/
+2
*
tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set
mpi
2014-07-12
1
-17
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-13
/
+13
*
Fix debug printf formating and kill some trailing whitespaces while here.
mpi
2014-07-11
1
-20
/
+16
*
Kill matchlvl usage throughout the usb stack.
pirofti
2013-11-19
1
-5
/
+1
*
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().
pirofti
2013-11-06
1
-13
/
+12
*
Begin conversion of USB stack to return int instead of usbd_status,
jeremy
2013-11-02
1
-7
/
+7
*
Unify and document usbd_transfer(9).
mpi
2013-09-20
1
-13
/
+24
*
Don't leak information to userland in case the actual transfer length is
mpi
2013-05-17
1
-1
/
+4
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-21
/
+18
*
Make ugen_get_cdesc() a generic function by renaming it to usbd_get_cdesc()
mglocker
2013-04-01
1
-43
/
+6
*
proc.h is way too much header for usb to handle.
tedu
2013-03-28
1
-2
/
+1
*
Avoid kernel crash by removing double clfree() on endpoint closing for
mglocker
2011-12-07
1
-2
/
+1
*
Return EINVAL when there's no config descriptor for a given index.
mpi
2011-10-14
1
-1
/
+3
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-4
/
+1
[next]