[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Artur Grabowski <art_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Tue, 23 Jul 2002 18:55:53 -0600 (MDT)
CVSROOT: /cvs
Module name: src
Changes by: art_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2002/07/23 18:55:53
Modified files:
sys/arch/sparc/sparc: pmap.c trap.c
Log message:
Support for non-exec mappings on sun4m.
- support exec traps and deal with them correctly.
- Instead of pretending that the pte permissions are a bit-mask, just
make two stupid 8-entry tables (one for kernel, one for userland) that
provides translation between VM_PROT* masks and pte permissions.
This gives sun4m a non-exec stack.
Visit your host, monkey.org