aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-161-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-141-2/+2
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.Bruce Evans1998-07-081-2/+2
* Redo the previous commit in a more Bruce-friendly fashion.Poul-Henning Kamp1998-05-191-2/+1
* Add "show msgbuf" commandPoul-Henning Kamp1998-05-191-1/+2
* Ensure that the linker sets for commands exist by putting a standardBruce Evans1998-02-131-15/+7
* Staticize.Eivind Eklund1998-02-091-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed bogus linkage of one of the ddb linker sets.Bruce Evans1996-12-181-2/+6
* Support statically attaching of ddb commands in non-ddb modules.Bruce Evans1996-09-141-32/+70
* Allow the user to switch into gdb mode from ddbPaul Traina1996-08-271-1/+21
* Reduced and cleaned up #includes.Bruce Evans1995-12-101-4/+3
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+4
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-291-14/+16
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-18/+16
* Change db_fncall() and db_panic() to have the correct number and type ofBruce Evans1995-08-271-5/+13
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-5/+8
* Make ``p'' an explicit alias for ``print'' instead of being anJoerg Wunsch1995-03-051-1/+2
* Added "panic" command to ddb, so we can do something sensible even ifPoul-Henning Kamp1995-02-051-1/+9
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBDavid Greenman1994-08-271-5/+3
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-13/+4
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-5/+5
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-2/+4
* ps works inside ddb now.Guido van Rooij1994-02-111-2/+5
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-3/+4
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-50/+3
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+526