Consistent option names
[iotop.git] / THANKS
blobf318665cb18ea73dc78cecaee0fa895e6a6af874
1 Iain Lea <iain@bricbrac.de>
2     Reported spelling errors, suggested --only.
4 tropikhajma@gmail.com
5     Reported cosmetic bug: strip dirname from cmdline only on absolute paths.
7 Roland Kletzing <devzero@web.de>
8     Reported crashing bug: successfully opening /proc/PID/cmdline does not imply
9 we can read it (PID died between open() and read()).
11 Paul Wise <pabs@debian.org>
12     Started the man page.
14 Göran Uddeborg <goeran@uddeborg.se>
15     Reported that iotop was misbehaving with UTF-8 strings.
17 Ryan Lovett <ryan@stat.berkeley.edu>
18     Contributed a bugfix: flush the output in batch mode, so that a potential
19 output file is updated.
21 Martin Bammer <mrbm74@gmail.com>
22     Initial implementation of the --time and --quiet options.
24 Piotr Engelking <inkerman42@gmail.com>
25     Reported that iotop's ioprio_get syscall detection was buggy on 32bit
26 userspace on a x86_64 kernel.
28 Gabriel Redner <gredner@gmail.com>
29     Reported a crash were iotop could open /proc/PID/status but not read it as the process disappeared by then.
31 Jiri Olsa <jolsa@redhat.com>
32     Wrote the support for python2.4 with the ctypes module.
34 Philipp Thomas <pth@suse.de>
35     Reported that iotop produced wrong numbers in openSUSE 11.3.
37 Jakub Wilk <jwilk@debian.org>
38     Contributed syscall numbers for getting and setting IO priority on armel and hppa architectures.
40 Jeff Mahoney <jeffm@suse.com>
41     Contributed a fixed implementation of the taskstats parsing code.
43 Florian Mickler <florian@mickler.org>
44     Contributed a fixed implementation of the taskstats parsing code.