summaryrefslogtreecommitdiff
path: root/schedutils
AgeCommit message (Expand)AuthorFilesLines
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