index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_kdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a funny sysctl: debug.kdb.trap_code .
yar
2006-06-18
1
-1
/
+22
*
Add a description for sysctl -d.
emaste
2006-06-17
1
-1
/
+1
*
Increment kdb_active after we stopped the other CPUs and decrement
marcel
2006-04-04
1
-4
/
+4
*
Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the
marcel
2006-04-03
1
-10
/
+5
*
In kdb_trap(), change the type of the local variable 'intr' from int
marcel
2006-04-03
1
-1
/
+2
*
Replace critical_enter() and critical_exit() in kdb_trap() with
marcel
2006-04-03
1
-3
/
+3
*
Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save its
jhb
2005-11-03
1
-1
/
+1
*
Commit something we found useful at work at one point. Add sysctls for
peter
2005-10-26
1
-0
/
+40
*
Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to all
jhb
2005-10-24
1
-35
/
+8
*
- Various small whitespace and style nits.
jhb
2005-10-24
1
-11
/
+10
*
If KDB_STOP_NMI is compiled into the kernel, default
rwatson
2005-09-27
1
-1
/
+1
*
Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.h
peter
2005-06-29
1
-0
/
+2
*
Implement an alternate method to stop CPUs when entering DDB. Normally we use
dwhite
2005-04-30
1
-0
/
+50
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Zero terminate empty sting in kdb_sysctl_available.
ups
2004-10-21
1
-0
/
+2
*
Fix a bug introduced in the previous commit: kdb_cpu_trap() gets to
marcel
2004-09-26
1
-1
/
+2
*
Move makectx() after kdb_cpu_trap(), so the PCB will have possible MD
marcel
2004-09-17
1
-4
/
+4
*
Make debug.kdb.stop_cpus also a TUNABLE() so it can be set prior to boot
rwatson
2004-08-22
1
-0
/
+1
*
Add a new sysctl, debug.kdb.stop_cpus, which controls whether or not we
rwatson
2004-08-15
1
-2
/
+19
*
Add kdb_thr_from_pid(), which given a PID returns the first thread
marcel
2004-07-21
1
-1
/
+15
*
Make kdb_dbbe_select() available as an interface function. This allows
marcel
2004-07-12
1
-9
/
+20
*
Fix braino: Make sure there is a current backend before we return its
marcel
2004-07-11
1
-2
/
+5
*
Introduce the KDB debugger frontend. The frontend provides a framework
marcel
2004-07-10
1
-0
/
+384