summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* lscpu: fix possibly undefined operationPetr Uzel2012-04-231-2/+4
* sys-utils: avoid duplicate reference to fstab.5Dave Reisner2012-04-231-1/+1
* Fix typos found by misspellingsBernhard Voelker2012-04-234-4/+4
* prlimit: remove bogus instructionsDavidlohr Bueso2012-04-231-2/+0Star
* eject: verify writing to streams was successfulSami Kerola2012-04-231-0/+2
* docs: move fstab.5 to sys-utils (mount/ dir is deprecated)Karel Zak2012-04-192-0/+269
* swapon: add support for PARTUUID= and PARTLABEL=Karel Zak2012-04-191-5/+7
* mount: (new) add support for PARTUUID= and PARTLABEL=Karel Zak2012-04-192-7/+16
* swapon: minor coding style changesKarel Zak2012-04-181-32/+23Star
* swapon: cleanup usage()Karel Zak2012-04-181-54/+52Star
* swapon: cleanup main()Karel Zak2012-04-181-32/+16Star
* swapoff: cleanup usage() and includesKarel Zak2012-04-181-24/+17Star
* mount: fix man page typo s/reatime/relatime/Karel Zak2012-04-181-1/+1
* swapoff: use libmount to parse fstabKarel Zak2012-04-182-53/+41Star
* swapoff: move code from swapon.c to swapoff.cKarel Zak2012-04-184-170/+222
* swapon: move generic code to swapon-common.cKarel Zak2012-04-184-86/+154
* swapon: use libmount for fstab parsing (for swapon --all)Karel Zak2012-04-181-41/+51
* mount: (new) be more pedantic about --make-*Karel Zak2012-04-182-11/+31
* swapon: use only libmount for paths/tags evealuationKarel Zak2012-04-172-20/+12Star
* swapon: use libmount for /proc/swaps parsingKarel Zak2012-04-172-101/+67Star
* mount: (new) improve error messagesKarel Zak2012-04-171-8/+7Star
* wdctl: add watchdog status toolLennart Poettering2012-04-163-1/+183
* Merge branch 'close_stream' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-04-1129-2/+60
|\
| * sys-utils: verify writing to streams was successfulSami Kerola2012-04-0429-2/+60
* | docs: eject.1: align with Documentation/howto-man-page.txtSami Kerola2012-04-101-45/+51
* | eject: close open file [cppcheck]Sami Kerola2012-04-101-0/+1
* | eject: inform why open failedSami Kerola2012-04-101-1/+1
* | eject: use CDROM_DRIVE_STATUS if available for tray togglingMike Frysinger2012-04-101-20/+32
* | eject(1): fix typo in mount(1) referenceMike Frysinger2012-04-101-1/+1
* | eject: constify arrayMike Frysinger2012-04-101-1/+1
* | Merge branch 'eject'Karel Zak2012-04-054-0/+1250
|\ \ | |/ |/|
| * eject: use BUILD_EJECT, move to sys-utilsKarel Zak2012-04-054-0/+1250
* | rtcwake: tiny coding style changeKarel Zak2012-04-021-2/+1Star
* | rtcwake: only invoke RTC_AIE_ON/OFF ioctls in pairsPaul Fox2012-04-021-1/+4
* | fstrim: add --version and align with howto-usage-function.txtSami Kerola2012-03-301-9/+12
* | fallocate: add --version and align with howto-usage-function.txtSami Kerola2012-03-301-9/+12
* | mountpoint: add --version & align with howto-usage-function.txtSami Kerola2012-03-301-7/+12
* | losetup: use strtosize_or_err()Karel Zak2012-03-301-6/+2Star
* | fstrim: use strtosize_or_err()Karel Zak2012-03-301-10/+6Star
* | docs: clarify KiB vs. KB in man pagesBernhard Voelker2012-03-303-9/+12
|/
* swapon: use directly blkid rather than fsprobe wrapperKarel Zak2012-03-272-14/+44