Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-11-30 | Make it possible for mmutype to contain MMU_68060 if the hardware is | Miod Vallat | |
actually '060-based, instead to look at the machineid. This is simpler, and will be required to switch to pmap_motorola anyways. | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-11-06 | redundant includes. | Artur Grabowski | |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-03-01 | GCC 2.8 -Wall + a little KNF | Niklas Hallqvist | |
1997-01-16 | Sync to NetBSD 970110 | Niklas Hallqvist | |
1996-05-29 | Merge of 960526 NetBSD | Niklas Hallqvist | |
1996-05-04 | From NetBSD: | Niklas Hallqvist | |
More cleanup for -Wall with DEBUG. | |||
1996-05-02 | Sync with NetBSD 9600430. The port has gone over a major -Wall treat | Niklas Hallqvist | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-01-12 | from netbsd; | Theo de Raadt | |
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page. | |||
1995-11-28 | let loadbsd define sync scsi operation | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |