summaryrefslogtreecommitdiff
path: root/schedutils
AgeCommit message (Expand)AuthorFilesLines
2012-01-22Link with gnulibIgor Pashev1-0/+1
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