Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
idea from deraadt@ via NetBSD
millert@ ok
|
|
|
|
|
|
|
|
|
|
and simpler.
|
|
|
|
|
|
|
|
|
|
clean up the arch specific #ifdef's in subr_autoconf.c; from NetBSD.
(tested by me on alpha/sparc64 and miod on hp300)
|
|
build as well... Right now, .s files can't include unmodified <machine/psl.h>
|
|
|
|
machine/machine/genassym.cf files (poor man's inclusion).
|
|
for free.
|
|
as well.
millert@ ok
|
|
millert@ ok
|
|
(moid@ wants that commit, because it interferes with stuff he's cleaning,
and he's prepared to clean up stuff I may have forgotten, even though this
was tested)
|
|
|
|
|
|
|
|
|
|
|
|
much more appreciated. millert@ agrees.
While there, make HP300_NEWKVM permanent.
|
|
|
|
|
|
|
|
the finn, but people there go to sleep way too early.
Remove description of some no-more-existent options.
|
|
to change. Volunteers?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and arbitrary flags into one argument.
One new flag is PMAP_CANFAIL that tells pmap_enter that it can fail if there
are not enough resources to satisfy the request. If this flag is not passed,
pmap_enter should panic as it should have done before this change (XXX - many
pmaps are still not doing that).
Only i386 and alpha implement CANFAIL for now.
Includes uvm updates from NetBSD.
|
|
The archs that didn't have a proper PMAP_NEW now have a dummy implementation
with wrappers around the old functions.
|
|
|
|
everywhhere.
|
|
|
|
|
|
|
|
|