| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-08 | Remove obsolete comments about curproc. | tsutsui |
| 2003-11-04 | Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead. | dsl |
| 2003-11-02 | Extend the #ifdef M68040 so that the `sig' variable declaration is moved | cl |
| 2003-10-31 | Reduce code duplication by adding mi_userret() in sys/userret.h | cl |
| 2003-10-24 | add necessary majors for miscellaneous devices, such as missing | jdolecek |
| 2003-10-15 | add majors for ipfilter, lkm, vnd, tun, raid, cgd, ccd, and md | jdolecek |
| 2003-10-10 | reassing majors for crypto and pf to use the newly defined MI major | jdolecek |
| 2003-10-10 | update the comment - the space for machine-dependant majors | jdolecek |
| 2003-10-08 | * Shuffle some data structures so, and add a flags word to ksiginfo_t. | thorpej |
| 2003-10-05 | Add some framework for MI assignment of device majors - add sys/dev/majors | jdolecek |
| 2003-09-28 | Cast to (void *) to appease gcc3. | cl |
| 2003-09-28 | always use -traditional-cpp | cl |
| 2003-09-27 | Cast through (void *) to appease gcc3. | cl |
| 2003-09-22 | SA_SIGINFO support for m68k (port specific changes) | cl |
| 2003-09-22 | add COMPAT_15/COMPAT_16 | cl |
| 2003-09-17 | add MD part of SA/pthread pagefault handling on all m68k ports | cl |
| 2003-09-14 | make compile: fix GCC3 check and add defflag PANICBUTTON | cl |
| 2003-08-22 | create /dev/crypto | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-27 | reserve cdev major # for PF. ok'ed by technical-exec | itojun |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 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-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-05-10 | Back out the following chagne: | thorpej |
| 2003-05-08 | Simplify the way the bounds of the managed kernel virtual address | thorpej |
| 2003-04-27 | Preserve the symbol table in the LKM || KSYMS cases also. | ragge |
| 2003-04-26 | Add pseudo-device ksyms. | ragge |
| 2003-04-26 | Call ksyms_init() instead of ddb_init() in case of | ragge |
| 2003-04-25 | Add ksyms device major. | ragge |
| 2003-04-09 | catch up with "struct consdev" change | drochner |
| 2003-04-08 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-02-27 | Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC. | perseant |
| 2003-01-28 | success, not sucess. Noted by mjl. | wiz |
| 2003-01-28 | Provide locking required by the interrupt handlers running at IPL_SERIAL. | pk |
| 2003-01-19 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-06 | Rework how KERNOBJDIR functions; now it's always determined with | lukem |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-12-13 | do a TBIAS after modifying cache enable bits | drochner |
| 2002-12-13 | scatter some pmap_update(pmap_kernel()) to reduce differences to other ports | drochner |
| 2002-12-13 | use <net/netisr_dispatch.h> | drochner |
| 2002-12-10 | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out | thorpej |