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
/
ddb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give DDB a "watchdog" command which disables all watchdogs.
phk
2004-02-29
1
-0
/
+21
*
Switch the sleep/wakeup and condition variable implementations to use the
jhb
2004-02-27
1
-16
/
+2
*
Add DDB_NUMSYM option which in addition to the symbolic representation
phk
2004-02-24
1
-0
/
+6
*
If not in the debugger or if the user requests it with the
njl
2004-01-28
1
-1
/
+27
*
Reworked rev.1.14. Use the ELF symbol type again to summarily reject
bde
2003-09-28
1
-0
/
+5
*
Label the uarea address as such in DDB's ps output
phk
2003-08-30
1
-1
/
+1
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
1
-1
/
+1
*
db_get_value uses a local buffer to first fetch all the bytes of a
harti
2003-08-12
1
-1
/
+1
*
Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the new
jhb
2003-07-31
1
-28
/
+6
*
Add a one-shot callout facility to db_printf() that executes the registered
jhb
2003-07-31
3
-0
/
+75
*
Whitespace nit.
jhb
2003-07-30
1
-0
/
+1
*
Rename P_THREADED to P_SA. P_SA means a process is using scheduler
davidxu
2003-06-15
1
-3
/
+3
*
Use __FBSDID().
obrien
2003-06-10
19
-53
/
+67
*
Attempt to crunch down the thread state info so that it is more likely to
julian
2003-06-06
1
-6
/
+15
*
Handle the TDS_INACTIVE state by printing '[INACTIVE]' instead of
jhb
2003-06-06
1
-1
/
+4
*
Whitespace nits.
jhb
2003-06-06
1
-2
/
+3
*
Make "where" an alias for "trace"
phk
2003-06-01
1
-0
/
+1
*
Add /* FALLTHROUGH */
phk
2003-05-31
1
-0
/
+1
*
Add /* FALLTHROUGH */
phk
2003-05-31
1
-0
/
+1
*
Move the _oncpu entry from the KSE to the thread.
julian
2003-04-10
1
-1
/
+1
*
The kernel bcopy() is safe for overlapping regions (and always has), so
des
2003-04-04
1
-2
/
+2
*
Change the process flags P_KSES to be P_THREADED.
julian
2003-02-27
1
-3
/
+3
*
- Split the struct kse into struct upcall and struct kse. struct kse will
jeff
2003-02-17
1
-9
/
+0
*
Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB
phk
2003-02-16
2
-3
/
+3
*
Reversion of commit by Davidxu plus fixes since applied.
julian
2003-02-01
1
-0
/
+9
*
Move UPCALL related data structure out of kse, introduce a new
davidxu
2003-01-26
1
-9
/
+0
*
Revert previous and move the prototype for db_alt_break to ddb.h.
jake
2002-12-31
2
-7
/
+4
*
- Add a function db_alt_break which recognizes the character sequence used to
jake
2002-12-31
2
-1
/
+51
*
Add code to ddb to allow backtracing an arbitrary thread.
julian
2002-12-28
3
-55
/
+96
*
- Rename the DDB specific %z printf format to %y.
mux
2002-10-25
1
-2
/
+2
*
Remove the process state PRS_WAIT.
julian
2002-10-21
1
-3
/
+0
*
Round out the facilty for a 'bound' thread to loan out its KSE
julian
2002-10-09
1
-3
/
+8
*
Rename the mutex thread and process states to use a more generic 'LOCK'
jhb
2002-10-02
1
-3
/
+3
*
Indentation indicates missing braces.
phk
2002-10-01
1
-1
/
+2
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
2
-7
/
+7
*
Constify to kill some warnings.
markm
2002-09-21
2
-2
/
+2
*
Implement db_print_backtrace() if DDB is compiled into the kernel. This
jhb
2002-09-19
1
-0
/
+3
*
Garbage-collected __ELF__ ifdefs.
bde
2002-09-15
1
-10
/
+2
*
Don't use the ELF symbol type to summarily reject symbols in
bde
2002-09-15
1
-4
/
+0
*
Made this work on i386's at least. It wants ELF section headers for
bde
2002-09-15
1
-2
/
+34
*
Made this compile (but not work). This involved mainly const poisoning
bde
2002-09-15
1
-8
/
+18
*
Completely redo thread states.
julian
2002-09-11
1
-25
/
+48
*
db_ps.c:
bde
2002-08-31
1
-5
/
+6
*
When talking about c_db_sym_t, mention that it is not just like db_sym_t:
jmallett
2002-08-14
1
-1
/
+1
*
Realign columns in DDB's ps output. Don't waste more horizontal space than
phk
2002-08-13
1
-9
/
+9
*
Part 1 of KSE-III
julian
2002-06-29
1
-8
/
+30
*
Remove a couple of __P() stragglers.
peter
2002-06-29
1
-1
/
+1
*
Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixes
tmm
2002-06-25
2
-6
/
+3
*
Split the declaration and the initialization of two variables.
mux
2002-06-23
1
-4
/
+4
*
Allow DB_SET() to set all fields in the ddb command structure. This
gibbs
2002-06-05
1
-5
/
+5
[next]