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
/
sys
/
dev
/
usb
/
udbp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
add missing machine/bus.h headers that are now necessary because of the
jmg
2003-07-16
1
-0
/
+1
*
WARNING: white space diff
jmg
2003-07-04
1
-12
/
+12
*
Add module dependency. This makes udbp.ko to be loaded.
takawata
2003-03-15
1
-0
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Use the hw.usb sysctl tree instead of debug.usb.
joe
2002-08-08
1
-1
/
+2
*
Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the
joe
2002-07-31
1
-2
/
+2
*
Get bored with hard coded debug level variables and introduce a debug.usb
joe
2002-07-31
1
-0
/
+3
*
Should have been part of recent commit:
alfred
2002-06-01
1
-3
/
+3
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+3
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+4
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-21
/
+28
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-30
/
+41
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-1
/
+1
*
remove unused variable
julian
2000-12-12
1
-1
/
+0
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-4
/
+4
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-13
/
+10
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD
n_hibma
2000-07-17
1
-6
/
+6
*
Add the Prolific PL2301 and PL2302 Link cables.
n_hibma
2000-05-07
1
-0
/
+5
*
We match on vendor/product so return the fact that udbp is vendor/product
n_hibma
2000-05-07
1
-1
/
+1
*
More static -> Static to keep OpenBSD happy.
n_hibma
2000-05-07
1
-26
/
+26
*
The USB double bulk pipe driver (Host to host cables). Currently there
n_hibma
2000-05-01
1
-0
/
+814