summaryrefslogtreecommitdiff
path: root/share/man/man4/ddb.4
AgeCommit message (Collapse)Author
2008-03-23Missing .El; spotted by jmc@Miod Vallat
2008-03-23show all mounts command for ddb. From mickey a long time ago.Miod Vallat
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-18document show buf|vnode|mountMichael Shalayeff
2007-03-15Disable x/q functionnality on 32bit platforms, because the examination codeMiod Vallat
is not supposed to work on values larger than db_expr_t.
2006-11-28Support "trace /p <pid>" to show the stack trace of any process.Uwe Stuehler
(Keep in mind that $radix is 0x10 by default.); ok by many
2006-07-06Sync with reality:Miod Vallat
- document ^t in input. - we do not implement break /u. - we do not have $workxx variables. - mention $log and sysctl ddb.*
2006-06-17We do not have the xf and xb commands.Miod Vallat
2006-05-21tweak;Jason McIntyre
2006-05-20document sh all pooMichael Shalayeff
2006-05-03Mention x/I behaviour on m88k.Miod Vallat
2005-12-15Document x/q, sync x/I with reality.Miod Vallat
2005-03-07more macro simplification;Jason McIntyre
2005-01-04no need for .Li here;Jason McIntyre
2005-01-03use .Aq or \*(Gt instead of `<' and `>';Jason McIntyre
remove some unneccessary escaping;
2005-01-03too much Xo/Xc in this file;Jason McIntyre
2005-01-03Add "show panic" command to ddb, to easily retrieve the panic message.Miod Vallat
Will hopefully bring us better panic reports. From Joris Vink.
2004-02-01.Xr crash 8;Jason McIntyre
from Sam Smith;
2003-10-22Document how to break into ddb on serial console.Ryan Thomas McBride
ok mickey@ henning@ deraadt@
2003-07-09- fix lists/displaysJason McIntyre
- quote .Cd's - add/remove .Pp's as necessary - fix some .Re/.Rs's - simplify macros
2003-05-12talk about show procMichael Shalayeff
2003-03-16typos;Jason McIntyre
ddb(4), hilid(4), hilkbd(4), hilms(4): ok miod@ gsckbd(4): found by miod@
2002-09-10typo in copy/paste.Mike Pechkin
art@
2002-04-25Modernize wording (remove ancient reference), and move invocationIan Darwin
before details of usage.
2002-01-28Update to mention the new vocabulary added in the last two commits toMiod Vallat
ddb/db_command.c, with some text borrowed from NetBSD.
2001-08-24kgdb(7) cross references this file, so it might as well be reciprocated.Hugh Graham
2001-08-03o) We don't like .Pp before/after .Sh;Mike Pechkin
o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok
2001-04-18Document boot halt.Artur Grabowski
2001-03-01A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sittingAaron Campbell
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time.
2000-07-29Note that ddb must be enabled with sysctl before it can be used.Marco S Hyman
Prodding from Gregory Steuck <greg@nest.cx> who looked in the man page for that info
2000-07-09Many formatting fixes.Aaron Campbell
2000-07-02fix spellingEric Jackson
2000-06-09right order of operation for boot dump; from Grigoriy Orlov <gluk@ptci.ru>Michael Shalayeff
2000-06-07Document the optional address argument to 'show malloc'.Artur Grabowski
2000-06-07Document 'show malloc'.Artur Grabowski
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
1999-09-21grammar. ok aaron@David Leonard
1999-09-05Document show extentsMarc Espie
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-02-23Spell `algorithm' (no, it's not derived from the greek `algo', and `rythm',Marc Espie
however painful it may be)
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-06-12clean, doco more commandsDavid Leonard
1997-12-10hangman 'stands' for something not 'stays'; pointed out by ficus.gene
1997-11-04update docs on "ps" (show all procs) cmdchuck
1997-10-13use sublist for 'x /I' descriptionMichael Shalayeff
1997-07-06proper OpenBSD macrosMichael Shalayeff
1997-06-15move towards completenessMichael Shalayeff
1997-06-12man boot&hangmanMichael Shalayeff
1997-06-11.XrTheo de Raadt