| Age | Commit message (Expand) | Author |
| 2004-01-09 | Bump default size of vnode cache to 1% of physical memory, instead of | tls |
| 2004-01-05 | Store the copyright text in conf/copyright, and use conf/newvers.sh | lukem |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2004-01-01 | Welcome to 2004! | mycroft |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-11-14 | include <sys/mbuf.h> before FAST_IPSEC-dependent headers. | jonathan |
| 2003-11-04 | Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead. | dsl |
| 2003-11-02 | use LIST_FOREACH() as appropriate | jdolecek |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-06 | (FAST_IPSEC): Pull in option header-test for FAST_IPSEC (and IPSEC). | jonathan |
| 2003-07-30 | Move the initialization of the crypto framework from the userland | jonathan |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Undo part of the ktrace/lwp changes. In particular: | thorpej |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-03-19 | Alternative pid/proc allocater, removes all searches associated with pid | dsl |
| 2003-01-20 | add support for p1003.1b semaphores. From FreeBSD | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-01 | Update copyright notice. | mycroft |
| 2002-12-11 | Define nofile and maxuprc variables (set to NOFILE and MAXUPRC), so they can | abs |
| 2002-12-05 | initialize uvm.aiodoned_proc. | yamt |
| 2002-11-24 | Add an EVCNT_ATTACH_STATIC() macro which gathers static evcnts | thorpej |
| 2002-11-17 | add support for __MACHINE_STACK_GROWS_UP platforms. from fredette@ | chs |
| 2002-11-05 | Add a new VM map, lkm_map, which machine-dependent code can provide | thorpej |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-01 | Add a generic config finalization hook, to be called once all real | thorpej |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-09-04 | Use the queue macros from <sys/queue.h> instead of referring to the queue | matt |
| 2002-08-31 | Initialize proc0.p_raslock to avoid a lock assertion on the first fork(). | sommerfeld |
| 2002-08-25 | Fix a signed/unsigned comparison warning from GCC 3.3. | thorpej |
| 2002-08-24 | only print "init: trying /some/init" if RB_ASKNAME or if it's not the first | lukem |
| 2002-08-23 | in start_init(), if RB_ASKNAME is set in boothowto, ask for the path | lukem |
| 2002-06-17 | Niels Provos systrace work, ported to NetBSD by kittenz and reworked... | christos |
| 2002-05-27 | re-scan all ifnet after domaininit() for if_afdata initialization. | itojun |
| 2002-03-04 | Use <sys/disk.h> for the prototype of disk_init() rather than declaring | simonb |
| 2002-02-11 | Switch default for pipes to the faster John S. Dyson's implementation. | jdolecek |
| 2002-01-01 | Happy New Year! | perry |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-08-16 | user maps are always pageable. | chs |
| 2001-07-18 | When we auto size the vnode cache, make sure we do it *before* we | matt |
| 2001-07-15 | Remove initial newline from copyright[], which was mistakely added in rev.1.191. | jdolecek |
| 2001-06-16 | Add port of high performance pipe implementation written by John S. Dyson | jdolecek |
| 2001-06-08 | use real \n's copyright[]; avoids gcc 3.0-prerelease warnings. | mrg |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-03-15 | eliminate the KERN_* error codes in favor of the traditional E* codes. | chs |
| 2001-01-01 | Happy new year! | thorpej |
| 2000-12-11 | Introduce 2 new flags in types.h: | mycroft |
| 2000-12-08 | call exec_init() with before letting init(8) exec | jdolecek |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 2000-11-13 | change the type of *syscallnames[] array to 'const char * const foo[]' | jdolecek |