Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-06 | -Wall -Werror cleanup. | Miod Vallat | |
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-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski | |
int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets. | |||
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-09-02 | Convert mvmeppc to use common powerpc parts. | Miod Vallat | |
2001-08-21 | Was lacking a cast. | Miod Vallat | |
2001-07-06 | resolve compile problems | Steve Murphree | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-06-27 | whack old vm | Artur Grabowski | |
2001-06-26 | Initial import of mvmeppc. | Steve Murphree | |