summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_debug.c
AgeCommit message (Expand)Author
2025-12-18net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)Gleb Smirnoff
2025-05-29sockets: remove dom_externalizeGleb Smirnoff
2025-02-02sockets: garbage collect SB_NOINTRGleb Smirnoff
2024-01-30sockets: garbage collect SS_ISCONFIRMINGGleb Smirnoff
2024-01-16sockets: remove dom_dispose and PR_RIGHTSGleb Smirnoff
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-29domains: use queue(9) SLIST for linked list of domainsGleb Smirnoff
2022-08-17protosw: retire pr_drain and use EVENTHANDLER(9) directlyGleb Smirnoff
2022-08-17protosw: retire pr_slowtimo and pr_fasttimoGleb Smirnoff
2022-08-17protosw: separate pr_input and pr_ctlinput out of protoswGleb Smirnoff
2022-08-17ipsec: isolate knowledge about protocols that are last headerGleb Smirnoff
2022-08-11protosw: retire pr_output methodGleb Smirnoff
2022-07-04sockets: use only soref()/sorele() as socket reference countGleb Smirnoff
2022-07-04sockets: use positive flag for file descriptor socket referenceGleb Smirnoff
2022-05-27sockbuf: remove unused mbuf counter and cluster counterGleb Smirnoff
2022-01-03domains: init with standard SYSINIT(9) or VNET_SYSINIT()Gleb Smirnoff
2022-01-03protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff
2018-06-06Load balance sockets with new SO_REUSEPORT_LB option.Sean Bruno
2018-04-24Revert r332894 at the request of the submitter.Sean Bruno
2018-04-23Load balance sockets with new SO_REUSEPORT_LB optionSean Bruno
2017-11-27sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-15ddb show socket debuggingRyan Libby
2017-06-08Listening sockets improvements.Gleb Smirnoff
2016-03-01Refactor the AIO subsystem to permit file-type-specific handling andJohn Baldwin
2016-02-02Increase max allowed backlog for listen socketsAlfred Perlstein
2015-07-21Fix sb_state constant names as used e.g. to display in DDB ``show sockbuf''.Sergey Kandaurov
2014-11-30Merge from projects/sendfile:Gleb Smirnoff
2014-11-06Finish r274118#2: commit forgotten uipc_debug.cAlexander V. Chernikov
2013-09-01Fix socket buffer timeouts precision using the new sbintime_t KPI insteadDavide Italiano
2009-05-26Add missing socket options.Pawel Jakub Dawidek
2009-02-09Remove extra 'comma = 0' in socket state printing code, which otherwiseRobert Watson
2009-02-09s/SS_FDREF/SS_NOFDREF/Martin Blapp
2009-01-04Remove two further uses (debugging and NULLing) of pr_ousrreq, missed dueRobert Watson
2008-07-03Change a variable name to not shadow a globalJulian Elischer
2008-01-03Add missing sb_sndptr* fields to db_print_sockbuf().Bjoern A. Zeeb
2007-05-03sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flagsRobert Watson
2007-02-15Teach DDB how to print sockets, socket buffers, protosw's, and domainRobert Watson