summaryrefslogtreecommitdiffstats
path: root/schedutils
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-163-10/+9Star
* tastset: (man) add :N stride for CPU listsKarel Zak2019-03-291-0/+4
* man: Use the correct macro for a font change of one argumentBjarni Ingi Gislason2018-05-232-11/+11
* chrt: fix compiler warning [-Wmaybe-uninitialized]Karel Zak2018-02-201-1/+1
* schedutils: use errexec()Karel Zak2018-02-013-3/+3
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-293-6/+6
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-271-2/+3
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-273-5/+2Star
* misc: never use usage(stderr)Ruediger Meier2017-06-262-11/+16
* misc: never use usage(ERROR)Ruediger Meier2017-06-261-6/+8
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* taskset: don't use zero PID in messagesKarel Zak2017-02-101-7/+14
* Use --help suggestion on invalid optionKarel Zak2016-12-193-8/+4Star
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-193-3/+3
* docs: ionice(1): SEE ALSO: add ioprio_set(2)Michael Kerrisk2016-12-091-0/+2
* docs: taskset(1): Wording fixMichael Kerrisk2016-12-091-1/+1
* chrt: default to SCHED_RR policyAndreas Henriksson2016-12-051-1/+1
* Fix reference for scheduling discussionMichael Kerrisk (man-pages)2016-11-291-1/+1
* Place SEE ALSO entries in orderMichael Kerrisk (man-pages)2016-11-292-3/+3
* chrt: fix HAVE_SCHED_SETATTR fallback caseRuediger Meier2016-10-271-2/+3
* chrt: follow nice setting, prefer sched_setscheduler()Karel Zak2016-10-031-16/+18
* 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