summaryrefslogtreecommitdiff
path: root/sys/netccitt
AgeCommit message (Expand)Author
2006-08-26Nuke netccitt.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-05-12avoid a GCC uninitialised variable warning.mrg
2006-04-15Add missing semi-colon.christos
2006-04-14Coverity CID 2431: Don't deref before test.christos
2006-04-14Coverity CID 1117: Prevent NULL deref.christos
2006-04-14Coverity CID 1116: Prevent NULL deref.christos
2006-04-14Coverity CID 2692: First stop the timer and then free it.christos
2006-03-17don't use MALLOC with a non-constant size; use malloc instead.christos
2005-12-11merge ktrace-lwp.christos
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-10-06pk_accton(): `path' actually points into kernel space.kleink
2005-05-29Sprinkle const.christos
2005-02-26nuke trailing whitespaceperry
2005-01-23Commit missing files with domain list sets.matt
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2004-04-26Remove #else of #if __STDC__matt
2004-04-23recommented -> recommended, indefinitly -> indefinitely.snj
2004-04-22Constify protosw arrays. This can reduce the kernel .data section bymatt
2004-04-21kill sprintf, use snprintfitojun
2004-04-18Use M_ZERO appropriately. Change some incorrect uses of M_DONTWAIT tomatt
2004-04-17adjust to the sbreserve prototype change.christos
2003-11-11Change global head-of-local-IP-address list from in_ifaddr tojonathan
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-02-05"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-06synchronous, not syncronous.wiz
2003-01-04Spell output with two ts.wiz
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-26s/si_addr/sdl_addr/christos
2002-10-24fix a couple of lint warnings.christos
2002-10-10Move netccitt config defns to netccitt/files.netccitt.thorpej
2002-09-29"definitions" has lots of 'i's, but that's not reason to leave one out.wiz
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-07-03Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion fromthorpej
2002-07-03Make insertion of data into socket buffers O(C):thorpej
2002-05-12Remove/move a redundant extern.matt
2002-05-12Eliminate commons.matt
2001-12-04Replace some misuses of "then" with "than".wiz
2001-11-13add RCSIDslukem
2001-10-18Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historicalthorpej
2001-08-20precede, not preceed.wiz
2001-06-19Sprinkle couple of cosmetic changes - use 'extern' in headers, makejdolecek
2001-06-14change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun
2001-05-30use _KERNEL_OPTmrg
2001-05-01remove superfluous ;lukem