summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-231-12/+8
* Remove __P.alfred2002-03-201-8/+8
* pid is 'long' on alpha.mjacob2002-01-171-2/+2
* Implement a "kill" DDB command which is an interface to psignal() thatdd2001-11-271-0/+59
* - Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall)arr2001-11-051-0/+1
* Add a 'reset' command. This is useful for panics really early beforepeter2001-11-031-0/+13
* Quiet a variable format-string warning.kris2001-07-191-1/+1
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andbsd2001-07-111-0/+2
* A set of changes to reduce the number of include files the kerneljulian2001-07-081-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-14/+22
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-3/+2
* Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)peter1999-07-011-2/+2
* add some amount of sanity to the way the gdb stuff finds its device.phk1999-05-091-3/+7
* Get rid of extern declarations on gdb stuff so systems compiled withoutmckusick1999-05-071-1/+9
* Replace includes of <sys/kernel.h> with includes ofjdp1999-01-141-2/+2
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.bde1998-07-081-2/+2
* Redo the previous commit in a more Bruce-friendly fashion.phk1998-05-191-2/+1
* Add "show msgbuf" commandphk1998-05-191-1/+2
* Ensure that the linker sets for commands exist by putting a standardbde1998-02-131-15/+7
* Staticize.eivind1998-02-091-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed bogus linkage of one of the ddb linker sets.bde1996-12-181-2/+6
* Support statically attaching of ddb commands in non-ddb modules.bde1996-09-141-32/+70
* Allow the user to switch into gdb mode from ddbpst1996-08-271-1/+21
* Reduced and cleaned up #includes.bde1995-12-101-4/+3
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+4
* Staticized and '#ifdef notused' stuff we don't use.phk1995-11-291-14/+16
* Completed function declarations and/or added prototypes and/or #includesbde1995-11-241-18/+16
* Change db_fncall() and db_panic() to have the correct number and type ofbde1995-08-271-5/+13
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-5/+8
* Make ``p'' an explicit alias for ``print'' instead of being anjoerg1995-03-051-1/+2
* Added "panic" command to ddb, so we can do something sensible even ifphk1995-02-051-1/+9
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-5/+3
* Fix up some sloppy coding practices:wollman1994-08-181-13/+4
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-5/+5
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-2/+4
* ps works inside ddb now.guido1994-02-111-2/+5
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-3/+4
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-50/+3
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+526
OpenPOWER on IntegriCloud