index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
usbd
/
usbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix spelling of ATTACH
jmg
2003-10-25
1
-1
/
+1
*
The second argument to fgetln() is a size_t *, not an int *.
tmm
2003-07-12
1
-1
/
+1
*
Include sys/param.h for both modfind and kldload
imp
2003-06-09
1
-2
/
+5
*
Use stdlib.h for getopt interface.
imp
2003-06-07
1
-2
/
+0
*
Fix usbd.conf parsing: fgetln(3) returns a string without terminating
maxim
2002-12-24
1
-1
/
+1
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
1
-1
/
+1
*
Prefix structure members to protect them against clashes with eg.
alfred
2002-02-20
1
-21
/
+21
*
Merge from NetBSD.
joe
2002-01-28
1
-21
/
+56
*
Sync usb.h with NetBSD, apart from usb_device_info.speed, which
joe
2002-01-02
1
-10
/
+10
*
Check the return value of strdup
n_hibma
2000-11-12
1
-0
/
+8
*
Don't check for ohci/uhci to be loaded, check for the usb module.
n_hibma
2000-09-02
1
-3
/
+2
*
And another buffer overflow. Maybe next time I should read the manpage for
n_hibma
2000-07-16
1
-1
/
+1
*
Oops. I originally extended the bcopy to 8 characters to include the
peter
2000-07-14
1
-1
/
+1
*
Correct an additional off-by-one bug and buffer overflow. A malloc()
peter
2000-07-14
1
-2
/
+3
*
Fix an off-by-one error which breaks this (detected by malloc flags):
green
2000-07-11
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Add a comment to deconfuse a few lines of code I've tripped over two
n_hibma
2000-05-12
1
-1
/
+6
*
if USB support is not compiled into the kernel,
jmb
2000-04-02
1
-0
/
+8
*
Don't fail if less then MAXDEV /dev/usb\d+ entries exist.
n_hibma
2000-01-10
1
-1
/
+1
*
Complain if we get an error that is not ENXIO while opening /dev/usb\d+
n_hibma
1999-12-06
1
-0
/
+7
*
Add the ability to match on device names attached to.
n_hibma
1999-11-28
1
-25
/
+144
*
Avoid null dereference on verbose output.
n_hibma
1999-11-24
1
-7
/
+7
*
Flip the sequence of vendor, product around, to make it consistent
n_hibma
1999-11-22
1
-19
/
+19
*
Add event queue handling. It triggers activities on events read from
n_hibma
1999-11-21
1
-51
/
+785
*
Cleanup of the code before we add a few thins.
n_hibma
1999-11-18
1
-33
/
+49
*
Syncing with NetBSD version 1998/12/14
n_hibma
1999-04-11
1
-8
/
+7
*
Added Id
n_hibma
1998-12-14
1
-0
/
+1
*
Initial commit of ported NetBSD USB stack
n_hibma
1998-11-26
1
-0
/
+183