]> granicus.if.org Git - procps-ng/commitdiff
new default display
authoralbert <>
Fri, 11 Oct 2002 22:45:09 +0000 (22:45 +0000)
committeralbert <>
Fri, 11 Oct 2002 22:45:09 +0000 (22:45 +0000)
NEWS
top.h

diff --git a/NEWS b/NEWS
index 2464fe32575e75b54bc302e27db5c5037cc77f9f..bbd9ce641e5da8724e57181e379ec62785917fb0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+procps-3.0.1 --> procps-3.0.2
+
+new "make install" fixed
+fix top for non-SMP 2.2.xx and 2.0.xx
+vmstat -a fixed
+vmstat compiles with latest gcc-3.x
+vmstat does 64-bit time
+
 procps-3.0.0 --> procps-3.0.1
 
 sysctl handles net/ipv4/conf/eth1.0123/tag (VLAN interface)
diff --git a/top.h b/top.h
index 3d7599ad75001301dbd4158e8afebce0c5d4953e..a85ec102403669a527e26d5157ef517e77b494be 100644 (file)
--- a/top.h
+++ b/top.h
@@ -29,7 +29,6 @@
 //#define CASEUP_SUMMK            /* show memory summary kilobytes with 'K'  */
 //#define POSIX_CMDLIN            /* use '[ ]' for kernel threads, not '( )' */
 //#define SORT_SUPRESS            /* *attempt* to reduce qsort overhead      */
-//#define TICS_64_BITS            /* accommodate Linux 2.5.xx 64-bit jiffies */
 //#define USE_LIB_STA3            /* use lib status (3 ch) vs. proc_t (1 ch) */
 //#define WARN_NOT_SMP            /* restrict '1' & 'I' commands to true smp */
 
 typedef unsigned char PFLG_t;
 
         /* These typedefs attempt to ensure consistent 'ticks' handling */
-#ifdef TICS_64_BITS
 typedef unsigned long long TICS_t;
 typedef          long long STIC_t;
-#else
-typedef unsigned long TICS_t;
-typedef          long STIC_t;
-#endif
 
         /* Sorted columns support. */
 typedef int (*QSORT_t)(const void *, const void *);
@@ -293,7 +287,7 @@ typedef struct win {
 
         /* The default fields displayed and their order,
            if nothing is specified by the loser, oops user */
-#define DEF_FIELDS  "AbcdEfgHIjKlMNOPQrstuvWXyz"
+#define DEF_FIELDS  "AEHIOQTWKNMXbcdfgjplrsuvyz"
         /* Pre-configured field groupss */
 #define JOB_FIELDS  "ABXcefgjlrstuvyzMKNHIWOPQD"
 #define MEM_FIELDS  "ANOPQRSTUVXbcdefgjlmyzWHIK"