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
*
Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.
phk
1998-05-28
1
-27
/
+1
*
Redo the previous commit in a more Bruce-friendly fashion.
phk
1998-05-19
3
-11
/
+5
*
Add "show msgbuf" command
phk
1998-05-19
3
-3
/
+35
*
Ensure that the linker sets for commands exist by putting a standard
bde
1998-02-13
3
-25
/
+15
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Some fixes from John Hood:
dyson
1997-12-05
1
-2
/
+1
*
Cleaned up revs.1.19-1.21:
bde
1997-11-20
1
-17
/
+14
*
A better fix for the ddb command history buffer problem; use a static
msmith
1997-11-09
1
-9
/
+9
*
Don't try to do anything with the input history if MALLOC() for the buffer
msmith
1997-11-07
1
-2
/
+2
*
Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines.
bde
1997-10-09
1
-2
/
+2
*
Print the filename, not the directory we compiled in.
phk
1997-09-28
1
-2
/
+2
*
Minor hack to also allow for syscons's "interesting" arrow keys.
joerg
1997-08-17
1
-1
/
+13
*
Some staticized variables were still declared to be extern.
bde
1997-06-30
3
-15
/
+10
*
Don't depend on gcc's feature of interpreting `int foo(c) char c; ...'
bde
1997-06-30
2
-4
/
+4
*
Removed unused #includes.
bde
1997-06-14
10
-30
/
+10
*
Everyone's favorite, i think: make DDB understand the arrow keys for the
joerg
1997-04-12
1
-1
/
+38
*
Fixed gratuitous ANSIisms.
bde
1997-04-01
3
-7
/
+16
*
Added a setjmp() so that an initial pc that points to unmapped memory
bde
1997-03-28
1
-10
/
+12
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
26
-26
/
+26
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Fixed printing of small offsets. E.g., -4(%ebp) is now printed
bde
1997-01-16
1
-2
/
+8
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
26
-26
/
+26
*
Fixed bogus linkage of one of the ddb linker sets.
bde
1996-12-18
1
-2
/
+6
*
if there is no console, cngetc should act like getc and return -1
julian
1996-10-30
1
-1
/
+8
*
Attached vm ddb commands `show map', `show vmochk', `show object',
bde
1996-09-14
1
-3
/
+20
*
Support statically attaching of ddb commands in non-ddb modules.
bde
1996-09-14
2
-41
/
+111
*
Allow the user to switch into gdb mode from ddb
pst
1996-08-27
1
-1
/
+21
*
Finally implement a simple commandline history in DDB.
joerg
1996-08-10
1
-2
/
+71
*
A small bit of defensive programming in case the panic is during process
peter
1996-06-15
1
-1
/
+5
*
Clean up various compiler warnings. Most (if not all) were benign
gpalmer
1996-05-08
3
-7
/
+9
*
For Lite2: proc LIST changes.
hsu
1996-03-11
1
-5
/
+5
*
Remove some now unused printfoids.
phk
1996-01-23
1
-25
/
+1
*
Fixed the one remaining %r.
bde
1996-01-21
1
-2
/
+2
*
One missed printf in the debugger.
phk
1996-01-21
1
-2
/
+2
*
Get rid of two and a half printf in the kernel.
phk
1996-01-15
3
-186
/
+8
*
Reduced and cleaned up #includes.
bde
1995-12-10
21
-76
/
+48
*
Staticize and cleanup.
phk
1995-12-10
7
-21
/
+20
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
20
-24
/
+47
*
Staticized and '#ifdef notused' stuff we don't use.
phk
1995-11-29
18
-131
/
+140
*
Completed function declarations and/or added prototypes and/or #includes
bde
1995-11-24
14
-68
/
+98
*
Completed function declarations and/or added prototypes.
bde
1995-11-24
9
-130
/
+155
*
Change db_ps() to have the correct number and type of args for a ddb
bde
1995-08-27
1
-2
/
+7
*
Change db_fncall() and db_panic() to have the correct number and type of
bde
1995-08-27
1
-5
/
+13
*
Make db_ps tolerant of uninitialized struct proc fields. Improved 'more'
dg
1995-08-20
1
-19
/
+39
*
Remove trailing whitespace.
rgrimes
1995-05-30
26
-207
/
+207
*
Print the address associated with an examine. Changed db_maxoff to
dg
1995-05-22
2
-13
/
+6
*
Fixed the formatting breakage I added in the previous commit.
dg
1995-04-04
1
-4
/
+8
*
Fixed DDB's "ps" output formatting.
dg
1995-03-28
1
-12
/
+6
*
Removed redundant newlines that were in some panic strings.
dg
1995-03-19
1
-2
/
+2
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
3
-7
/
+14
[next]