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
*
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