summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* MFC to RELENG_5Maksim Yevmenkin2005-09-034-1/+15
* MFC to RELENG_5Maksim Yevmenkin2005-08-292-74/+74
* MFC to RELENG_5Maksim Yevmenkin2005-08-251-4/+4
* Insta-MFC to RELENG_5Maksim Yevmenkin2005-07-291-1/+1
* MFC to RELENG_5 ng_ubt.c v1.25Maksim Yevmenkin2005-07-251-1/+2
* MFC to RELENG_5Maksim Yevmenkin2005-05-311-4/+6
* MFC to RELENG_5Maksim Yevmenkin2005-05-172-532/+1
* MFC to RELENG_5Maksim Yevmenkin2005-05-171-1/+1
* MFC to RELENG_5 src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c, v1.17Maksim Yevmenkin2005-05-121-1/+1
* MFC sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c,v 1.16Maksim Yevmenkin2005-05-121-3/+3
* MFC to RELENG_5 ng_btsocket.c v1.11Maksim Yevmenkin2005-04-121-1/+1
* MFC to RELENG_5 ng_bt3c_pccard.c v1.11Maksim Yevmenkin2005-04-121-1/+1
* Merge uipc_socket.c:1.233, uipc_usrreq.c:1.151, atm_cm.c:1.33,Robert Watson2005-03-072-25/+46
* MFC: /*- and related license changesWarner Losh2005-01-3148-49/+147
* MFC 1.5:Gleb Smirnoff2005-01-291-1/+1
* MFC 1.13:Gleb Smirnoff2005-01-291-21/+3
* MFC ng_btsocket_rfcomm.h v1.4 to RELENG_5Maksim Yevmenkin2005-01-141-3/+3
* MFC ng_hci.h v1.5 to RELENG_5Maksim Yevmenkin2005-01-071-1/+1
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/.Gleb Smirnoff2004-12-012-15/+15
* MFC new ng_{un,}timeout(), which uses callout() interface insteadGleb Smirnoff2004-11-265-23/+23
* Merge kern_descrip.c:1.246, uipc_socket.c:1.214, uipc_usrreq.c:1.141,Robert Watson2004-10-204-0/+5
* MFC of field alignment change and a filed size change.Julian Elischer2004-08-261-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
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-014-7/+7
* Device megapatch 4/6:Poul-Henning Kamp2004-02-212-0/+4
* Device megapatch 1/6:Poul-Henning Kamp2004-02-212-14/+0
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneHartmut Brandt2004-01-263-4/+9
* NULL -> 0 where appropriate.Alfred Perlstein2003-12-243-18/+18
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-4/+8