summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* build-sys: default to new sys-utils/mount.c, add --enable-deprecated-mountKarel Zak2012-06-261-5/+5
* tunelp: check fstat return code [coverity scan]Karel Zak2012-06-211-1/+2
* lib/loopdev: use warn_unused_result forimportant functionsKarel Zak2012-06-211-6/+21
* lscpu: fix compiler warning [-Wsign-compare]Karel Zak2012-06-191-1/+1
* Merge branch '2012wk24' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-198-43/+133
|\
| * lscpu: values in /proc/bus/pci/devices are always unsignedSami Kerola2012-06-171-1/+1
| * setarch: disallow unknown command line optionsSami Kerola2012-06-171-1/+6
| * mount: (new) use exclusive_option()Sami Kerola2012-06-171-7/+28
| * dmesg: use exclusive_option()Sami Kerola2012-06-171-6/+18
| * wdctl: correct manual section referenceSami Kerola2012-06-171-1/+1
| * wdctl: use exclusive_option()Sami Kerola2012-06-171-3/+10
| * prlimit: use exclusive_option()Sami Kerola2012-06-171-6/+10
| * lscpu: use exclusive_option()Sami Kerola2012-06-171-8/+21
| * losetup: use exclusive_option()Sami Kerola2012-06-171-6/+20
| * chcpu: use exclusive_option()Sami Kerola2012-06-171-4/+18
* | mount: (new) add note about unsupported 'ignore' fstype to fstab.5Karel Zak2012-06-191-7/+10
|/
* Merge branch '2012wk23' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-152-3/+11
|\
| * eject: inform if CD-ROM drive is not readySami Kerola2012-06-111-0/+8
| * setarch: do not use -1 as array index [cppcheck]Sami Kerola2012-06-091-3/+3
* | setsid: fix off-by-one error in execvp callBernhard Voelker2012-06-151-1/+1
* | flock: user-configurable exit codeJan \"Yenya\" Kasprzak2012-06-152-13/+32
* | mount: (new) allow sloppy for non-rootKarel Zak2012-06-141-1/+1
* | eject: cleanup umount codeKarel Zak2012-06-131-19/+19
* | eject: don't try to use non-device pathKarel Zak2012-06-131-1/+8
* | eject: add --no-partitions-unmountKarel Zak2012-06-132-29/+50
* | losetup: warn about backing file sizeKarel Zak2012-06-121-2/+25
|/
* Merge branch '2012wk22' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-056-147/+183
|\
| * docs: clean up dmesg.1 manualSami Kerola2012-06-021-68/+86
| * docs: clean up chcpu.8 manualSami Kerola2012-06-021-42/+53
| * docs: fix all man page groff warningsSami Kerola2012-06-023-7/+7
| * docs: clean up wdctl.8 manualSami Kerola2012-06-021-30/+37
* | dmesg: fix typo in man pageKarel Zak2012-06-051-1/+1
|/
* setsid: Include <sys/ioctl.h> instead of <termio.h>.Thomas Schwinge2012-05-291-1/+1
* mount: (new) fix MS_REC usageKarel Zak2012-05-281-1/+1
* libmount: add MNT_ERR_MOUNTOPTKarel Zak2012-05-281-0/+6
* mount: (new) add loopdev specific error messageKarel Zak2012-05-281-3/+12
* losetup: more verbose failed setup error mesageKarel Zak2012-05-281-1/+3
* wdctl: add --onelineKarel Zak2012-05-222-12/+62
* wdctl: allow to specify more than one deviceKarel Zak2012-05-222-43/+51
* wdctl: add --flags-only and optional column DEVICEKarel Zak2012-05-182-4/+19
* eject: allow to address device by LABEL/UUIDKarel Zak2012-05-182-3/+8
* sys-utils: cleanup strtoxx_or_err()Karel Zak2012-05-159-27/+19Star
* include: rename writeall.h to all-io.hPetr Uzel2012-05-151-1/+1
* build-sys: add BUILD_WDCTL, check for linux/watchdog.hKarel Zak2012-05-041-0/+2
* wdctl: add man pageKarel Zak2012-05-042-0/+51
* wdctl: make timeouts output more parsableKarel Zak2012-05-041-33/+7Star
* wdctl: rewrite to use lib/ttKarel Zak2012-05-032-93/+373
* wdctl: align with other util-linux commandsSami Kerola2012-05-031-3/+7
* build-sys: add swapon-common.h to swapon sources (fix distcheck)Petr Uzel2012-04-271-0/+1
* mount: (new) use MNT_ERR_ for error messagesKarel Zak2012-04-241-14/+13Star