summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_domain.c
Commit message (Expand)AuthorAgeFilesLines
* - Implement two new system calls:pjd2013-03-021-0/+2
* There is no need anymore to include vm/uma.h after r241726.pjd2012-12-071-2/+0
* - according to POSIX, make socket(2) return EAFNOSUPPORT rather thankevlo2012-12-071-24/+31
* Move UMA socket zone initialization from uipc_domain.c to uipc_socket.candre2012-10-191-17/+0
* Catch up with r195837 (2.5 years ago) which renamed net_add_domain() to domai...brueffer2012-02-231-1/+1
* When registering a protocol to an existing protocol domain viazec2009-08-241-1/+8
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+3
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-36/+19
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-4/+2
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-1/+27
* Introduce vnet module registration / initialization framework withzec2009-04-111-2/+19
* Remove Giant locking from domains list.ed2009-01-041-9/+9
* Remove two further uses (debugging and NULLing) of pr_ousrreq, missed duerwatson2009-01-041-1/+0
* Following the recent security advisory, add a comment describing ourrwatson2008-12-251-0/+22
* Prevent cross-site forgery attacks on ftpd(8) due to splittingcperciva2008-12-231-0/+5
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-2/+2
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-4/+0
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-271-7/+2
* Generally migrate to ANSI function headers, and remove 'register' use.rwatson2007-05-161-36/+20
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-241-3/+3
* Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel)rwatson2006-07-111-4/+0
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-0/+10
* The sysctls kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen]andre2006-02-181-0/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Start the protocol timeouts only after all domains have been initializedmlaier2004-12-091-3/+3
* Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and makemlaier2004-12-021-2/+2
* Implement the check I was talking about in the previous message already.mlaier2004-11-301-0/+37
* - Introduce protosw_init().glebius2004-11-111-26/+31
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-11/+41
* Aquire GIANT in pf_proto_[un]register() before manipulating the protosw.andre2004-10-231-5/+27
* Support for dynamically loadable and unloadable protocols within existing pro...andre2004-10-191-2/+136
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* If debug.mpsafenet, initialize UNIX domain socket timeouts as MPSAFE;rwatson2004-03-291-2/+11
* move domain list mutex initialization to earlier in the boot sequence sosam2003-09-021-2/+1
* o interlock domain list when adding domainssam2003-09-011-8/+9
* Use __FBSDID().obrien2003-06-111-1/+3
* Fix a spelling error.bbraun2003-03-071-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-5/+3
* Lock down a socket, milestone 1.tanimura2002-05-201-3/+5
* Add calls to uma_zone_set_max() to restore previously enforced limits.jeff2002-03-201-0/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-12/+5
* Remove __P.alfred2002-03-191-3/+3
* Update the comment about System initialization to reflect the use ofdavidc2001-12-081-8/+6
* Sync with recent KAME.ume2001-06-111-0/+26
* Use callout_reset instead of timeout(9). Most callouts are staticallyjake2000-11-271-4/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Redo domain registration to use SYSINITS rather than linker sets.peter1999-04-261-70/+8
* Minor rearranging of code to allow simple protocol domains to bejulian1999-01-211-26/+69
* Convert socket structures to be type-stable and add a version number.wollman1998-05-151-14/+19
* Fixed gratuitous ANSIisms.bde1997-09-161-3/+8
OpenPOWER on IntegriCloud