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
*
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
*
Remove two more instances of the USBDEV() macro.
ru
2007-06-13
1
-2
/
+2
*
Catch up with USB cleanups and fix the world
emax
2007-06-13
1
-21
/
+15
*
Eliminate usb_thread_t.
imp
2007-06-12
1
-4
/
+5
*
Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from
imp
2007-06-12
2
-6
/
+4
*
Expand USB_ATTACH_SETUP inline.
imp
2007-06-09
2
-8
/
+2
*
Despite several examples in the kernel, the third argument of
dwmalone
2007-06-04
1
-4
/
+4
*
Universally adopt most conventional spelling of acquire.
rwatson
2007-05-27
1
-1
/
+1
*
Try to silence Coverity by adding (void) in front of function call.
emax
2007-03-28
1
-1
/
+11
*
o Update a comment: sonewconn() lives in uipc_socket.c now.
maxim
2007-03-26
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
3
-3
/
+6
*
s/USBDEVNAME/device_get_nameunit/g
emax
2006-09-07
2
-110
/
+105
*
more usb fallout changes
mjacob
2006-09-07
3
-75
/
+86
*
- Catch up with ongoing rwatson's socket work;
emax
2006-08-25
2
-184
/
+68
*
Define mtu as u_int16_t not as int. This should fix problem with rfcomm
emax
2006-08-24
1
-1
/
+2
*
soreceive_generic(), and sopoll_generic(). Add new functions sosend(),
rwatson
2006-07-24
1
-5
/
+4
*
Change semantics of socket close and detach. Add a new protocol switch
rwatson
2006-07-21
8
-5
/
+39
*
Replace inb() and outb() with bus_space_read_1() and bus_space_write_1()
emax
2006-07-05
2
-8
/
+12
*
Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications can
emax
2006-05-17
3
-1
/
+75
*
Chance protocol switch method pru_detach() so that it returns void
rwatson
2006-04-01
7
-39
/
+17
*
Change protocol switch pru_abort() API so that it returns void rather
rwatson
2006-04-01
7
-12
/
+12
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
1
-6
/
+6
*
Use sparse initializers for "struct domain" and "struct protosw",
ru
2005-11-09
1
-55
/
+31
*
Push the assignment of a new or updated so_qlimit from solisten()
rwatson
2005-10-30
4
-6
/
+6
*
Do not manually allocate/free device's softc structure.
emax
2005-10-26
1
-14
/
+2
[next]