aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_domain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove __P.Alfred Perlstein2002-03-191-3/+3
* Update the comment about System initialization to reflect the use ofChad David2001-12-081-8/+6
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-0/+26
* Use callout_reset instead of timeout(9). Most callouts are staticallyJake Burkholder2000-11-271-4/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Redo domain registration to use SYSINITS rather than linker sets.Peter Wemm1999-04-261-70/+8
* Minor rearranging of code to allow simple protocol domains to beJulian Elischer1999-01-211-26/+69
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-14/+19
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-161-3/+8
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-1/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-4/+2