aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* ng_btsocket(4): Fix a typo in an error messageGordon Bergling2022-04-111-1/+1
* Consistently use the SOLISTENING() macroMark Johnston2021-06-211-2/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+3
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Listening sockets improvements.Gleb Smirnoff2017-06-081-35/+11
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-291-2/+2
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeGleb Smirnoff2016-01-081-2/+2
* Fix rfcomm_sppd regression I could reproduced.Takanori Watanabe2015-07-071-0/+4
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-121-1/+1
* Use callout(9) instead of timeout(9).John Baldwin2014-09-201-7/+5
* PF_BLUETOOTH protocols: skip initialization of non-virtualized globalsMikolaj Golub2014-06-101-0/+5
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-7/+7
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-161-1/+7
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-14/+9
* Update comment. soalloc() is no longer performing M_WAITOK memory allocations.Maksim Yevmenkin2009-02-101-14/+6
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-5/+5
* Implement ratelimiting for debug messages. For now, allow at mostMaksim Yevmenkin2008-08-011-4/+10
* Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channelMaksim Yevmenkin2007-10-291-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