From: albert <> Date: Wed, 12 Feb 2003 08:15:53 +0000 (+0000) Subject: misc X-Git-Tag: v3.3.0~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f082411c7d76b33f737858bcc48497ad6699258f;p=procps-ng misc --- diff --git a/NEWS b/NEWS index 599506c9..e123cf4f 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ procps-3.1.5 --> procps-3.1.6 top: memory leak fixed ps: new --ppid option selects by PPID -watch: new --no-title option +watch: new --no-title option #179862 handle SPARC Linux badness rare crash fixed compile with gcc 2.91.xx again diff --git a/proc/readproc.c b/proc/readproc.c index ca6e2fa8..f71ce163 100644 --- a/proc/readproc.c +++ b/proc/readproc.c @@ -156,6 +156,10 @@ static void status2proc(const char *S, proc_t *restrict P){ P->vm_lib = 0; } + // 2.1 SigPnd SigBlk SigIgn SigCat ("SigCat") + // other SigPnd SigBlk SigIgn SigCgt + // 2.5+ SigPnd ShdPnd SigBlk SigIgn SigCgt + tmp = strstr (S,"SigPnd:"); if(likely(tmp)) sscanf (tmp, #ifdef SIGNAL_STRING diff --git a/top.c b/top.c index a3b7cb1e..2df800d3 100644 --- a/top.c +++ b/top.c @@ -17,7 +17,7 @@ * Albert D. Cahalan, * Craig Small, * - * Changes by Albert Cahalan, 2002. + * Changes by Albert Cahalan, 2002-2003. */ #include #include