summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* docs: align renice.1 with howto-man-page.txtSami Kerola2011-10-031-104/+82Star
* docs: chcpu and readprofile are sysadmin utilsSami Kerola2011-09-293-4/+3Star
* ipcrm: fix wrong subject in error messages for -m, -q, -s id optionsFrancesco Cosoleto2011-09-291-15/+8Star
* ipcrm: use ternary operator in "(key|id) failed" messageFrancesco Cosoleto2011-09-291-3/+1Star
* ipcrm: add static keyword to some functionsFrancesco Cosoleto2011-09-291-3/+3
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-272-12/+8Star
* flock: make flock(1) work on NFSv4Petr Uzel2011-09-271-2/+5
* lscpu: stricter command line parsingHeiko Carstens2011-09-271-0/+4
* lscpu: add --offline optionHeiko Carstens2011-09-272-15/+28
* lscpu: fix -e outputHeiko Carstens2011-09-271-3/+3
* chcpu: provide better user feedbackHeiko Carstens2011-09-271-11/+40
* chcpu: convert to use lib/path.cHeiko Carstens2011-09-272-58/+18Star
* lib,path: move path access functions from lscpu into lib/path.cHeiko Carstens2011-09-272-177/+25Star
* setarch: minor changes to usage()Karel Zak2011-09-271-6/+9
* pivot_root: minor changes to usage()Karel Zak2011-09-271-1/+1
* ipcs: minor changes to usage()Karel Zak2011-09-271-1/+1
* ctrlaltdel: minor changes to usage()Karel Zak2011-09-271-1/+0Star
* arch: minor changes to usage()Karel Zak2011-09-271-3/+1Star
* Merge branch 'sys-utils' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-09-2714-568/+818
|\
| * build-sys: fixes to USAGE_* macrosSami Kerola2011-09-176-13/+11Star
| * ipcrm: check IPC syscallsDavidlohr Bueso2011-09-171-22/+24
| * ipcrm: add --verbose optionSami Kerola2011-09-171-1/+14
| * ipcmk: allow high speed ipc creationSami Kerola2011-09-171-2/+4
| * ipcrm: add --all optionSami Kerola2011-09-172-3/+97
| * docs: add long options to ipcs.1 man pageSami Kerola2011-09-171-41/+60
| * docs: add long options to ipcrm.1 man pageSami Kerola2011-09-171-38/+19Star
| * docs: add long options to ipcmk.1 man pageSami Kerola2011-09-171-26/+26
| * docs: add --version to setarch.8Sami Kerola2011-09-171-6/+15
| * docs: mention long options in ctrlaltdel.8Sami Kerola2011-09-171-5/+15
| * ctrlaltdel: add version & help optionsSami Kerola2011-09-171-4/+35
| * docs: mention long options in pivot_root.8Sami Kerola2011-09-171-1/+8
| * pivot_root: add version & help optionSami Kerola2011-09-172-10/+51
| * ipcs: comment & white space clean upSami Kerola2011-09-171-86/+83Star
| * ipcs: include-what-you-use header checkSami Kerola2011-09-171-9/+11
| * ipcs: add long optionsSami Kerola2011-09-171-41/+49
| * ipcrm: include-what-you-use header checkSami Kerola2011-09-171-9/+2Star
| * ipcrm: refactor new and old main to share codeSami Kerola2011-09-172-145/+194
| * ipcrm: exit if unknown error occursSami Kerola2011-09-171-6/+4Star
| * ipcrm: add long optionsSami Kerola2011-09-121-49/+56
| * ipcmk: include-what-you-use header checkSami Kerola2011-09-121-10/+7Star
| * ipcmk: remove camel casingSami Kerola2011-09-121-20/+20
| * ipcmk: validate numeric option argumentsSami Kerola2011-09-122-2/+4
| * ipcmk: remove useless codeSami Kerola2011-09-121-28/+4Star
| * ipcmk: add long options & fix usage()Sami Kerola2011-09-121-19/+31
| * setarch: add version printingSami Kerola2011-09-101-2/+15
| * setarch: use program_invocation_short_nameSami Kerola2011-09-101-13/+2Star
| * setarch: move options struct to function scopeSami Kerola2011-09-101-21/+21
* | lscpu: add column names to --helpKarel Zak2011-09-271-17/+31
* | lscpu: gettextize two columnsKarel Zak2011-09-271-2/+2
* | lscpu: s/Y/Yes/ s/N/No/Heiko Carstens2011-09-121-3/+14
|/