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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort sections.
ru
2005-01-18
1
-10
/
+10
*
Allow usbd to handle event notificatiosn where mor ethan one
julian
2005-01-04
1
-47
/
+67
*
Fix a few coding errors that caused compiler warnings.
iedowse
2004-11-28
1
-5
/
+6
*
Fix 'camcontrol rescan' syntax and use the proper indentation for
roam
2004-07-15
1
-2
/
+2
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-2
/
+3
*
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
*
A few grammatical improvements.
murray
2003-05-04
1
-3
/
+5
*
Eliminate hard sentence breaks.
trhodes
2003-01-30
1
-4
/
+4
*
Grammar cleanup.
trhodes
2003-01-30
2
-5
/
+5
*
english(4) police.
schweikh
2002-12-27
1
-1
/
+1
*
Fix usbd.conf parsing: fgetln(3) returns a string without terminating
maxim
2002-12-24
1
-1
/
+1
*
The .Nm utility
charnier
2002-07-14
1
-2
/
+3
*
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
*
Spell "FreeBSD" with "F" and "BSD" in uppercase.
ru
2001-08-13
2
-2
/
+2
*
Remove whitespace at EOL.
dd
2001-07-15
1
-1
/
+1
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Removed -I${.CURDIR}/.../sys from CFLAGS.
ru
2001-05-18
1
-1
/
+0
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-2
/
+1
*
Fix brokeness in rev. 1.6: this manpage appeared in NetBSD 1.4.
ru
2001-03-01
1
-1
/
+1
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-1
/
+1
*
Prepare for mdoc(7)NG.
ru
2000-12-27
2
-5
/
+7
*
mdoc(7) police: do not split author names in the AUTHORS section.
ru
2000-11-22
1
-1
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-2
/
+2
*
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
*
Mention that each criterium can only be used once.
n_hibma
2000-05-12
1
-0
/
+3
*
Add a comment about the fact that the usb module is automatically
n_hibma
2000-04-02
1
-0
/
+7
*
if USB support is not compiled into the kernel,
jmb
2000-04-02
1
-0
/
+8
*
Remove gratuitous dashes (-) in Fl macro arguments.
sheldonh
2000-03-06
1
-2
/
+2
*
Remove more single-space hard sentence breaks.
sheldonh
2000-03-06
1
-1
/
+2
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-01
2
-21
/
+42
*
Don't fail if less then MAXDEV /dev/usb\d+ entries exist.
n_hibma
2000-01-10
1
-1
/
+1
*
usbd.conf is in section 5, not 8.
kuriyama
1999-12-30
1
-1
/
+1
*
Add a missing '"' in the examples.
obrien
1999-12-17
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
2
-28
/
+166
*
Avoid null dereference on verbose output.
n_hibma
1999-11-24
1
-7
/
+7
[next]