OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Miod Vallat (miodcvs.openbsd.org)
Date: Mon May 06 2002 - 19:54:38 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: miodcvs.openbsd.org 2002/05/06 18:54:37

    Modified files:
            sys/arch/mvme88k/include: pmap.h
            sys/arch/mvme88k/mvme88k: pmap.c

    Log message:
    Spring pmap cleaning:
    - update and fix comments
    - clean the batc code (still not used by default)
    - there was some KNF left to do
    - fix incorrect locking behaviour in pmap_remove_all()
    - fix incorrect pmap_remove_range() call which would cause the kernel to
    enter an infinite loop sometimes at shutdown
    - fix an off-by-one page loop in pmap_protect()

    This should bring the extra bits of stability I need to resume working on the
    compiler...