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
/
uhid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Make note that we already have these NetBSD patches.
joe
2003-07-14
1
-1
/
+1
*
MFNetBSD:
joe
2003-07-14
1
-1
/
+4
*
WARNING: white space diff
jmg
2003-07-04
1
-10
/
+10
*
Set pointers to NULL after free() to prevent multiple free().
mdodd
2003-06-25
1
-0
/
+3
*
At least pretend to handle USB_GET_REPORT_ID.
mdodd
2003-04-09
1
-0
/
+4
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
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
*
MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23)
joe
2002-04-07
1
-2
/
+2
*
MFNetBSD:
joe
2002-04-07
1
-3
/
+3
*
MFNetBSD: uhid.c (1.42 & 1.43), ugraphire_rdesc.h (1.1)
joe
2002-04-07
1
-3
/
+24
*
MFNetBSD:
joe
2002-04-01
1
-3
/
+4
*
Use ANSI prototypes and declarations.
joe
2002-04-01
1
-50
/
+13
*
Be more specific about when block major numbers disappeared from
joe
2002-03-11
1
-1
/
+1
*
Prefix structure members to protect them against clashes with eg.
alfred
2002-02-20
1
-7
/
+7
*
Re-add bmaj to the cdevsw's, but don't compile it in on -current.
joe
2002-02-15
1
-0
/
+3
*
Sync with NetBSD:
joe
2002-01-02
1
-1
/
+1
*
NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)
joe
2002-01-02
1
-15
/
+15
*
KSE Milestone 2
julian
2001-09-12
1
-15
/
+15
*
Only clear endpoint stall if status was USBD_STALLED.
n_hibma
2001-09-02
1
-1
/
+2
*
Don't free memory that has been freed already.
n_hibma
2001-06-30
1
-2
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+2
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-0
/
+2
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+4
*
Remove unneeded includes (phk)
n_hibma
2000-10-10
1
-2
/
+1
*
Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD
n_hibma
2000-07-17
1
-6
/
+6
*
Sync with NetBSD:
n_hibma
2000-05-14
1
-7
/
+70
*
Change Lennart's e-mail address.
n_hibma
2000-05-14
1
-1
/
+1
*
OpenBSD has a broken debugger that does not grok static. Use a
n_hibma
2000-04-03
1
-5
/
+5
*
Fix flushing of the clists before deleting them. Stops the machine
n_hibma
2000-03-02
1
-0
/
+1
*
More USB ethernet tweaks:
wpaul
2000-01-20
1
-1
/
+1
*
Correct the last parameter for clalloc
n_hibma
1999-11-28
1
-2
/
+2
*
Revoke the vnodes on detach. This avoids the crashes people have seen
n_hibma
1999-11-21
1
-10
/
+18
*
Change the clist reservation from 0 to buffer size.
n_hibma
1999-11-18
1
-1
/
+1
*
Synchronisation with NetBSD as of 1999/11/16:
n_hibma
1999-11-17
1
-55
/
+57
*
Avoid the usurping message
n_hibma
1999-11-11
1
-1
/
+8
*
Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE().
peter
1999-11-08
1
-2
/
+4
*
Major synchronisation with the NetBSD USB stack:
n_hibma
1999-10-07
1
-85
/
+176
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
We use device_set_desc_copy, so we do not need to free the copied text
n_hibma
1999-08-28
1
-1
/
+1
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-2
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-4
/
+19
*
Enable the support for a file interface on the HID driver for
n_hibma
1999-05-09
1
-1
/
+22
*
Add URL to HID spec
n_hibma
1999-05-03
1
-1
/
+5
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-6
/
+1
[next]