summaryrefslogtreecommitdiffstats
path: root/sys/sys/domain.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-101-2/+2
* Copy the user provided sockaddr into a normalized sockaddr in rtrequest()claudio2019-06-131-1/+2
* Retire dom_rtkeylen from struct domain. Nothing is using this anymore.claudio2018-11-191-2/+1
* Constify protocol tables and remove an assert now that ip_deliver() ismpi2017-11-231-2/+2
* mpi@ forgot to commit this. That should unbreak the tree.claudio2015-12-031-1/+2
* Initialize the routing table before domains.mpi2015-10-071-3/+3
* Make every subsystem using a radix tree call rn_init() and pass thempi2015-09-041-2/+1
* Use a global table for domains instead of building a list at run time.mpi2015-08-301-3/+2
* unifdef INETtedu2014-12-231-3/+1
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-311-2/+2
* Instead of having various extern declarations for protocol variables,mpi2013-04-241-1/+10
* Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>.guenther2012-09-151-1/+6
* fix PR 6082: do not create more fd's than will fit in the message onotto2009-02-221-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)jason2003-05-121-2/+2
* no need for __Pitojun2002-05-271-3/+3
* framework to add af-dependent data structure to struct ifnet.itojun2002-05-271-1/+5
* Cosmetic changes only, primarily making comments line up nicely after themillert2002-03-151-5/+8
* First round of __P removal in sysmillert2002-03-141-10/+6
* From NetBSD: 960217 mergeniklas1996-03-031-6/+8
* initial import of NetBSD treederaadt1995-10-181-0/+66