aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-0353-53/+53
* MFC to RELENG 6Maksim Yevmenkin2005-09-034-1/+15
* MFC to RELENG_6Maksim Yevmenkin2005-08-292-74/+74
* MFC to RELENG_6Maksim Yevmenkin2005-08-251-4/+4
* Insta-MFC to RELENG_6Maksim Yevmenkin2005-07-291-1/+1
* MFC to RELENG_6 ng_ubt.c v1.25Maksim Yevmenkin2005-07-251-1/+2
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-1/+1
* Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices listMaksim Yevmenkin2005-05-281-4/+6
* Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is notMaksim Yevmenkin2005-05-101-1/+1
* Change the embedded module name from "bluetooth" to "ng_bluetooth" to matchPeter Wemm2005-04-081-1/+1
* Correct typo that could cause FIFO overflow.Maksim Yevmenkin2005-04-061-1/+1
* Remove PR_ATOMIC flag in ng_btsocket_protosw[] for BLUETOOTH_PROTO_RFCOMMMaksim Yevmenkin2005-04-061-1/+1
* In ng_btsocket_rfcomm_receive_frame() correctly set length variable whenMaksim Yevmenkin2005-04-061-1/+1
* move ptr use down to after null checkSam Leffler2005-02-261-3/+3
* In the current world order, solisten() implements the state transition ofRobert Watson2005-02-212-25/+46
* - Use ng_callout() instead of home-grown implementation.Gleb Smirnoff2005-01-112-22/+4
* Make default RFCOMM session MTU match default L2CAP MTU.Maksim Yevmenkin2005-01-111-3/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0748-48/+144
* Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure.Maksim Yevmenkin2005-01-041-1/+1
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.Gleb Smirnoff2004-12-012-15/+15
* Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as theyMax Laier2004-11-301-1/+2
* Correct typo. Return ENXIO instead of EIO.Maksim Yevmenkin2004-11-191-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-081-84/+48
* Fix kernel build (caused by recent ng_{un}timeout API change)Maksim Yevmenkin2004-11-035-23/+23
* Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lscMaksim Yevmenkin2004-11-021-7/+9
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-184-0/+5
* Get rid of device nodes interface. It is useless and confusing.Maksim Yevmenkin2004-10-122-532/+1
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.Julian Elischer2004-08-201-6/+1
* Introduce ng_hci_inquiry_response structure and use it in the hccontrol(8)Maksim Yevmenkin2004-08-101-7/+10
* MFp4: Last references to dev/usb/usbdevs.h converted.Warner Losh2004-06-272-2/+4
* Catch up with usbd_get_string_desc() change.Lukas Ertl2004-06-261-1/+1
* Fix line discipline switching issues: If opening a new ldisc fails,Poul-Henning Kamp2004-06-261-10/+1
* Add '#include <sys/mbuf.h>' to fix the kernel build.Maksim Yevmenkin2004-06-251-0/+1
* Correct merge-o: make sure to unlock symmetrically socket bufferRobert Watson2004-06-181-2/+2
* Merge additional socket buffer locking from rwatson_netperf:Robert Watson2004-06-171-0/+12
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-172-21/+21
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-20/+20
* The socket field so_state is used to hold a variety of socket relatedRobert Watson2004-06-141-2/+2
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketRobert Watson2004-06-124-0/+7
* Integrate accept locking from rwatson_netperf, introducing a newRobert Watson2004-06-021-4/+5
* The SS_COMP and SS_INCOMP flags in the so_state field indicate whetherRobert Watson2004-06-011-1/+1
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-303-0/+3
* Missed these in the last commit.Julian Elischer2004-05-293-36/+31
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-295-62/+49
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* Mode few Bluetooth defines into system include filesMaksim Yevmenkin2004-05-103-21/+1
* Address few style issues pointed out by bdeMaksim Yevmenkin2004-04-2720-132/+132
* Make sure RFCOMM multiplexor channel does not hang in DISCONNECTINGMaksim Yevmenkin2004-04-231-3/+6
* Make sure Bluetooth stuff can be compiled on amd64Maksim Yevmenkin2004-04-0910-36/+36
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2