cvs commit: src/sys/kern subr_kdb.c

2006-06-18 Thread Yar Tikhiy
yar 2006-06-18 12:27:59 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c Log: Add a funny sysctl: debug.kdb.trap_code . It is similar to debug.kdb.trap, except for it tries to cause a page fault via a call to an invalid pointer. This can highlig

cvs commit: src/sys/kern subr_kdb.c

2006-06-16 Thread Ed Maste
emaste 2006-06-17 02:58:18 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c Log: Add a description for sysctl -d. Revision ChangesPath 1.22 +1 -1 src/sys/kern/subr_kdb.c ___ cvs-all@freeb

cvs commit: src/sys/kern subr_kdb.c

2006-04-03 Thread Marcel Moolenaar
marcel 2006-04-04 00:40:20 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c Log: Increment kdb_active after we stopped the other CPUs and decrement kdb_active before we restart them. This avoids false positives on restarted CPUs when they test for k

cvs commit: src/sys/kern subr_kdb.c

2006-04-03 Thread Marcel Moolenaar
marcel 2006-04-03 20:55:52 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c Log: In kdb_trap(), change the type of the local variable 'intr' from int to register_t, as intr_disable() returns the latter and register_t may be wider than int. Poin

cvs commit: src/sys/kern subr_kdb.c

2006-04-03 Thread Marcel Moolenaar
marcel 2006-04-03 17:48:09 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c Log: Replace critical_enter() and critical_exit() in kdb_trap() with intr_disable() and intr_restore() resp. Previously, critical regions would have interrupts disabled, but