cvs commit: src/sys/i386/i386 trap.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jun 5 13:59:39 PDT 2006
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
More information about the Commits
mailing list