summaryrefslogtreecommitdiffstats
path: root/schedutils/chrt.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+3
* chrt: fix compiler warning [-Wmaybe-uninitialized]Karel Zak2018-02-201-1/+1
* schedutils: use errexec()Karel Zak2018-02-011-1/+1
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: never use usage(ERROR)Ruediger Meier2017-06-261-6/+8
* Use --help suggestion on invalid optionKarel Zak2016-12-191-5/+2Star
* chrt: default to SCHED_RR policyAndreas Henriksson2016-12-051-1/+1
* 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
* 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
* 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: 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: add support for SCHED_DEADLINEKarel Zak2016-01-201-24/+92
* 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
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-1/+1
* textual: use manual tail usage() macroSami Kerola2014-10-011-0/+1
* textual: use version printing macro everywhereSami Kerola2014-10-011-2/+1Star
* textual: make the license of chrt and taskset slightly more explicitBenno Schulenberg2014-08-201-6/+4Star
* 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-051-2/+2
* translation: unify exec error messagesSami Kerola2013-02-061-1/+0Star
* textual: gettextize several overlooked messagesBenno Schulenberg2013-01-251-2/+2
* textual: fix typos in messagesYuri Chornoivan2012-09-041-1/+1
* schedutils: cleanup strtoxx_or_err()Karel Zak2012-05-151-2/+2
* schedutils: verify writing to streams was successfulSami Kerola2012-04-041-1/+2
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* chrt: add comment to keep static analysers happyKarel Zak2012-01-311-0/+1
* chrt: silently ignore -R if unsupportedKarel Zak2011-08-021-2/+2
* chrt: add strings to use NLSSami Kerola2011-07-211-3/+3
* chrt: coding style fixSami Kerola2011-07-211-20/+26
* chrt: data type compiler warning fixedSami Kerola2011-07-211-1/+1
* chrt: clarify use of -a optionDavidlohr Bueso2011-05-171-1/+1
* chrt: allow to use --all-tasks when retrieve infoKarel Zak2011-05-051-4/+14
* chrt: make threads awareDavidlohr Bueso2011-05-051-4/+26
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+0Star
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-231-3/+3
* chrt: Add noreturn attribute to show_usage() functionMarek Polacek2010-10-291-1/+1