OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Artur Grabowski (artcvs.openbsd.org)
Date: Fri Sep 28 2001 - 09:43:13 CDT

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

    CVSROOT: /cvs
    Module name: src
    Changes by: artcvs.openbsd.org 2001/09/28 08:43:13

    Modified files:
            sys/arch/sparc64/sparc64: trap.c

    Log message:
    Almost half of this file was ifdef DEBUG. Everybody knows that debugging
    code is just there for debugging so it doesn't need to be pretty or really
    correct. In most cases it's just a bunch of printfs that only the author
    understands for two hours after writing them.

    Remove all that noise to make this file actually readable and as a bouns
    fix a bug where any user could crash the kernel (not really crash, but
    triggering ddb from userland is equivalent to crash in my world even if you
    can just press 'c').