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
*
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
*
Make ``p'' an explicit alias for ``print'' instead of being an
joerg
1995-03-05
1
-1
/
+2
*
Added "panic" command to ddb, so we can do something sensible even if
phk
1995-02-05
1
-1
/
+9
*
Load the kernel symbol table in the boot loader and not at compile time.
bde
1995-01-25
1
-23
/
+14
*
Print "(null)" instead of crashing for null strings. Null names are
bde
1994-10-30
1
-1
/
+3
*
Avoid ddb getting a panic if the code-segment isn't the usual one...
phk
1994-10-02
1
-8
/
+11
*
#include ddb.h not db_output.h
phk
1994-09-28
1
-2
/
+2
*
Added include of <machine/cons.h> so that cngetc() gets declared.
phk
1994-09-27
1
-1
/
+2
*
Woops, wrong solution to the problem. Backed out previous fix to ddb.h, and
dg
1994-09-27
2
-3
/
+3
*
Nuked db_printf() prototype; it now clashes with the one in db_output.h.
dg
1994-09-27
1
-2
/
+1
*
Makes gcc silent in sys/ddb.
phk
1994-09-27
7
-32
/
+30
*
386bsd -> kernel in strings.
bde
1994-09-05
1
-3
/
+3
*
ddb ps function from 1.1.5. Moved into its own file and cleaned up a bit
dg
1994-08-27
1
-0
/
+79
*
1) Changed ddb into a option rather than a pseudo-device (use options DDB
dg
1994-08-27
2
-6
/
+11
*
1) cleaned up after Garrett - fixed more redundant declarations, changed
dg
1994-08-20
2
-7
/
+7
*
Fix up some sloppy coding practices:
wollman
1994-08-18
14
-65
/
+31
*
Change all #includes to follow the current Berkeley style. Some of these
wollman
1994-08-13
17
-92
/
+92
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
2
-3
/
+6
*
ps works inside ddb now.
guido
1994-02-11
1
-2
/
+5
[next]