summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/socket
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-116-6/+6
* MFC:Maksim Yevmenkin2006-08-281-1/+2
* MFC:Maksim Yevmenkin2006-05-241-1/+64
* MFC: Use sparse initializers for "struct domain" and "struct protosw".Ruslan Ermilov2005-11-161-55/+31
* MFC to RELENG_6Maksim Yevmenkin2005-08-292-74/+74
* MFC to RELENG_6Maksim Yevmenkin2005-08-251-4/+4
* 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
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-075-5/+15
* Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as theyMax Laier2004-11-301-1/+2
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-081-84/+48
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-184-0/+5
* 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
* 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
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-293-37/+28
* Address few style issues pointed out by bdeMaksim Yevmenkin2004-04-275-28/+28
* Make sure RFCOMM multiplexor channel does not hang in DISCONNECTINGMaksim Yevmenkin2004-04-231-3/+6
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-014-7/+7
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneHartmut Brandt2004-01-261-1/+1
* 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
* Update Bluetooth code.Maksim Yevmenkin2003-10-125-12/+21
* Use the <sys/bitstring.h> rather than <bitstring.h>Poul-Henning Kamp2003-06-135-5/+5
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-106-523/+4611
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-4/+2
* Introduce a new taskqueue that runs completely free of Giant, and inScott Long2003-02-263-7/+7
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-193-18/+18
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-213-18/+18
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-192-3/+3
* The second try a committing the bluetooth codeJulian Elischer2002-11-205-0/+5532