aboutsummaryrefslogtreecommitdiffstats
path: root/schedutils
AgeCommit message (Expand)AuthorFilesLines
2015-01-26chrt: add note about zero priority for IDLE and BATCHKarel Zak1-2/+2
2015-01-26Merge branch 'opts' of https://github.com/jwpi/util-linuxKarel Zak1-2/+2
2015-01-26ionice: drop the duplicate docstringBenno Schulenberg1-2/+0
2015-01-20docs: restore minus symbols in long optsJ William Piggott1-2/+2
2015-01-12docs: remove obsolete and unneeded comments from man-page filesBenno Schulenberg2-6/+0
2015-01-06textual: add a docstring to most of the utilitiesBenno Schulenberg3-1/+8
2014-10-01textual: use manual tail usage() macroSami Kerola2-1/+2
2014-10-01textual: use version printing macro everywhereSami Kerola2-4/+2
2014-08-20docs: bring the chrt and taskset man pages closer to standard formattingBenno Schulenberg2-67/+68
2014-08-20textual: make the license of chrt and taskset slightly more explicitBenno Schulenberg2-9/+6
2014-08-20docs: make the man-page licenses of chrt and taskset match their intentBenno Schulenberg2-6/+4
2014-05-21build-sys: add BUILD_CHRTKarel Zak1-4/+2
2014-05-06textual: slice up and standardize the usage text of ioniceBenno Schulenberg1-27/+27
2014-05-06ionice: add a missing error messageBenno Schulenberg1-0/+1
2014-02-17ionice: add the way to specify the target processes with pgid and uidMasatake YAMATO2-22/+74
2014-01-15ionice: Fix output for case ioclass==0Michael Bunk1-1/+1
2013-12-10taskset: fix PERMISSIONS section of taskset man pageRik van Riel1-2/+3
2013-10-15docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg3-3/+3
2013-06-07textual: fix several typos and angular brackets in messagesBenno Schulenberg1-1/+1
2013-04-05chrt: make command syntax easier to understand in usage()Sami Kerola2-5/+10
2013-03-26schedutils: don't apply -a without -pDaniel Stodden1-1/+1
2013-03-04ionice: keep output backwardly compatibleKarel Zak1-1/+1
2013-02-06translation: unify exec error messagesSami Kerola3-3/+2
2013-01-25textual: gettextize several overlooked messagesBenno Schulenberg3-5/+5
2013-01-25textual: tag two bug messages as "internal error"Benno Schulenberg1-2/+1
2012-09-04textual: fix typos in messagesYuri Chornoivan1-1/+1
2012-07-09build-sys: always use default $(LDADD)Karel Zak1-3/+3
2012-06-26build-sys: cleanup .gitignore filesKarel Zak1-3/+0
2012-06-26build-sys: convert lib/ to libcommon.laKarel Zak1-17/+6
2012-06-26build-sys: convert schedutils/ to moduleKarel Zak2-23/+33
2012-05-15schedutils: cleanup strtoxx_or_err()Karel Zak3-10/+10
2012-04-04schedutils: verify writing to streams was successfulSami Kerola3-1/+6
2012-02-28build-sys: enhance readability of the autotools filesSami Kerola1-1/+4
2012-02-24docs: corrections to FSF license files, and postal addressSami Kerola4-14/+12
2012-02-08taskset: use appropriate variable type [cppcheck]Sami Kerola1-1/+1
2012-01-31chrt: add comment to keep static analysers happyKarel Zak1-0/+1
2011-11-03build-sys: cleanup BUILD_SCHEDUTILSKarel Zak1-4/+2
2011-08-31Merge branch 'chcpu' of git://git.kernel.org/pub/scm/linux/kernel/git/heiko/u...Karel Zak1-1/+1
2011-08-29ionice: adjust synopsis and wording and formatting on the man pageBenno Schulenberg1-27/+29
2011-08-22docs: uniformize the header and footer lines in man pagesBenno Schulenberg3-7/+7
2011-08-15cpuset: add option to allow cpulist_parse() to failHeiko Carstens1-1/+1
2011-08-08ionice: slightly improve grammar, spacing and consistency of man pageBenno Schulenberg1-37/+35
2011-08-08taskset: adjust style of man pageBenno Schulenberg1-7/+7
2011-08-08chrt: adjust style of man page, alphabetize option -pBenno Schulenberg1-28/+32
2011-08-02chrt: silently ignore -R if unsupportedKarel Zak1-2/+2
2011-08-01ionice: fix compiler warnings [-Wsign-compare]Karel Zak1-2/+2
2011-07-29misc: use unsigned int for bit-filedsKarel Zak1-1/+1
2011-07-22ionice: make -t more tolerantKarel Zak1-5/+11
2011-07-22ionice: allow to use names for -c <class>Karel Zak2-14/+37
2011-07-22ionice: improve command line interpretationKarel Zak2-19/+33
2011-07-21chrt: add strings to use NLSSami Kerola1-3/+3
2011-07-21taskset: coding style fixesSami Kerola1-17/+17
2011-07-21taskset: include-what-you-use header checkSami Kerola1-0/+3
2011-07-21docs: mention long options in ionice.1Sami Kerola1-16/+28
2011-07-21ionice: coding style fixesSami Kerola1-5/+4
2011-07-21ionice: fix -V outputSami Kerola1-1/+1
2011-07-21ionice: fix -pKarel Zak1-2/+6
2011-07-21ionice: IOPRIO_PRIO_* macrosKarel Zak1-23/+30
2011-07-21ionice: add long optionsSami Kerola1-16/+38
2011-07-21chrt: coding style fixSami Kerola1-20/+26
2011-07-21chrt: data type compiler warning fixedSami Kerola1-1/+1
2011-06-20build-sys: move BUILD_SCHEDUTILS to top-level MakefileKarel Zak1-4/+0
2011-05-17chrt: clarify use of -a optionDavidlohr Bueso1-1/+1
2011-05-11taskset: make threads awareDavidlohr Bueso2-47/+103
2011-05-11taskset: use xalloc libDavidlohr Bueso1-3/+2
2011-05-10chrt.1: fix grammarDavidlohr Bueso1-1/+1
2011-05-05chrt: allow to use --all-tasks when retrieve infoKarel Zak2-5/+16
2011-05-05chrt: make threads awareDavidlohr Bueso3-5/+30
2011-03-03move struct option to .rodataKarel Zak2-2/+2
2011-02-14build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen3-5/+2
2011-02-08schedutils: remove unneeded header filesDavidlohr Bueso2-5/+0
2011-01-17schedutils: fix typosDavidlohr Bueso2-2/+2
2010-11-30rename util-linux-ng back to util-linuxKarel Zak3-6/+6
2010-11-23lib: [strutils] general purpose string handling functionsDavidlohr Bueso6-53/+12
2010-10-29chrt: Add noreturn attribute to show_usage() functionMarek Polacek1-1/+1
2010-09-30taskset: proper numbers parsingKarel Zak6-35/+61
2010-06-15chrt: add --verbose to man page, correct -V for --version, alphabetizeBenno Schulenberg1-13/+16
2010-06-15chrt: slice help text into manageable chunks for translatorsBenno Schulenberg1-6/+13
2010-06-15chrt: change two messages into four translatable sentencesBenno Schulenberg1-6/+14
2010-06-14build-sys: minor changes for GNU/HurdSamuel Thibault1-0/+10
2010-06-01taskset: move NR_CPUS determination to lib/cpuset.cKarel Zak1-36/+3
2010-06-01taskset: add NLS support, use err.h, cleanupKarel Zak1-101/+78
2010-06-01taskset: use libc based cpu_set_tKarel Zak1-35/+47
2010-06-01taskset: move bitmap routines to lib/cpuset.cKarel Zak2-237/+2
2010-05-06ionice: non-cryptic error message when ionice can't execvpÆvar Arnfjörð Bjarmason1-1/+1
2010-03-14ionice: fix typoPierre Hauweele1-1/+1
2010-02-02chrt: add --reset-on-forkKarel Zak2-2/+30
2010-02-02chrt: add support for SCHED_RESET_ON_FORKAdrian Knoth1-0/+11
2009-12-10po: fix msgid bugsKarel Zak1-1/+1
2009-11-18ionice: add a note about none class and CFQKarel Zak1-5/+10
2009-10-16chrt: use c.hKarel Zak1-4/+1
2009-08-17ionice.1: formattingPeter Breitenlohner1-13/+17
2009-07-04build-sys: rename to _execdirKarel Zak1-3/+3
2009-05-27ionice: Allow setting the none classJakob Unterwurzacher2-3/+6
2009-05-07chrt: don't assume SCHED_BATCH and SCHED_IDLE existAurelien Jarno2-4/+27
2009-04-23ionice: change Jens Axboe's emailKarel Zak2-2/+2
2009-04-23chrt: add a comment about non POSIX 1003.1b attributes in chrt.1Aurelien Jarno1-0/+8
2009-02-03chrt: output buglet when reporting scheduling classKarel Zak1-0/+1
2009-02-02ionice: fix typo in manpageKarel Zak1-2/+2
2009-01-22ionice: a little cleanup of "none" descriptionKarel Zak1-10/+8
2009-01-16ionice: Extend the man page to explain the "none" class and cpu-nice inheritanceJakob Unterwurzacher1-4/+12
2008-09-23chrt: add NLS support, clean error messages and return codesKarel Zak1-105/+69
2008-09-23chrt: support CFS SCHED_IDLE priority and document itMartin Steigerwald2-3/+33
2008-09-06ionice: add strtol() checks, cleanup usage text and man pageKarel Zak2-21/+45
2008-09-05ionice: let -p handle multiple PIDsStephan Maka2-30/+57
2008-08-14ionice: cleanup error messages, add NLS supportKarel Zak1-25/+29
2008-08-14ionice: cleanup man pageKarel Zak1-24/+17
2008-06-16ionice: add -t optionLubomir Kundrak2-4/+15
2008-04-28ionice: update man page to reflect IDLE class change in 2.6.25Karel Zak1-2/+3
2008-04-14build-sys: ignore a bunch of generated files, mostly binariesJames Youngman1-0/+3
2007-12-17build-sys: use dist_man_MANS instead of man_MANSStepan Kasal1-3/+3
2007-09-20ionice: add a note about permissions to ionice.1Karel Zak1-2/+4
2007-09-20build-sys: remove hardcoded _GNU_SOURCEKarel Zak2-4/+0
2007-09-20build-sys: unify method for checking system calls and fallback handlingMike Frysinger2-34/+9
2007-08-27ionice: clean up error handlingMatthias Koenig1-7/+12
2007-08-27taskset: check for existence of sched_getaffinityMike Frysinger1-2/+7
2007-08-15man-pages: cleanup of chrt.1 and taskset.1LaMont Jones2-12/+28
2007-07-25ionice: cleanup usage for idle classMatthias Koenig1-4/+9
2007-07-16schedutils: fix chrt docs and pid=0 usageMatthias Koenig2-7/+9
2007-07-16ionice: prefer SYS_ioprio_{set,get} from glibc to hardcoded versionKarel Zak1-26/+33
2007-07-03man pages: add "AVAILABILITY" sectionKarel Zak3-4/+10
2007-07-02ionice: fix ionice build on sparcDavid Miller1-0/+3
2007-06-19taskset: independent of hardcoded NR_CPUS max.Cliff Wickman1-33/+168
2007-04-11schedutils: define SCHED_BATCH when compile with old glibcKarel Zak2-2/+11
2007-01-16schedutils: add support for SCHED_BATCHKarel Zak2-6/+27
2007-01-16schedutils: remove extra hyptens from man pagesKarel Zak2-2/+2
2007-01-03build-sys: remove generated autotools stuff from gitKarel Zak1-552/+0
2006-12-07Imported from util-linux-2.13-pre6 tarball.v2.13-pre6Karel Zak1-1/+1
2006-12-07Imported from util-linux-2.13-pre4 tarball.v2.13-pre4Karel Zak1-0/+2
2006-12-07Imported from util-linux-2.13-pre3 tarball.v2.13-pre3Karel Zak1-2/+2
2006-12-07Imported from util-linux-2.13-pre2 tarball.v2.13-pre2Karel Zak4-104/+45
2006-12-07Imported from util-linux-2.13-pre1 tarball.v2.13-pre1Karel Zak8-0/+1606