| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
| * | ng_btsocket(4): Fix a typo in an error message | Gordon Bergling | 2022-04-11 | 1 | -1/+1 |
| * | Consistently use the SOLISTENING() macro | Mark Johnston | 2021-06-21 | 1 | -2/+1 |
| * | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -7/+4 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -2/+3 |
| * | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Listening sockets improvements. | Gleb Smirnoff | 2017-06-08 | 1 | -35/+11 |
| * | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -2/+2 |
| * | Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just like | Gleb Smirnoff | 2016-01-08 | 1 | -2/+2 |
| * | Fix rfcomm_sppd regression I could reproduced. | Takanori Watanabe | 2015-07-07 | 1 | -0/+4 |
| * | In preparation of merging projects/sendfile, transform bare access to | Gleb Smirnoff | 2014-11-12 | 1 | -1/+1 |
| * | Use callout(9) instead of timeout(9). | John Baldwin | 2014-09-20 | 1 | -7/+5 |
| * | PF_BLUETOOTH protocols: skip initialization of non-virtualized globals | Mikolaj Golub | 2014-06-10 | 1 | -0/+5 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -7/+7 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | Bjoern A. Zeeb | 2011-02-16 | 1 | -1/+7 |
| * | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 1 | -2/+2 |
| * | Rework socket upcalls to close some races with setup/teardown of upcalls. | John Baldwin | 2009-06-01 | 1 | -14/+9 |
| * | Update comment. soalloc() is no longer performing M_WAITOK memory allocations. | Maksim Yevmenkin | 2009-02-10 | 1 | -14/+6 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -5/+5 |
| * | Implement ratelimiting for debug messages. For now, allow at most | Maksim Yevmenkin | 2008-08-01 | 1 | -4/+10 |
| * | Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channel | Maksim Yevmenkin | 2007-10-29 | 1 | -31/+53 |
| * | Return EADDRNOTAVAIL instead of EDESTADDRREQ error when | Maksim Yevmenkin | 2007-08-23 | 1 | -1/+1 |
| * | Replace sosend() with direct call to .pru_send method on the | Maksim Yevmenkin | 2007-06-21 | 1 | -2/+2 |
| * | - Catch up with ongoing rwatson's socket work; | Maksim Yevmenkin | 2006-08-25 | 1 | -93/+39 |
| * | Define mtu as u_int16_t not as int. This should fix problem with rfcomm | Maksim Yevmenkin | 2006-08-24 | 1 | -1/+2 |
| * | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | Robert Watson | 2006-07-24 | 1 | -5/+4 |
| * | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 1 | -2/+9 |
| * | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 1 | -8/+2 |
| * | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 1 | -2/+2 |
| * | Push the assignment of a new or updated so_qlimit from solisten() | Robert Watson | 2005-10-30 | 1 | -2/+2 |
| * | In ng_btsocket_rfcomm_receive_frame() correctly set length variable when | Maksim Yevmenkin | 2005-04-06 | 1 | -1/+1 |
| * | move ptr use down to after null check | Sam Leffler | 2005-02-26 | 1 | -3/+3 |
| * | In the current world order, solisten() implements the state transition of | Robert Watson | 2005-02-21 | 1 | -19/+25 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+3 |
| * | Push acquisition of the accept mutex out of sofree() into the caller | Robert Watson | 2004-10-18 | 1 | -0/+1 |
| * | Correct merge-o: make sure to unlock symmetrically socket buffer | Robert Watson | 2004-06-18 | 1 | -2/+2 |
| * | Merge additional socket buffer locking from rwatson_netperf: | Robert Watson | 2004-06-17 | 1 | -0/+12 |
| * | The socket field so_state is used to hold a variety of socket related | Robert Watson | 2004-06-14 | 1 | -2/+2 |
| * | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | Robert Watson | 2004-06-12 | 1 | -0/+3 |
| * | Integrate accept locking from rwatson_netperf, introducing a new | Robert Watson | 2004-06-02 | 1 | -4/+5 |
| * | The SS_COMP and SS_INCOMP flags in the so_state field indicate whether | Robert Watson | 2004-06-01 | 1 | -1/+1 |
| * | Address few style issues pointed out by bde | Maksim Yevmenkin | 2004-04-27 | 1 | -6/+6 |
| * | Make sure RFCOMM multiplexor channel does not hang in DISCONNECTING | Maksim Yevmenkin | 2004-04-23 | 1 | -3/+6 |
| * | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | Robert Watson | 2004-03-01 | 1 | -2/+2 |
| * | Update Bluetooth code. | Maksim Yevmenkin | 2003-10-12 | 1 | -3/+12 |
| * | Use the <sys/bitstring.h> rather than <bitstring.h> | Poul-Henning Kamp | 2003-06-13 | 1 | -1/+1 |