| Age | Commit message (Expand) | Author |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-23 | MAXINE keyboard and mouse now works, albeit with some minor issues. | ad |
| 2003-12-19 | - add options COMPAT_16 | tsutsui |
| 2003-12-19 | - Netbsd -> NetBSD | tsutsui |
| 2003-12-16 | netbsd.org -> NetBSD.org | keihan |
| 2003-12-14 | Stop the install from trying to strip the ECOFF executable. | he |
| 2003-12-13 | Add drivers for the desktop bus, DC-7085 and pm display. Make it possible to | ad |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-11-24 | I've been informed that any dependent targets on .BEGIN are | he |
| 2003-11-01 | Remove nonexistent arch/pmax/pmax/mcclock.c. (pmax uses dev/dec/mcclock.c) | tsutsui |
| 2003-10-31 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-31 | Retore the spl level on exit of genDeconfigMouse(). | simonb |
| 2003-10-27 | Fix bogus uninitialised warnings. | simonb |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-25 | Add COMPAT_16 where missing. | simonb |
| 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 | Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link | simonb |
| 2003-10-05 | Add some framework for MI assignment of device majors - add sys/dev/majors | jdolecek |
| 2003-09-28 | avoid hanging during autoconf if no mouse is attached. fixes PR 11111. | chs |
| 2003-09-26 | Cast through (void *) to appease gcc3. | simonb |
| 2003-09-06 | add rnd(4) device to installation media. | itojun |
| 2003-08-30 | add "makeoptions MACHINE_ARCH=..." in std.* for mips ports | chs |
| 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-27 | Since everyone uses clock_subr.c (or should, if they don't currently), | thorpej |
| 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-29 | Fix 'struct lwp *' lossage. | simonb |
| 2003-06-29 | Fix 'struct lwp *' lossage. | simonb |
| 2003-06-29 | Fix 'struct lwp *' lossage. | simonb |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-18 | don't #include <sys/dkstat.h> where it is (appearently) unused | drochner |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-06-09 | Remove definitions and usage of MIPS_COP_0_STATUS_REG and | simonb |
| 2003-05-29 | Remove some useless comments. | simonb |
| 2003-05-25 | Switch to use mips/softintr.c for softintr(9). | tsutsui |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 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-10 | Bye Bye UCONSOLE | christos |
| 2003-04-02 | allow any type of Turbochannel network card as boot device | drochner |
| 2003-04-02 | SBSIZE->SBLOCKSIZE (who cares about d_sbsize anyway?) | drochner |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-27 | allow loading the bootloader via MOP | drochner |
| 2003-03-22 | Fix a grammatical nit. | simonb |