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
/
netgraph
/
bluetooth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
5
-5
/
+5
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
5
-6
/
+6
*
- Move all USB device ID arrays into so-called sections,
hselasky
2011-06-24
2
-3
/
+3
*
usb: fix a missed use of use_generic in r222051
avg
2011-05-18
1
-4
/
+5
*
Node constructor methods are supposed to be called in syscall
glebius
2011-04-18
2
-8
/
+2
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Mfp4 CH=177274,177280,177284-177285,177297,177324-177325
bz
2011-02-16
3
-3
/
+21
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
6
-21
/
+21
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
2
-2
/
+0
*
Fix typo
emax
2010-08-02
1
-1
/
+1
*
Get those pesky RFCOMM RPM data bits right. This is likely a noop.
emax
2009-09-10
1
-2
/
+2
*
Introduce and use a sysinit-based initialization scheme for virtual
rwatson
2009-07-23
1
-3
/
+4
*
Fix a typeo in the frame len function to unbreak the build, make it shorter
thompsa
2009-06-23
1
-2
/
+2
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
2
-106
/
+172
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
2
-52
/
+52
*
Rework socket upcalls to close some races with setup/teardown of upcalls.
jhb
2009-06-01
1
-14
/
+9
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
2
-16
/
+16
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
3
-42
/
+42
*
Hook ubt and ubtbcmfw back up to the build.
thompsa
2009-05-27
1
-2
/
+1
*
move ng_ubt_var.h back to its original place
thompsa
2009-05-27
1
-0
/
+131
*
move ng_ubt.c back to its original place
thompsa
2009-05-27
1
-0
/
+1722
*
move ubtbcmfw.c back to its original place
thompsa
2009-05-27
1
-0
/
+427
*
Delete the bluetooth drivers for the old usb stack.
thompsa
2009-05-27
4
-3091
/
+0
*
Switch ubtbcmfw(4) to use si_drv1 instead of storing the unit number.
ed
2009-04-17
1
-39
/
+21
*
Update comment. soalloc() is no longer performing M_WAITOK memory allocations.
emax
2009-02-10
1
-14
/
+6
*
Allow unprivileged users to run l2ping(8).
emax
2009-02-04
1
-5
/
+0
*
Properly return error code to the caller. This should fix the following
emax
2009-01-19
1
-20
/
+26
*
Change message severity level from WARN to INFO. This should reduce
emax
2008-12-24
1
-1
/
+1
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-1
/
+1
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
11
-46
/
+41
*
Abort transfers on all pipes before closing them. This fixes the crash
emax
2008-10-03
1
-0
/
+5
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-2
/
+2
*
Implement ratelimiting for debug messages. For now, allow at most
emax
2008-08-01
5
-20
/
+50
*
Increase maximum input queue size limit for raw Bluetooth HCI sockets.
emax
2008-08-01
1
-2
/
+1
*
Fix locking bug, i.e. lock "wildcard" matched pcb before return.
emax
2008-08-01
1
-0
/
+3
*
Introduce support for Bluetooth SCO sockets. This is based on older
emax
2008-07-30
3
-1
/
+2132
*
Simplify ubt_isoc_in_complete2(). Also should fix off by 1 bug.
emax
2008-07-29
1
-28
/
+18
*
Fill in the string portion of the bluetooth stack version sysctl.
trhodes
2008-07-14
1
-1
/
+1
*
Dust off old code for support of USB isochronous transfers.
emax
2008-07-11
3
-215
/
+341
*
Get in some basic infrastructure for Bluetooth SCO support.
emax
2008-07-10
3
-0
/
+59
*
Several changes breaking netgraph module ABI collected together:
mav
2008-04-15
1
-23
/
+15
*
Fix locking issue in ng_btsocket_l2cap_ctloutput()
emax
2007-10-31
1
-2
/
+4
*
Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channel
emax
2007-10-29
1
-31
/
+53
*
Return EADDRNOTAVAIL instead of EDESTADDRREQ error when
emax
2007-08-23
2
-2
/
+2
*
Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.
emax
2007-08-13
4
-188
/
+174
*
Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.
emax
2007-07-10
1
-1
/
+1
*
These modules depend on usb, make that explicit
imp
2007-06-23
2
-0
/
+4
*
Replace sosend() with direct call to .pru_send method on the
emax
2007-06-21
1
-2
/
+2
*
Fix build problem caused by a set of typos.
delphij
2007-06-19
1
-6
/
+6
*
Finish removing usb_port.h compat macros.
imp
2007-06-18
2
-26
/
+71
[next]