DragonFly BSD
DragonFly commits List (threaded) for 2006-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/i386/i386 trap.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 5 Jun 2006 13:59:19 -0700 (PDT)

dillon      2006/06/05 13:59:19 PDT

DragonFly src repository

  Modified files:
    sys/i386/i386        trap.c 
  Log:
  Add an INVARIANTS test in both the trap code and system call code.  The
  system will now panic if the critical section count recorded at the beginning
  of a system call or trap does not match the count recorded at the end.
  
  Revision  Changes    Path
  1.77      +16 -0     src/sys/i386/i386/trap.c


http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/trap.c.diff?r1=1.76&r2=1.77&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]