aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_domain.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-4/+2
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-1/+27
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-2/+19
* Remove Giant locking from domains list.Ed Schouten2009-01-041-9/+9
* Remove two further uses (debugging and NULLing) of pr_ousrreq, missed dueRobert Watson2009-01-041-1/+0
* Following the recent security advisory, add a comment describing ourRobert Watson2008-12-251-0/+22
* Prevent cross-site forgery attacks on ftpd(8) due to splittingColin Percival2008-12-231-0/+5
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-2/+2
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-4/+0
* First in a series of changes to remove the now-unused Giant compatibilityRobert Watson2007-07-271-7/+2
* Generally migrate to ANSI function headers, and remove 'register' use.Robert Watson2007-05-161-36/+20
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),Robert Watson2006-07-241-3/+3
* Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel)Robert Watson2006-07-111-4/+0
* Allow for nmbclusters and maxsockets to be increased via sysctl.Paul Saab2006-04-211-0/+10
* The sysctls kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen]Andre Oppermann2006-02-181-0/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Start the protocol timeouts only after all domains have been initializedMax Laier2004-12-091-3/+3
* Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and makeMax Laier2004-12-021-2/+2
* Implement the check I was talking about in the previous message already.Max Laier2004-11-301-0/+37
* - Introduce protosw_init().Gleb Smirnoff2004-11-111-26/+31
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-081-11/+41
* Aquire GIANT in pf_proto_[un]register() before manipulating the protosw.Andre Oppermann2004-10-231-5/+27
* Support for dynamically loadable and unloadable protocols within existing pro...Andre Oppermann2004-10-191-2/+136
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* If debug.mpsafenet, initialize UNIX domain socket timeouts as MPSAFE;Robert Watson2004-03-291-2/+11
* move domain list mutex initialization to earlier in the boot sequence soSam Leffler2003-09-021-2/+1
* o interlock domain list when adding domainsSam Leffler2003-09-011-8/+9
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Fix a spelling error.Rob Braun2003-03-071-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-5/+3
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-3/+5
* Add calls to uma_zone_set_max() to restore previously enforced limits.Jeff Roberson2002-03-201-0/+1
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-12/+5