summaryrefslogtreecommitdiffstats
path: root/sys/sys/domain.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-10spellingjsg1-2/+2
2019-06-13Copy the user provided sockaddr into a normalized sockaddr in rtrequest()claudio1-1/+2
2018-11-19Retire dom_rtkeylen from struct domain. Nothing is using this anymore.claudio1-2/+1
2017-11-23Constify protocol tables and remove an assert now that ip_deliver() ismpi1-2/+2
2015-12-03mpi@ forgot to commit this. That should unbreak the tree.claudio1-1/+2
2015-10-07Initialize the routing table before domains.mpi1-3/+3
2015-09-04Make every subsystem using a radix tree call rn_init() and pass thempi1-2/+1
2015-08-30Use a global table for domains instead of building a list at run time.mpi1-3/+2
2014-12-23unifdef INETtedu1-3/+1
2014-08-31Add additional kernel interfaces for setting close-on-exec on fdsguenther1-2/+2
2013-04-24Instead of having various extern declarations for protocol variables,mpi1-1/+10
2012-09-15Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>.guenther1-1/+6
2009-02-22fix PR 6082: do not create more fd's than will fit in the message onotto1-2/+2
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-05-12Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)jason1-2/+2
2002-05-27no need for __Pitojun1-3/+3
2002-05-27framework to add af-dependent data structure to struct ifnet.itojun1-1/+5
2002-03-15Cosmetic changes only, primarily making comments line up nicely after themillert1-5/+8
2002-03-14First round of __P removal in sysmillert1-10/+6
1996-03-03From NetBSD: 960217 mergeniklas1-6/+8
1995-10-18initial import of NetBSD treederaadt1-0/+66