Blame THANKS

Packit 88fe6f
Iain Lea <iain@bricbrac.de>
Packit 88fe6f
    Reported spelling errors, suggested --only.
Packit 88fe6f
Packit 88fe6f
tropikhajma@gmail.com
Packit 88fe6f
    Reported cosmetic bug: strip dirname from cmdline only on absolute paths.
Packit 88fe6f
Packit 88fe6f
Roland Kletzing <devzero@web.de>
Packit 88fe6f
    Reported crashing bug: successfully opening /proc/PID/cmdline does not imply
Packit 88fe6f
we can read it (PID died between open() and read()).
Packit 88fe6f
Packit 88fe6f
Paul Wise <pabs@debian.org>
Packit 88fe6f
    Started the man page.
Packit 88fe6f
Packit 88fe6f
Göran Uddeborg <goeran@uddeborg.se>
Packit 88fe6f
    Reported that iotop was misbehaving with UTF-8 strings.
Packit 88fe6f
Packit 88fe6f
Ryan Lovett <ryan@stat.berkeley.edu>
Packit 88fe6f
    Contributed a bugfix: flush the output in batch mode, so that a potential
Packit 88fe6f
output file is updated.
Packit 88fe6f
Packit 88fe6f
Martin Bammer <mrbm74@gmail.com>
Packit 88fe6f
    Initial implementation of the --time and --quiet options.
Packit 88fe6f
Packit 88fe6f
Piotr Engelking <inkerman42@gmail.com>
Packit 88fe6f
    Reported that iotop's ioprio_get syscall detection was buggy on 32bit
Packit 88fe6f
userspace on a x86_64 kernel.
Packit 88fe6f
Packit 88fe6f
Gabriel Redner <gredner@gmail.com>
Packit 88fe6f
    Reported a crash were iotop could open /proc/PID/status but not read it as the process disappeared by then.
Packit 88fe6f
Packit 88fe6f
Jiri Olsa <jolsa@redhat.com>
Packit 88fe6f
    Wrote the support for python2.4 with the ctypes module.
Packit 88fe6f
Packit 88fe6f
Philipp Thomas <pth@suse.de>
Packit 88fe6f
    Reported that iotop produced wrong numbers in openSUSE 11.3.
Packit 88fe6f
Packit 88fe6f
Jakub Wilk <jwilk@debian.org>
Packit 88fe6f
    Contributed syscall numbers for getting and setting IO priority on armel and hppa architectures.
Packit 88fe6f
Packit 88fe6f
Jeff Mahoney <jeffm@suse.com>
Packit 88fe6f
    Contributed a fixed implementation of the taskstats parsing code.
Packit 88fe6f
Packit 88fe6f
Florian Mickler <florian@mickler.org>
Packit 88fe6f
    Contributed a fixed implementation of the taskstats parsing code.
Packit 88fe6f
Packit 88fe6f
Ka-Hing Cheung <kcheung@riverbed.com>
Packit 88fe6f
    Contributed code to show custom thread names.
Packit 88fe6f
Packit 88fe6f
Igor Bazhitov <ibazhitov@parallels.com>
Packit 88fe6f
    Contributed the differentiation between total and actual I/O.