Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
belts.
|
|
with some userland parts.
|
|
|
|
|
|
|
|
|
|
|
|
for the virtual address.
|
|
(Look ma, I might have broken the tree)
|
|
instead of doing fork1, cpu_set_kpc. This lets us retire cpu_set_kpc and
avoid a multiprocessor race.
This commit breaks vax because it doesn't look like any other arch, someone
working on vax might want to look at this and try to adapt the code to be
more like the rest of the world.
Idea and uvm parts from NetBSD.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
gramatically correct and only there if DEBUG is defined.
|
|
|
|
So shrink it when necessary, and remove unwanted stuff as well.
|
|
|
|
Especially when not all of these variables are used.
|
|
|
|
|
|
|
|
|
|
Fix prototypos for the early console routines.
Use even more PMAP_NEW syntactic sugar.
Remove some debugging stuff.
Use symbolic values instead of magic numbers.
Fix safepri value.
Implement machdep.console_device sysctl.
|
|
|
|
|
|
|
|
XXX this file should probably disappear. soon.
|
|
|
|
|
|
some of them.
|
|
|
|
value.
|
|
idea from deraadt@ via NetBSD
millert@ ok
|
|
|
|
|
|
and simpler.
|
|
|
|
|
|
|
|
|
|
hint, hint) compile.
|