summaryrefslogtreecommitdiff
path: root/sys/ddb/TODO
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2002-02-15 07:33:48 +0000
committersimonb <simonb@NetBSD.org>2002-02-15 07:33:48 +0000
commit4eaa4d66a825d3a320df04057b60d4290e726694 (patch)
tree96f4dad8e24388f1ea53a2747c08be1fb1273654 /sys/ddb/TODO
parent4a188395df8e1fe5f0ef08aa49fa7de4a1b6119b (diff)
ANSIfy, KNF.
Make some variables and functions static when not used outside of a module. Make variables in headers extern. Delete the unused db_find_watchpoint() function.
Diffstat (limited to 'sys/ddb/TODO')
-rw-r--r--sys/ddb/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/TODO b/sys/ddb/TODO
index b89dbc3c6c9..92f884fb860 100644
--- a/sys/ddb/TODO
+++ b/sys/ddb/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.9 2002/01/05 01:48:10 jhawk Exp $
+$NetBSD: TODO,v 1.10 2002/02/15 07:33:48 simonb Exp $
In rough order.
@@ -31,7 +31,7 @@ done "set" should display the old value as "write" does.
4. Note only some radixes are supported.
5. Allow a mechanism for DDB to not fail under X (on the i386).
- Probably just skip DDB in such cases.
+ Probably just skip DDB in such cases.
6. Enable DDB in GENERIC on all architectures not starved for
space.
@@ -79,7 +79,7 @@ done Numbers starting with [a-f] should work, but symbols
and ] in kadb (but not in adb):
[ Like :e in adb(1), but requires only one keys-
troke and no RETURN character.
-
+
] Like :s in adb(1), but requires only one keys-
troke and no RETURN character.
Does this make people queasy?