summaryrefslogtreecommitdiffstats
path: root/sys-utils/chcpu.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-5/+5
* chcpu: fix memory leakKarel Zak2019-04-161-4/+5
* chcpu: use new ul_path_* APIKarel Zak2018-06-211-43/+55
* chcpu: Fix maximal number of CPUsStanislav Brabec2018-05-101-8/+8
* lscpu, chcpu: Avoid use of the old CPU macrosStanislav Brabec2018-05-101-3/+3
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-1/+1
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-271-10/+12
* misc: never use usage(stderr)Ruediger Meier2017-06-261-5/+8
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-9/+9
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* sys-utils/disk-utils/lib: fix printf format types [cppcheck]Boris Egorov2015-06-251-19/+19
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* textual: use version printing macro everywhereSami Kerola2014-10-011-2/+1Star
* chcpu: cleanup stdout/stderr usageKarel Zak2014-03-051-10/+7Star
* chcpu: cleanup return codesKarel Zak2014-03-051-22/+60
* chcpu: clean up error messagesKarel Zak2013-05-141-6/+6
* lib/path: rename functions to be more explicitKarel Zak2012-11-231-11/+11
* chcpu: use err_exclusive_options()Karel Zak2012-07-261-15/+9Star
* docs: fix typos found by misspellingsBernhard Voelker2012-07-091-2/+2
* chcpu: use exclusive_option()Sami Kerola2012-06-171-4/+18
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* chcpu: use appropriate variable type [cppcheck]Sami Kerola2012-02-081-2/+2
* chcpu: check get_max_number_of_cpus() result properlyKarel Zak2012-02-011-1/+1
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-271-8/+4Star
* chcpu: provide better user feedbackHeiko Carstens2011-09-271-11/+40
* chcpu: convert to use lib/path.cHeiko Carstens2011-09-271-57/+16Star
* chcpu,cpuset: reduce code duplication for cpu list parsingHeiko Carstens2011-09-101-12/+16
* chcpu: new toolHeiko Carstens2011-08-221-0/+337