aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_debug.c
Commit message (Expand)AuthorAgeFilesLines
* Load balance sockets with new SO_REUSEPORT_LB option.Sean Bruno2018-06-061-1/+5
* Revert r332894 at the request of the submitter.Sean Bruno2018-04-241-5/+1
* Load balance sockets with new SO_REUSEPORT_LB optionSean Bruno2018-04-231-1/+5
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* ddb show socket debuggingRyan Libby2017-06-151-4/+4
* Listening sockets improvements.Gleb Smirnoff2017-06-081-20/+22
* Refactor the AIO subsystem to permit file-type-specific handling andJohn Baldwin2016-03-011-1/+3
* Increase max allowed backlog for listen socketsAlfred Perlstein2016-02-021-3/+3
* Fix sb_state constant names as used e.g. to display in DDB ``show sockbuf''.Sergey Kandaurov2015-07-211-3/+3
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-1/+2
* Finish r274118#2: commit forgotten uipc_debug.cAlexander V. Chernikov2014-11-061-2/+0
* Fix socket buffer timeouts precision using the new sbintime_t KPI insteadDavide Italiano2013-09-011-1/+1
* Add missing socket options.Pawel Jakub Dawidek2009-05-261-0/+8
* Remove extra 'comma = 0' in socket state printing code, which otherwiseRobert Watson2009-02-091-1/+0
* s/SS_FDREF/SS_NOFDREF/Martin Blapp2009-02-091-1/+1
* Remove two further uses (debugging and NULLing) of pr_ousrreq, missed dueRobert Watson2009-01-041-2/+0
* Change a variable name to not shadow a globalJulian Elischer2008-07-031-2/+2
* Add missing sb_sndptr* fields to db_print_sockbuf().Bjoern A. Zeeb2008-01-031-5/+9
* sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flagsRobert Watson2007-05-031-8/+0
* Teach DDB how to print sockets, socket buffers, protosw's, and domainRobert Watson2007-02-151-0/+530