summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* flock: align with howto-usage-function.txtSami Kerola2011-09-291-15/+16
* flock: use libc error printing facilitiesSami Kerola2011-09-291-43/+22Star
* flock: move long_options struct to function scopeSami Kerola2011-09-291-14/+14
* flock: fix coding styleSami Kerola2011-09-291-280/+282
* docs: align fallocate.1 with howto-man-page.txtSami Kerola2011-09-291-10/+16
* tests: add loopdev libmount testKarel Zak2011-09-291-0/+12
* libmount: support {offset,sizelimit}= foor loopdevsKarel Zak2011-09-291-18/+51
* libmount: add function to parse offsets/sizesKarel Zak2011-09-293-11/+25
* 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-2721-79/+55Star
* docs: update TODOPetr Uzel2011-09-271-4/+0Star
* sfdisk: warn if partition exceeds partition table limitsPetr Uzel2011-09-271-3/+41
* sfdisk: use unsigned long long to internally represent sector numberPetr Uzel2011-09-271-29/+29
* sfdisk: introduce get_ull() functionPetr Uzel2011-09-271-0/+38
* sfdisk: get_disksize() returns long longPetr Uzel2011-09-271-3/+3
* sfdisk: make the cylinder boundary check less fatalPetr Uzel2011-09-271-2/+4
* sfdisk: fix weird indentation in msdos_partition()Petr Uzel2011-09-271-6/+5Star
* sfdisk: file descriptor is of int typePetr Uzel2011-09-271-1/+1
* blkid: fix unfinished sentence for -l option in blkid.8Dave Reisner2011-09-271-1/+1
* uuidd: Add missing break to option case statementEric Sandeen2011-09-271-0/+1
* libmount: fix use of logical '&&' with constant operandFrancesco Cosoleto2011-09-272-2/+2
* lib,loopdev: fix use of logical '&&' with constant operandFrancesco Cosoleto2011-09-271-2/+2
* flock: make flock(1) work on NFSv4Petr Uzel2011-09-271-2/+5
* build-sys: add path.h to Makefile.amKarel Zak2011-09-271-0/+1
* 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
* lib,path: use write_all()Heiko Carstens2011-09-271-1/+2
* chcpu: convert to use lib/path.cHeiko Carstens2011-09-274-58/+46Star
* lib,path: move path access functions from lscpu into lib/path.cHeiko Carstens2011-09-274-177/+231
* 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-2717-573/+841
|\
| * docs: add non-return function and if shorthand tipsSami Kerola2011-09-171-0/+18
| * build-sys: fixes to USAGE_* macrosSami Kerola2011-09-178-18/+16Star
| * 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