Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
db_console setting.
|
|
|
|
|
|
|
|
|
|
Only compile compatibility with older mvme88k executables if COMPAT_25
is defined. This makes sense to me, at least...
|
|
LABEL has disappeared), and to the trap() name changes.
|
|
to check all trap() invocations in the sources and fix them, thus
improving the chances of 197-kernels to live.
|
|
|
|
|
|
values, you damn kid!
|
|
|
|
|
|
|