summaryrefslogtreecommitdiffstats
path: root/sys-utils/renice.c
Commit message (Expand)AuthorAgeFilesLines
* renice: make code more readable for static analyzer [coverity scan]Karel Zak2019-05-281-1/+1
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-5/+3Star
* Fix minor typo: priorty -> priorityYuri Chornoivan2017-12-311-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: cleanup and fix --unknownopt issuesRuediger Meier2017-06-261-8/+12
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* textual: use angular brackets around each individual argumentBenno Schulenberg2014-10-011-1/+3
* renice: reorder usage() option descriptionsSami Kerola2014-09-191-6/+7
* rename: add getpriority() message lookup tableSami Kerola2014-09-191-13/+14
* renice: fix numeric uid argument parsingSami Kerola2014-09-191-4/+6
* renice: avoid having same lines of code twiceSami Kerola2014-09-191-16/+16
* renice: disallow --priority <arg> without pid argumentSami Kerola2014-09-191-4/+4
* rename: use usage and version print out macrosSami Kerola2014-09-191-9/+5Star
* renice: reorder functions to avoid need of function prototypeSami Kerola2014-09-191-33/+32Star
* renice: exit with non-zero value when arguments cause warningsSami Kerola2013-07-011-1/+3
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* renice: accept also -V for --version, and document itBenno Schulenberg2013-01-251-5/+6
* renice: correct the usage synopsis, and improve help textBenno Schulenberg2013-01-251-9/+9
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* renice: cleanup usage()Karel Zak2011-08-161-8/+7Star
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* fix __noreturn__ usageKarel Zak2010-12-101-1/+1
* renice: improve messages specifying what ID is referring toFrancesco Cosoleto2010-12-091-5/+11
* renice: rewrite usage()Karel Zak2010-11-301-12/+23
* renice: reverse %s position in error messagesFrancesco Cosoleto2010-11-301-2/+2
* renice: remove hardcoded program name using warn() and warnx()Francesco Cosoleto2010-11-301-10/+6Star
* renice: make some functions staticFrancesco Cosoleto2010-11-301-3/+3
* renice: add -n option for compatibility with POSIXKarel Zak2009-03-091-3/+9
* renice: detect errors in arguments, add -v, -h and long optionsLaMont Jones2008-01-291-23/+46
* Imported from util-linux-2.11m tarball.Karel Zak2006-12-071-7/+17
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-071-1/+1
* Imported from util-linux-2.10s tarball.Karel Zak2006-12-071-0/+1
* Imported from util-linux-2.9v tarball.Karel Zak2006-12-071-8/+17
* Imported from util-linux-2.8 tarball.Karel Zak2006-12-071-14/+3Star
* Imported from util-linux-2.7.1 tarball.Karel Zak2006-12-071-0/+5
* Imported from util-linux-2.2 tarball.Karel Zak2006-12-071-0/+128