summaryrefslogtreecommitdiff
path: root/sys/netns
AgeCommit message (Expand)Author
2006-08-26Nuke XNS kernel support.matt
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-04-23Make this compile again. Use ALIGNED_POINTER to determine if we need tochristos
2006-04-14Coverity CID 1161: Protect against NULL deref or mbuf, by returning EINVAL.christos
2006-04-14Coverity CID 1160: Fix obvious bug introduced with m_len...christos
2006-04-06On ns_err_input(), if the message type is TOO_BIG, we should call spprpaulo
2005-12-11merge ktrace-lwp.christos
2005-12-11Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-09-06Implement the net.ns.spp sysctl subtree with only two children:rpaulo
2005-09-06Rename the 'wakeup' variable to 'reaswakeup' so that it doesn't coliderpaulo
2005-02-26nuke trailing whitespaceperry
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2005-01-23Change initialzie of domains to use link sets. Switch to using STAILQ.matt
2004-04-22Constify protosw arrays. This can reduce the kernel .data section bymatt
2004-04-21kill sprintf, use snprintfitojun
2004-04-21Remove non-__STDC__ code.matt
2004-04-21Don't declare prurequests or tcpstates. Let them come in from thematt
2004-04-19ANSI'fy and de-__Pmatt
2004-04-18Use M_ZERO as appropriate.matt
2004-02-24parameter with two es. From Peter Postma.wiz
2003-11-14s/in_ifaddr/in_ifaddrhead/. not really testeditojun
2003-10-03when dropping M_PKTHDR, need to free m_tag chain.itojun
2003-09-30Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSDchristos
2003-08-22change the additional arg to be passed to ip{,6}_output to struct socket *.itojun
2003-08-15(fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, ifjonathan
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-26fix mistake in rev 1.30; needed to subtract ip header lenitojun
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-20Move the declaration and setting of the "param" variable insidesimonb
2003-01-20Remove variable that is only assigned too but not referenced.simonb
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-10-10Move netns config defns to netns/files.netns.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-08-14avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACEitojun
2002-08-08audit bitmask test mistake (s/&&/&/). from openbsditojun
2002-05-12More commons eliminated.matt
2002-05-12Eliminate use of commons.matt
2001-11-13add RCSIDslukem
2001-10-18Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historicalthorpej
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-07-08Use SPPDEBUG not TCPDEBUG hereabs
2001-06-19Sprinkle couple of cosmetic changes - use 'extern' in headers, makejdolecek
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-03-21Add a protosw flag, PR_ABRTACPTDIS (Abort on Accept of Disconnectedthorpej
2001-01-17Fix a rather annoying problem where the sockaddr_dl which holdsthorpej