util-linux/schedutils
Masatake YAMATO bd2ff3d2d9 ionice: add the way to specify the target processes with pgid and uid
ioprio_get and ioprio_set system call accept not only process ID but
also process group ID(pgid) and user ID(uid) to specify the target
process(es).  However, ionice command accepts only process ID.  With
this patch a user can specify the target processes with pgid(-P
option) and uid(-u option).

[kzak@redhat.com: - tiny cleanup in usage()]

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-02-17 11:44:12 +01:00
..
Makemodule.am build-sys: always use default $(LDADD) 2012-07-09 16:23:51 +02:00
chrt.1 docs: standardize the phrases for --help and --version in all man pages 2013-10-15 10:28:30 +02:00
chrt.c textual: fix several typos and angular brackets in messages 2013-06-07 12:11:14 +02:00
ionice.1 ionice: add the way to specify the target processes with pgid and uid 2014-02-17 11:44:12 +01:00
ionice.c ionice: add the way to specify the target processes with pgid and uid 2014-02-17 11:44:12 +01:00
taskset.1 taskset: fix PERMISSIONS section of taskset man page 2013-12-10 11:33:54 +01:00
taskset.c schedutils: don't apply -a without -p 2013-03-26 12:37:55 +01:00