aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_domain.c
Commit message (Expand)AuthorAgeFilesLines
* uipc_domain: Fix a typo in a source code commentGordon Bergling2024-04-211-1/+1
* sockets: make pr_shutdown fully protocol specific methodGleb Smirnoff2024-01-161-1/+1
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-301-2/+2
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-301-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* protocols: make socket buffers ioctl handler changeableAlexander V. Chernikov2022-09-281-0/+1
* protosw: repair protocol selection logic in socket(2)Gleb Smirnoff2022-08-311-2/+4
* protosw: cleanup protocols that existed merely to provide pr_inputGleb Smirnoff2022-08-301-26/+0
* domains: merge domain_init() into domain_add()Gleb Smirnoff2022-08-301-61/+10
* domains: use queue(9) SLIST for linked list of domainsGleb Smirnoff2022-08-301-15/+4
* domains: init pr_domain in pr_init()Gleb Smirnoff2022-08-301-7/+6
* mbufs: isolate max_linkhdr and max_protohdr handling in the mbuf codeGleb Smirnoff2022-08-301-10/+0
* domains: use struct domain as argumentGleb Smirnoff2022-08-261-7/+3
* sockets: for stat(2) on a socket don't report hiwat as block sizeGleb Smirnoff2022-08-261-13/+0
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-171-154/+222
* protosw: retire pr_drain and use EVENTHANDLER(9) directlyGleb Smirnoff2022-08-171-1/+0
* protosw: retire pr_slowtimo and pr_fasttimoGleb Smirnoff2022-08-171-75/+0
* protosw: separate pr_input and pr_ctlinput out of protoswGleb Smirnoff2022-08-171-2/+0
* domains: allow domains to be unloadedAlexander V. Chernikov2022-08-141-0/+23
* netinet: do not broadcast PRC_REDIRECT_HOST on ICMP redirectGleb Smirnoff2022-08-121-14/+0
* protosw: retire pr_output methodGleb Smirnoff2022-08-111-1/+0
* domain: Use designated constants for timeout periodsMark Johnston2022-08-031-2/+2
* domains: make domain_init() initialize only global stateGleb Smirnoff2022-01-031-40/+12
* domains: init with standard SYSINIT(9) or VNET_SYSINIT()Gleb Smirnoff2022-01-031-4/+0
* protocols: don't execute protosw_init() for every VNETGleb Smirnoff2022-01-031-4/+4
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-031-13/+0
* net: Enter a net epoch around protocol if_up/down notificationsMark Johnston2021-09-101-0/+2
* uipc: avoid circular pr_{slow,fast}timosKyle Evans2021-08-181-6/+17
* uipc: create dedicated lists for fast and slow timeout callbacksMateusz Guzik2021-08-171-17/+42
* domain: make it safer to add domains post-domainfinalizeKyle Evans2021-08-161-11/+16
* domain: give domains a chance to probe for availabilityKyle Evans2021-08-161-0/+9
* - Move global network epoch definition to epoch.h, as more differentGleb Smirnoff2020-01-151-2/+1
* Remove pfctlinput2(). It came from KAME and had never ever been in use.Gleb Smirnoff2019-10-151-23/+0
* Enter network epoch in domain callouts.Gleb Smirnoff2019-10-091-0/+8
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-011-4/+0
* Introduce a new protocol hook pru_aio_queue.John Baldwin2016-04-291-0/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-2/+2
* Merge from projects/sendfile: extend protocols API to supportGleb Smirnoff2014-11-301-0/+1
* - Implement two new system calls:Pawel Jakub Dawidek2013-03-021-0/+2
* There is no need anymore to include vm/uma.h after r241726.Pawel Jakub Dawidek2012-12-071-2/+0
* - according to POSIX, make socket(2) return EAFNOSUPPORT rather thanKevin Lo2012-12-071-24/+31
* Move UMA socket zone initialization from uipc_domain.c to uipc_socket.cAndre Oppermann2012-10-191-17/+0
* Catch up with r195837 (2.5 years ago) which renamed net_add_domain() to domai...Christian Brueffer2012-02-231-1/+1
* When registering a protocol to an existing protocol domain viaMarko Zec2009-08-241-1/+8
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+3
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-36/+19