From 2820cc32661f511cf0461f2132880bc48686bb94 Mon Sep 17 00:00:00 2001 From: albert <> Date: Sun, 6 Oct 2002 18:08:26 +0000 Subject: [PATCH] doc update --- README | 2 +- TODO | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/README b/README index e930b3b1..4df3e243 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ README for procps package COMPATIBILITY - This code is intended for use with Linux 2.0.xx and 2.2.xx. + This code is intended for use with Linux 2.0.xx and above. Both libc 5 and libc 6 should work. PS/TOP WCHAN FIELD diff --git a/TODO b/TODO index a66d295b..017556d7 100644 --- a/TODO +++ b/TODO @@ -58,10 +58,6 @@ ones get filled in with something logical -- entries must never be deleted! Add all the stuff Solaris has. This would also replace ptrace. -The kernel should report these task_struct members: - has_cpu - processor - ---------------------- w -------------------------- The LOGIN@ column sometimes has a space in it. This makes correct @@ -123,12 +119,6 @@ Internationalization, as specified by XPG3, Volume 1, Commands and Utilities. ----------------------- ps ----------------------- -Solve the "ps reports wrong date" bug. (recent processes on an SMP system -are reported as being 5 days old, while boot processes look normal) -(reported for procps-2.0.2 in May 1999) - -Show real-time priorities. (type & number) - Add an option to select all processes that a user can kill. (related to RUID, EUID, tty, etc. -- but maybe ignore root power)