summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* MFCMaksim Yevmenkin2007-11-071-31/+53
* Return EADDRNOTAVAIL instead of EDESTADDRREQ error whenMaksim Yevmenkin2007-08-231-1/+1
* Replace sosend() with direct call to .pru_send method on theMaksim Yevmenkin2007-06-211-2/+2
* - Catch up with ongoing rwatson's socket work;Maksim Yevmenkin2006-08-251-93/+39
* Define mtu as u_int16_t not as int. This should fix problem with rfcommMaksim Yevmenkin2006-08-241-1/+2
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),Robert Watson2006-07-241-5/+4
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-2/+9
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-8/+2
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-2/+2
* Push the assignment of a new or updated so_qlimit from solisten()Robert Watson2005-10-301-2/+2
* 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-211-19/+25
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-181-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-121-0/+3
* 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
* Address few style issues pointed out by bdeMaksim Yevmenkin2004-04-271-6/+6
* 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-011-2/+2
* Update Bluetooth code.Maksim Yevmenkin2003-10-121-3/+12
* Use the <sys/bitstring.h> rather than <bitstring.h>Poul-Henning Kamp2003-06-131-1/+1
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-101-0/+3570