Commit Graph

102 Commits

Author SHA1 Message Date
pooka cfb3e24368 describe: show all callout, show arptab, show lock, show malloc 2007-03-02 07:50:09 +00:00
wiz 019ba275be Fix typo in Dd. 2007-02-20 15:17:28 +00:00
skrll 041e5b9eae s/pid/lwpaddr/ in the bt/a case. 2007-02-20 08:11:41 +00:00
ad b8abdd4f69 Document trace/a. 2007-02-20 01:03:01 +00:00
mrg 6024cd92c4 update the "bt" description to include "/l" modifier 2007-01-31 02:17:31 +00:00
jld 0919614fc2 Add /l to description of "ps" abbreviation for "show all procs". 2006-11-18 08:48:32 +00:00
oster 93a18158f4 Document 'show all procs /l'. (i.e. catch up with reality) 2006-11-18 01:20:58 +00:00
wiz 8868e3b665 Bump date for previous. 2006-04-28 06:04:27 +00:00
hubertf 8937cec96c How to enter ddb on a xen comU: +++++
By Jeff Ito (ijk at speakeasy dot net) on port-xen@
2006-04-27 11:23:19 +00:00
wiz 5d1e8b2745 Fix some typos. 2006-02-25 02:28:55 +00:00
wiz 6506e28d85 Bump date for previous. 2006-02-24 21:50:43 +00:00
bjh21 c892ebfd2b Document "show all pages". Reminded by wiz. 2006-02-19 22:46:40 +00:00
yamt f988f07e7e add "show mbuf" command. 2006-01-24 13:03:33 +00:00
wiz e5337b60a4 Drop trailing whitespace. 2006-01-21 23:40:30 +00:00
uwe b5b426b4a5 Bump date to welcome back # operator. 2006-01-19 00:19:13 +00:00
uwe 74fe467153 Widen "Value" column in the reboot desccription to accomodate RB_POWERDOWN.
Make the table aligned properly in PostScript output.
2006-01-19 00:12:21 +00:00
uwe 9457018f06 Reinstate description of # operator lost in an editing accident.
While here, fix spacing in the description of possible identifier syntax.
2006-01-19 00:00:27 +00:00
wiz 00eff9c058 Remove superfluous quoting. Use Aq macro instead of \*[Lt]\*[Gt]. 2005-12-01 18:07:18 +00:00
yamt 288ca6911b document "show all pools". 2005-12-01 14:20:47 +00:00
wiz de29fc3303 Sort SEE ALSO. Fix typo. 2005-11-28 20:05:49 +00:00
yamt 5ac8f2eb47 document DDB_COMMANDONENTER. 2005-11-26 12:17:08 +00:00
fredb 556db3aecb Expand the description of "reboot" slightly: add cross-references to
reboot(2) and reboot(8), and especially document RB_DUMP -- which is,
in fact, documented in reboot(2), if you'd only known to look there.
2005-02-14 18:14:27 +00:00
wiz f042855102 Bump date for tee_msgbuf; new sentence, new line. 2004-09-30 09:20:52 +00:00
reinoud 22f1132820 Implement ddb setting that allows all ddb output to be teed into the
kernel message buffer/log. Its off by default and can be switched on in the
kernel configuration on build time, be set as a variable in ddb and be set
using sysctl.

This adds the sysctl value
	ddb.tee_msgbuf = 0
by default.

The functionality is especially added and aimed for developers who are not
blessed with a serial console and wish to keep all their ddb output in the
log. Specifying /l as a modifier to some selected commands will also put
the output in the log but not all commands provide one nor has the same
meaning for all commands.

This feature could in the future also be implemented as an ddb command but
that could lead to more bloat allthough maybe easier for non developpers to
use when mailing their backtraces from kernel crashes.
2004-09-29 23:54:11 +00:00
jdc a1dcfde51e Add hpcarm and sparc64 key sequences.
Remove sun3x key sequence (no longer a separate port).
2004-03-02 20:57:45 +00:00
wiz 5076ce85e9 Mention hw.cnmagic. From Christian Biere in PR 24405.
Also, Xr cnmagic(9) and bump date.
2004-02-13 17:22:30 +00:00
wiz b460383205 Mention how to enter DDB on vax. From Brian Chase in PR 23740. 2003-12-14 09:40:07 +00:00
wiz 78c37c358f NetBSD -> .Nx; use Dv for an option name; bump date for previous. 2003-11-18 18:51:23 +00:00
dbj 6a88e9174b add "show mount" ddb command 2003-11-18 18:26:18 +00:00
lukem 6af0268550 document the (more useful) flags for `reboot' 2003-10-26 01:44:22 +00:00
wiz 484ba54613 Bump date for previous, and escape an exclamation mark so it
gets marked up.
2003-09-21 15:18:33 +00:00
thorpej 7cc3c61aa7 Document "show sched_qs". 2003-09-20 15:15:39 +00:00
wiz 6e047dae78 Bump date for last. 2003-07-04 13:09:58 +00:00
simonb dc90e8e0f5 Document the new "count" argument to the dmesg command. 2003-07-02 07:06:07 +00:00
wiz 34680fdbdf Fix Ns usage; quote exclamation mark. 2003-06-27 18:16:45 +00:00
wiz ed99226267 Remove some superfluous macro calls. 2003-06-26 10:23:23 +00:00
wiz a5016fab1f New sentence, new line. Bump date for last. Add missing "the". 2003-05-18 09:04:52 +00:00
atatat b5329c1d85 (1) Don't print the message buffer (via ddb's dmesg command) if the
message buffer has not yet been set up, mimicking code from the top of
the sysctl routine for retrieving the message buffer.

(2) Add a /l modifier to the trace command.  This makes it print the
backtrace using printf() instead of db_printf(), which has the nice
side-effect of also putting it into the message buffer.  A kernel with
ddb in it but disabled (ie, ddb.onpanic set to zero) will print a
backtrace (which ends up in the message buffer) before dumping (or
not, depending on the value of kern.dump_on_panic) and rebooting, but
if ddb is not disabled, the backtrace is not printed, and there's no
way to get it to display a backtrace such that you can retrieve it
after the dump.  The backtrace printed by gdb is sometimes a little
different.

(3) Documentation for the above.
2003-05-15 13:18:18 +00:00
wiz a65567f59b Hack around ".Nm" introducing newlines in the SYNOPSIS section.
Reported by Kouichiro Hiratsuka via uebayasi.
2003-05-08 05:38:10 +00:00
wiz 09c94bad02 Uppercase prom and eeprom. 2003-03-30 18:05:22 +00:00
wiz 2c9762a5ec Mention how to enter ddb on macppc. Bump date and copyright. 2003-03-04 12:02:51 +00:00
wiz b843a004bc Drop trailing space. 2003-03-03 06:48:25 +00:00
wiz 990562bfef .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
jmc 1ed82b5b2c Add a synonym for trace - 'bt' and document it 2003-02-13 23:50:33 +00:00
uch f0d5a0eb69 document sh3 and hpcsh usage. 2002-05-09 16:42:16 +00:00
simonb dbebadf72e Document "show event". 2002-02-15 12:20:33 +00:00
ross 4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
mrg c41c89d556 fix typo: u-are -> u-area 2002-01-01 08:03:43 +00:00
jhawk a21d1ea7ac Convenience variables (workXX) don't work, so don't document them. 2001-12-31 00:35:21 +00:00
wiz c81d1dfd39 Sort sections, sort SEE ALSO, and some formatting improvements. 2001-09-12 18:35:28 +00:00