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