| Age | Commit message (Expand) | Author |
| 2006-08-26 | Nuke netccitt. | matt |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-12 | avoid a GCC uninitialised variable warning. | mrg |
| 2006-04-15 | Add missing semi-colon. | christos |
| 2006-04-14 | Coverity CID 2431: Don't deref before test. | christos |
| 2006-04-14 | Coverity CID 1117: Prevent NULL deref. | christos |
| 2006-04-14 | Coverity CID 1116: Prevent NULL deref. | christos |
| 2006-04-14 | Coverity CID 2692: First stop the timer and then free it. | christos |
| 2006-03-17 | don't use MALLOC with a non-constant size; use malloc instead. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-10-06 | pk_accton(): `path' actually points into kernel space. | kleink |
| 2005-05-29 | Sprinkle const. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-01-23 | Commit missing files with domain list sets. | matt |
| 2004-09-17 | There's no need to pass a proc value when using UIO_SYSSPACE with | skrll |
| 2004-04-26 | Remove #else of #if __STDC__ | matt |
| 2004-04-23 | recommented -> recommended, indefinitly -> indefinitely. | snj |
| 2004-04-22 | Constify protosw arrays. This can reduce the kernel .data section by | matt |
| 2004-04-21 | kill sprintf, use snprintf | itojun |
| 2004-04-18 | Use M_ZERO appropriately. Change some incorrect uses of M_DONTWAIT to | matt |
| 2004-04-17 | adjust to the sbreserve prototype change. | christos |
| 2003-11-11 | Change global head-of-local-IP-address list from in_ifaddr to | jonathan |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-02-05 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-01-06 | synchronous, not syncronous. | wiz |
| 2003-01-04 | Spell output with two ts. | wiz |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-26 | s/si_addr/sdl_addr/ | christos |
| 2002-10-24 | fix a couple of lint warnings. | christos |
| 2002-10-10 | Move 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-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-07-03 | Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion from | thorpej |
| 2002-07-03 | Make insertion of data into socket buffers O(C): | thorpej |
| 2002-05-12 | Remove/move a redundant extern. | matt |
| 2002-05-12 | Eliminate commons. | matt |
| 2001-12-04 | Replace some misuses of "then" with "than". | wiz |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-18 | Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical | thorpej |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-06-19 | Sprinkle couple of cosmetic changes - use 'extern' in headers, make | jdolecek |
| 2001-06-14 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | itojun |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-01 | remove superfluous ; | lukem |