aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/domain.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify dom_<rtattach|rtdetach>.Alexander V. Chernikov2020-08-141-4/+5
* Add fibnum, family and vnet pointer to each rib head.Alexander V. Chernikov2020-01-091-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix cleanup race between unp_dispose and unp_gcConrad Meyer2015-07-141-1/+2
* Finish r274118: remove useless fields from struct domain.Alexander V. Chernikov2014-11-061-2/+0
* Make checks for rt_mtu generic:Alexander V. Chernikov2014-11-061-0/+1
* Remove old hack abusing domattach from NFS code.Alexander V. Chernikov2014-11-051-6/+0
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.Jilles Tjoelker2013-03-191-1/+1
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-5/+25
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+4
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-0/+6
* Move definition of UNIX domain socket protosw and domain entries fromRobert Watson2006-08-071-1/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Implement the check I was talking about in the previous message already.Max Laier2004-11-301-0/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-0/+4
* Remove __PAlfred Perlstein2002-03-191-4/+4
* Hopefully improve control message passing over Unix domain sockets.David Malone2001-10-041-1/+1
* style(9) the structure definitions.David E. O'Brien2001-09-051-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make DOMAIN_SET() use SYSINIT rather than linker sets.Peter Wemm1999-04-261-3/+3
* Minor rearranging of code to allow simple protocol domains to beJulian Elischer1999-01-211-1/+2
* Fixed pedantic syntax errors caused by the trailing semicolon in theBruce Evans1997-11-181-2/+2
* 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
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-2/+2
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-161-1/+2
* Removed unnecessary extern declaration that was causing compiler warnings.David Greenman1995-05-151-2/+1
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-111-2/+7
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+64