]> granicus.if.org Git - procps-ng/commitdiff
misc
authoralbert <>
Wed, 12 Feb 2003 08:15:53 +0000 (08:15 +0000)
committeralbert <>
Wed, 12 Feb 2003 08:15:53 +0000 (08:15 +0000)
NEWS
proc/readproc.c
top.c

diff --git a/NEWS b/NEWS
index 599506c9e9a7459919bc33479b2851942d34be9c..e123cf4fe6648da9a899c7d2f5cae9ec790b4c6d 100644 (file)
--- 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
index ca6e2fa8d3b769465362f5580fd689686badde5d..f71ce16371d3e59822e7e91062705e8335c58290 100644 (file)
@@ -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 a3b7cb1ed7a85f10f1706088307c947cdbe0b59c..2df800d393d7d2226d04a04edfdc7fd4bf553bd6 100644 (file)
--- a/top.c
+++ b/top.c
@@ -17,7 +17,7 @@
  *    Albert D. Cahalan, <albert@users.sf.net>
  *    Craig Small, <csmall@small.dropbear.id.au>
  *
- * Changes by Albert Cahalan, 2002.
+ * Changes by Albert Cahalan, 2002-2003.
  */
 #include <sys/ioctl.h>
 #include <sys/resource.h>