aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_domain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is a proposal-in-code for a substantial modification of the wayGarrett Wollman1996-07-091-2/+10
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidBruce Evans1995-12-161-2/+2
* Finished (?) cleaning up sysinit stuff.Bruce Evans1995-12-021-6/+5
* All net.* sysctl converted now.Poul-Henning Kamp1995-11-161-51/+7
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-13/+13
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-3/+57
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-161-2/+1
* Delete two debugging printfs that mistakenly crept in.Garrett Wollman1995-05-111-2/+1
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-111-25/+21
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1995-01-051-1/+4
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+3
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+220