summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_domain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-1/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-4/+2
* This is a proposal-in-code for a substantial modification of the waywollman1996-07-091-2/+10
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-161-2/+2
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-6/+5
* All net.* sysctl converted now.phk1995-11-161-51/+7
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-13/+13
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-3/+57
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-2/+1
* Delete two debugging printfs that mistakenly crept in.wollman1995-05-111-2/+1
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-111-25/+21
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1995-01-051-1/+4
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+3
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+220
OpenPOWER on IntegriCloud