]> mj.ucw.cz Git - ywho.git/blob - ChangeLog
Released as version 1.12
[ywho.git] / ChangeLog
1 2010-08-20  Martin Mares  <mj@ucw.cz>
2
3         * Released as version 1.12.
4
5         * Changed the first line of output, which was too cluttered
6           by the long descriptions of recent CPU's. The CPU description
7           has been replaced by just the number of CPU's (cores).
8           The UE time has been removed.
9
10         * Host name has been added to the first line.
11
12         * System run time is now reported correctly on SMP machines.
13
14 2003-01-13  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
15
16         * Released as version 1.11.
17
18         * ywho.c (LEFTSIZE): Forgot the old value of this constant when
19         changing design, causing incorrect truncation of long command lines.
20
21 2002-07-06  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
22
23         * Released as version 1.10.
24
25         * ywho.c (solve): Rewritten the logic for determining commands
26         run by users. Session ID's are no longer honored as they change
27         within a single login session if you use some configurations of
28         GNU screen or OpenSSH with privilege separation. Now we use one
29         of maximum depth leaves in the process tree rooted at the login
30         process mentioned in utmp. Also, cleaned up rest of the solving
31         function, so it's less hairy.
32
33         * ywho.c: Renamed "usr" fields to "uid" and some other cleanups.
34
35         * ywho.c (readproc): Avoid using uninitialized memory if reading
36         of process status fails.
37
38         * ywho.c: Sanitized debugging dumps.
39
40 2002-07-05  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
41
42         * ywho.c (readproc): Record names of swapped-out processes as well.
43
44         * Split the package to ywho and nwho.
45
46 2001-02-06  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
47
48         * Released as version 1.9.
49
50         * ywho.c: Killed a Y2K bug. Lots of cosmetic changes.
51         (readutmp): Better formatting of tty names.
52
53         * nwho.c, nwhod.c, net.h: Pass longer tty names. Unfortunately
54         this required a change of packet format, hence addition of magic
55         numbers at the start of the packet.
56
57 Sun Mar 28 22:39:37 1999  Martin Mares  <mj@albireo.ucw.cz>
58
59         * ywho.c: Miscellaneous fixes based on bug reports and patch
60         fragments by Jan Kratochvil <short@ucw.cz> and Pavel Troller
61         <patrol@sinus.cz>. These include support for glibc wide utmp
62         records, dynamic listing sizing, /dev/pts, all-kernel-versions
63         CPU type formatter and several minor fixes not worth mentioning.
64
65 Fri Oct  2 23:33:13 1998  Martin Mares  <mj@albireo.ucw.cz>
66
67         * ywho.c (readutmp): Idle time should be based on atime.
68
69 Fri Oct 17 18:14:18 1997  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
70
71         * nwho.c (show_users): Problems with long user names hopefully gone.
72
73 Tue Sep 30 16:52:44 1997  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
74
75         * nwho.c (scan): <= instead of < was causing invalid messages
76         about invalid records.
77         (show_uptime): Also shows number of users logged in.
78
79 Fri Sep 26 23:45:57 1997  Martin Mares  <mj@albireo.mj.gts.cz>
80
81         * Added nwhod, nwho and nuptime. Released as version 1.8.
82
83 Ancient history:
84
85  *      1.3 (16-09-96) - idle derived from atime instead of mtime.
86  *                     - displaying of current command fixed.
87  *      1.4 (09-05-97) - "mesg n" state now based on group write
88  *      1.5 (13-07-97) - correctly parses 2.1.X /proc/meminfo
89  *                     - source re-indented
90  *                     - fixed zombie detector
91  *                     - changed rules for kilo/mega/gigabyte printing
92  *      1.6 (29-07-97) - ignores unprintable characters in process cmdlines.
93  *      1.7 (01-09-97) - added missing newline in zombie detector.