| Age | Commit message (Expand) | Author |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-24 | s/independant/independent/, from Zafer. | wiz |
| 2006-08-12 | Disable SYSTRACE by default on all kernels (discussed with core) | christos |
| 2006-08-01 | Bump SYMTAB_SPACE so that it fits again. | he |
| 2006-07-26 | don't install <machine/db_machdep.h>, this is kernel only | drochner |
| 2006-02-25 | Fix some typos. | wiz |
| 2006-01-31 | Change sys/arch/xxx/include/bswap.h to #include machine/byte_swap.h then | dsl |
| 2006-01-25 | free -> dealloc | christos |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-07 | Adjust comments for options FFS_NO_SNAPSHOT. | tsutsui |
| 2005-12-02 | bump SYMTAB_SPACE to 310000 | dbj |
| 2005-09-17 | include "conf/std". | yamt |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-06-12 | Make disklabel(8) and fdisk(8) into "host tools " last step: build | dyoung |
| 2005-04-25 | Move the MI printing of `copyright' to the MD cpu_startup() code | lukem |
| 2005-02-26 | Add COMPAT_BSDPTY, and enable INET6. | scw |
| 2005-02-25 | Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files | simonb |
| 2005-02-18 | Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT | dsl |
| 2005-01-31 | Add file system snapshots to kernel configs. | hannken |
| 2005-01-29 | Pull in sigcode.S only if COMPAT_16 is defined. | scw |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2004-07-15 | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented | atatat |
| 2004-05-08 | Factor out W{CHAR,INT}_{MAX,MIN} into their own header file. | kleink |
| 2004-03-17 | Re-enable COMPAT_NETBSD32 | scw |
| 2004-03-17 | Add COMPAT_16. | scw |
| 2004-03-16 | Make this compile again. | scw |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-20 | comment out COMPAT_NETBSD32 - it doesn't compile, some required | jdolecek |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-06 | Pick off a couple of cpu_sysctl() stragglers. | atatat |
| 2003-10-10 | update the comment - the space for machine-dependant majors | jdolecek |
| 2003-10-05 | include sh5 majors in majors.evbsh5 rather than files.evbsh5, so that | jdolecek |
| 2003-10-05 | Add some framework for MI assignment of device majors - add sys/dev/majors | jdolecek |
| 2003-08-12 | Lmapped_start is used in db_trace, so mark as a 'function'. | scw |
| 2003-08-07 | Delete 'pf'. | scw |
| 2003-07-27 | reserve cdev major # for PF. ok'ed by technical-exec | itojun |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-07-14 | add __KERNEL_RCSID() (using 1, for #included .c files) | lukem |
| 2003-06-14 | Also pass a type argument to comcnattach() and com_kgdb_attach(). | thorpej |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-26 | Call ksyms_init() instead of ddb_init() in case of | ragge |
| 2003-04-20 | Fix the SDRAM size in the 'fake' bootparams. 8MB != 128MB. | scw |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-13 | A bunch of things: | scw |
| 2003-01-20 | Arrange for non-panic debug sync/async exceptions to re-vector through the | scw |