minor updates: vax port kludge is in trace, not kill. spelling.

no 0t output in ps.
This commit is contained in:
jhawk 2005-05-30 05:58:52 +00:00
parent ebdc03b439
commit a74233676c
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: TODO,v 1.15 2004/09/29 23:54:11 reinoud Exp $
$NetBSD: TODO,v 1.16 2005/05/30 05:58:52 jhawk Exp $
In rough order.
@ -13,15 +13,15 @@ done examine /m (hex + character dump) doesn't work.
4. "dot", "next", and "last" are not set properly and are usually
the same.
5. The vax port supports decimal pids in "kill", etc. This should be
5. The vax port supports decimal pids in "trace", etc. This should be
MI or not exist at all.
6. double-quote delimitted strings don't work in "print", nor do
6. double-quote delimited strings don't work in "print", nor do
multiple arguments (like the manpage says)
Features to be implemented:
1. Have "ps" print pids with a 0t prefix to reduce radix
dead Have "ps" print pids with a 0t prefix to reduce radix
confusion. This is very ugly...needs thought.
done "set" should display the old value as "write" does.