util-linux/schedutils
Sami Kerola 2e31d1c3a5 chrt: validate priority before trying to use it
Earlier message:

$ chrt -i 1 ls
chrt: failed to set pid 0's policy: Invalid argument

basically told 'something failed', while the new one tries to be more
helpful.

$ chrt -i 1 ls
chrt: unsupported priority value for the policy: 1: see --max for valid range

Addresses: https://bugs.debian.org/791707
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2016-04-13 12:29:16 +02:00
..
Makemodule.am build-sys: add BUILD_CHRT 2014-05-21 13:35:01 +02:00
chrt.1 chrt: remove duplicate words and tweak some phrasings in the man page 2016-03-17 12:18:52 +01:00
chrt.c chrt: validate priority before trying to use it 2016-04-13 12:29:16 +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: drop the duplicate docstring 2015-01-26 11:22:12 +01:00
taskset.1 taskset: fix description of `-c` option in the man page 2016-03-07 15:11:06 +01:00
taskset.c textual: add a docstring to most of the utilities 2015-01-06 11:27:38 +01:00