Deleted Added
full compact
Changes (24139) Changes (89750)
1Thu Mar 30 2000 - wnl (3.5beta12)
2 Updated modules: m_aix41.c, m_aix43.c, m_mtxinu.c, m_sco5.c,
3 and m_ultrix4.c.
4 Included m_irixsgi.c from some source that's been floating around
5 SGI. Don't yet know how it compares to m_irix62.
6
7Fri Mar 10 2000 - wnl (3.5beta11)
8 top.c: avoid potential loop if stdout gets closed, use macro
9 for p_active to avoid collision with system macros.
10 m_sunos5: widened some fields to accomodate 5.8.
11 m_decosf1: added ordering support
12 m_irix62_64: provides 64-bit module based on m_irix62.
13 m_irix62: skip bogus files in /proc directory
14 m_svr42MP and m_svr5: complete replacement with updated copies
15 m_mtxinu: complete replacement with updated copies
16 m_aix43: new module for 4.3
17 getans: replaced with a Bourne shell script
18
19Mon Mar 6 2000 - wnl (3.5beta10)
20 m_sunos5.c: workaround for curses bug: ensure that TERMINFO has
21 a value.
22
23Fri Jan 15 1999 - wnl (3.5beta10)
24 top.c: now check return code from read to avoid looping on eof.
25 top.c: delay of 0 now only valid for root.
26 decosf1.c: patches from Rainer Orth should fix most of the
27 problems with this module (including the display of certain
28 processes and runtime errors).
29 sunos5.c: Rainer insisted on putting the slash back in the
30 state field ("run/4") and widened the field to accomodate it.
31 aix.c: widened PID field for 6-digit pids (shortened NICE field)
32 module macosx added, thanks to Andrew Townley.
33
34Fri Dec 18 1998 - wnl (3.5beta9)
35 Configure checks status of "make" and complains if it fails.
36
37Thu Dec 17 1998 - wnl (3.5beta9)
38 Added module sco5 from Mike Hopkirk.
39 Added module netbsd132 from moto kawasaki.
40
41Sun Oct 25 1998 - wnl (3.5beta9)
42 Added Casper's patches for sunos5 for the following:
43 produce same results as swap -s (5.5 and higher),
44 don't use system_pages kstat when /dev/kmem can be opened,
45 skip . and .. when reading /proc, replace use of SOLARIS24
46 with OSREV.
47
48Fri Sep 11 1998 - wnl (3.5beta9)
49 Added workaround to getans for the absence of $< in SCO Unix.
50
51Wed Jul 1 1998 - wnl (3.5beta9)
52 Changed structure member "errno" to "errnum" in commands.c.
53 Replaced hpux10 module with one from John Haxby.
54
55Fri Apr 17 1998 - wnl (3.5beta8)
56 Moved definition of _KMEMUSER earlier in m_sunos5.c. This should
57 fix the compilation problem with gnu 2.7.2.3, obviating the need
58 for the fixinc.svr4 patch, but hopefully will not affect anything
59 else.
60 Added -DORDER to m_sunos4mp.c
61
62Tue Nov 18 1997 - wnl (3.5beta7)
63 Added gcc 2.7.2.3 patch for fixinc.svr4 and changed INSTALL and
64 FAQ to refer to it.
65 Added NetBSD HP9000 fix. Hopefully it doesn't break other
66 NetBSD platforms.
67
68Fri Oct 24 1997 - wnl (3.5beta7)
69 Modified m_dcosx.c to change uses of procdir to xprocdir, avoiding
70 a name clash with an include file (Bryn Parrott)
71
72Sat Oct 11 1997 - wnl (3.5beta6)
73 Incorporated Casper's patches for Solaris 2.6 and for the multi-
74 processor bug ("kstat finds too many cpus").
75
76Sun Jan 20 1996 - wnl (3.5beta5)
77 Fixed Casper's m_sunos5 module: there was a poor interaction with
78 his use of OSREV and SunOS 5.5.1.
79
80Fri Dec 20 1996 - wnl (3.5beta4)
81 Replaced m_sunos5 with a reworked version by Casper Dik. This one
82 should work under 2.6 and may not require that top be run setuid
83 to root under 2.5 or 2.6. This also fixed a bug in m_sunos5 that
84 was introduced in beta3.
85 Fixed calculation of OSREV in Configure.
86
87Wed Nov 20 1996 - wnl (3.5beta3)
88 Incorporated contributed fixes to: bsdos2, irix62, freebsd20,
89 ultrix4, sunos5. Changed calculation of swap area in sunos5 (now
90 uses swapctl). sunos5 now understands idled processors. Changed
91 Configure to determine os revision using uname (when available)
92 and adding it to machine.c compiliation in Makefile as -DOSREV.
93 Changed calls to "exit" in modules to use "quit" instead.
94
95Oct 20 1996 - wnl (3.5beta3)
96 Removed "time" from list of ordering choices: there's no easy way
97 to get cpu time for all processes (it's in the u area).
98
99Fri Oct 18 1996 - wnl (3.5beta3)
100 hpux10 and hpux9: using a better means for determining when a
101 process is idle.
102 decosf1 now includes utils.h.
103
104Fri Sep 13 1996 - wnl (3.5beta2)
105 Fixed Configure to build Make.desc in such a way that doesn't
106 require a long argument to sed.
107
108Thu Sep 12 1996 - wnl (3.5beta2)
109 Fixed bug in display.c that affected empty cpustate names.
110 Created hpux1010 module - a variant of hpux10 that does not use
111 struct proc or struct user (suitable for HP/UX 10.10).
112
113Wed Sep 11 1996 - wnl (3.5beta2)
114 Changes to sunos5 module: Removed WCPU column since it is meaningless
115 on a SVR4-based system. Added THR column to show number of threads
116 for each process. This was not straightforward: the information is
117 not stored in prpsinfo but rather in prstatus.
118
119Tue Sep 10 1996 - wnl (3.5beta1)
120 Added patches for sunos4mp to provide order support.
121 Added irix62 module.
122 Changed prime.c to include stdio.h for printf prototype.
123 Added conditional code to os.h and utils.c to handle systems
124 where sys_errlist is defined in stdio.h (such as NetBSD).
125
126Mon Sep 09 1996 - wnl (3.5beta1)
127 Removed tar and shar rules from Makefile.X -- don't need them anymore.
128 Added -v option to display version number. Updated man page.
129
1Thu Aug 29 1996 - wnl (3.4)
2 Replaced modules (from Tim Pugh): next 32, next40.
3 Fixed bug in username.c: hashing negative uids.
4
5Thu Aug 22 1996 - wnl (3.4beta3)
6 Patched modules: ultrix4, sunos4, sunos5, utek, decosf1, irix5.
7 Added modules: next40, next32.
8 Fixed procstates update bug in display.c.

--- 495 unchanged lines hidden ---
130Thu Aug 29 1996 - wnl (3.4)
131 Replaced modules (from Tim Pugh): next 32, next40.
132 Fixed bug in username.c: hashing negative uids.
133
134Thu Aug 22 1996 - wnl (3.4beta3)
135 Patched modules: ultrix4, sunos4, sunos5, utek, decosf1, irix5.
136 Added modules: next40, next32.
137 Fixed procstates update bug in display.c.

--- 495 unchanged lines hidden ---