aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* MFC SVN rev 181093Maksim Yevmenkin2008-08-084-16/+40
* MFC: SVN rev 181089Maksim Yevmenkin2008-08-041-2/+1
* MFCMaksim Yevmenkin2007-11-071-31/+53
* Fix locking issue in ng_btsocket_l2cap_ctloutput()Maksim Yevmenkin2007-11-051-2/+4
* MFC:Maksim Yevmenkin2007-08-282-2/+2
* MFC:Maksim Yevmenkin2007-04-041-1/+11
* MFC:Maksim Yevmenkin2006-08-281-1/+2
* MFC: Replace inb() and outb() with bus_space_read_1() and bus_space_write_1()Maksim Yevmenkin2006-07-142-8/+12
* MFC:Maksim Yevmenkin2006-05-243-1/+75
* MFC: Split struct ithd into struct intr_thread and intr_event andJohn Baldwin2006-03-101-3/+3
* MFC: Use sparse initializers for "struct domain" and "struct protosw".Ruslan Ermilov2005-11-161-55/+31
* 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