summaryrefslogtreecommitdiffstats
path: root/schedutils
Commit message (Expand)AuthorAgeFilesLines
* taskset: clarify that masks are always hex in man pageChris Metcalf2016-08-091-2/+11
* chrt: add fallback to be usable on kernels without sched_{get,set}attrKarel Zak2016-07-111-8/+43
* tests: add chrt testKarel Zak2016-07-111-2/+2
* ionice: clarify description of --classdataDaniel Shahaf2016-06-071-1/+1
* chrt: validate priority before trying to use itSami Kerola2016-04-131-1/+5
* chrt: make --sched-* short options to require an argumentSami Kerola2016-04-041-1/+1
* chrt: remove duplicate words and tweak some phrasings in the man pageBenno Schulenberg2016-03-171-16/+16
* taskset: fix description of `-c` option in the man pageYuriy M. Kaminskiy2016-03-071-3/+3
* chrt: restore removed ifdef SCHED_RESET_ON_FORKRuediger Meier2016-02-241-0/+4
* chrt: fix case SCHED_RRRuediger Meier2016-02-241-1/+1
* chrt: use sched_getattr()Karel Zak2016-01-201-67/+92
* chrt: make man page more structuredKarel Zak2016-01-201-70/+59Star
* chrt: add support for SCHED_DEADLINEKarel Zak2016-01-202-25/+119
* chrt: use sched_setattr() if availableKarel Zak2016-01-201-7/+66
* chrt: make usage more readableKarel Zak2016-01-191-1/+1
* chrt: set function refactoringKarel Zak2016-01-191-19/+27
* chrt: output function refactoringKarel Zak2016-01-191-16/+26
* chrt: add control structKarel Zak2016-01-191-39/+45
* chrt: slice up the usage text and normalize its layoutBenno Schulenberg2015-06-151-25/+28
* chrt: make the usage synopsis clearerBenno Schulenberg2015-06-151-1/+2
* chrt: fix --help inconsistencyKarel Zak2015-06-091-1/+1
* chrt: add note about zero priority for IDLE and BATCHKarel Zak2015-01-261-2/+2
* Merge branch 'opts' of https://github.com/jwpi/util-linuxKarel Zak2015-01-261-2/+2
|\
| * docs: restore minus symbols in long optsJ William Piggott2015-01-211-2/+2
* | ionice: drop the duplicate docstringBenno Schulenberg2015-01-261-2/+0Star
|/
* docs: remove obsolete and unneeded comments from man-page filesBenno Schulenberg2015-01-122-6/+0Star
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-063-1/+8
* textual: use manual tail usage() macroSami Kerola2014-10-012-1/+2
* textual: use version printing macro everywhereSami Kerola2014-10-012-4/+2Star
* docs: bring the chrt and taskset man pages closer to standard formattingBenno Schulenberg2014-08-202-67/+68
* textual: make the license of chrt and taskset slightly more explicitBenno Schulenberg2014-08-202-9/+6Star
* docs: make the man-page licenses of chrt and taskset match their intentBenno Schulenberg2014-08-202-6/+4Star
* build-sys: add BUILD_CHRTKarel Zak2014-05-211-4/+2Star
* textual: slice up and standardize the usage text of ioniceBenno Schulenberg2014-05-061-27/+27
* ionice: add a missing error messageBenno Schulenberg2014-05-061-0/+1
* ionice: add the way to specify the target processes with pgid and uidMasatake YAMATO2014-02-172-22/+74
* ionice: Fix output for case ioclass==0Michael Bunk2014-01-151-1/+1
* taskset: fix PERMISSIONS section of taskset man pageRik van Riel2013-12-101-2/+3
* docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg2013-10-153-3/+3
* textual: fix several typos and angular brackets in messagesBenno Schulenberg2013-06-071-1/+1
* chrt: make command syntax easier to understand in usage()Sami Kerola2013-04-052-5/+10
* schedutils: don't apply -a without -pDaniel Stodden2013-03-261-1/+1
* ionice: keep output backwardly compatibleKarel Zak2013-03-041-1/+1
* translation: unify exec error messagesSami Kerola2013-02-063-3/+2Star
* textual: gettextize several overlooked messagesBenno Schulenberg2013-01-253-5/+5
* textual: tag two bug messages as "internal error"Benno Schulenberg2013-01-251-2/+1Star
* textual: fix typos in messagesYuri Chornoivan2012-09-041-1/+1
* build-sys: always use default $(LDADD)Karel Zak2012-07-091-3/+3
* build-sys: cleanup .gitignore filesKarel Zak2012-06-261-3/+0Star
* build-sys: convert lib/ to libcommon.laKarel Zak2012-06-261-17/+6Star