aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_debug.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* domains: use queue(9) SLIST for linked list of domainsGleb Smirnoff2022-08-301-1/+1
* protosw: retire pr_drain and use EVENTHANDLER(9) directlyGleb Smirnoff2022-08-171-3/+0
* protosw: retire pr_slowtimo and pr_fasttimoGleb Smirnoff2022-08-171-2/+0
* protosw: separate pr_input and pr_ctlinput out of protoswGleb Smirnoff2022-08-171-2/+0
* ipsec: isolate knowledge about protocols that are last headerGleb Smirnoff2022-08-171-4/+0
* protosw: retire pr_output methodGleb Smirnoff2022-08-111-1/+0
* sockets: use only soref()/sorele() as socket reference countGleb Smirnoff2022-07-041-8/+0
* sockets: use positive flag for file descriptor socket referenceGleb Smirnoff2022-07-041-2/+2
* sockbuf: remove unused mbuf counter and cluster counterGleb Smirnoff2022-05-271-2/+0
* domains: init with standard SYSINIT(9) or VNET_SYSINIT()Gleb Smirnoff2022-01-031-1/+0
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-031-3/+0
* 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