summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* include/ttyutils: more robust get_terminal_width()Karel Zak2012-05-151-2/+4
* blkid: use get_terminal_width() from ttyutils.hPetr Uzel2012-05-151-28/+1Star
* libuuid: move read_all to include/all-io.hPetr Uzel2012-05-151-24/+0Star
* include: rename writeall.h to all-io.hPetr Uzel2012-05-152-2/+2
* lsblk: improve man page wordingPetr Uzel2012-05-151-2/+2
* libuuid: avoid double open and leaking fd (reworked)Petr Uzel2012-05-101-2/+2
* lslocks: fix bracket indentationDavidlohr Bueso2012-05-101-1/+1
* uuidd: remove unnecessary variablesKarel Zak2012-05-041-22/+16Star
* libuuid: avoid double open and leaking descriptorPetr Uzel2012-05-041-2/+2
* uuidd: introduce uuidd_cxt to pass arguments to server loopPetr Uzel2012-05-041-20/+36
* uuidd: add systemd unit filesPetr Uzel2012-05-044-2/+27
* uuidd: do not drop privilegesPetr Uzel2012-05-041-31/+1Star
* uuidd: print all debugging information to stderrPetr Uzel2012-05-041-14/+15
* uuidd: implement --socket-activation optionPetr Uzel2012-05-045-44/+914
* uuidd: factor out socket creation into separate functionPetr Uzel2012-05-041-28/+46
* uuidd: implement --no-fork optionPetr Uzel2012-05-042-6/+15
* uuidd: use ignore_result helperPetr Uzel2012-05-041-3/+2Star
* uuidd: implement --no-pid optionPetr Uzel2012-05-042-12/+39
* uuidd: factor out pidfile creation into separate functionPetr Uzel2012-05-041-14/+34
* uuidd: remove useless initialization of cleanup_socketPetr Uzel2012-05-041-1/+0Star
* uuidd: use UUIDD_OP_GETPID instead of magic numberPetr Uzel2012-05-041-2/+2
* lsblk: fix /sys/.../ro usageKarel Zak2012-05-031-1/+1
* lslock: remove duplicate variableKarel Zak2012-05-031-2/+0Star
* findmnt: restrict within-device matchingKarel Zak2012-04-271-26/+35
* findmnt: fix compiler warnings [-Wuninitialized]Petr Uzel2012-04-271-1/+1
* findmnt: add match_by_file to do within-device matchingDave Reisner2012-04-261-2/+26
* lsblk: remove private \x<hex> coding, decode data from udevKarel Zak2012-04-263-39/+15Star
* findmnt: add note about \x<hex> to man pageKarel Zak2012-04-261-2/+2
* findmnt: add support for maj:min sourceKarel Zak2012-04-252-8/+49
* Fix typos found by misspellingsBernhard Voelker2012-04-232-2/+2
* namei: fix relative symlinks evaluationKarel Zak2012-04-201-3/+10
* lsblk: add support for PARTUUID= and PARTLABEL=Karel Zak2012-04-191-6/+39
* findmnt: add support for PARTUUID= and PARTLABEL=Karel Zak2012-04-192-26/+24Star
* blkid: add docs about PARTUUID= and PARTLABEL=Karel Zak2012-04-191-4/+4
* cal: Fix building under uClibc.James Le Cuirot2012-04-161-1/+1
* Merge branch 'close_stream' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-04-1117-8/+35
|\
| * misc-utils: verify writing to streams was successfulSami Kerola2012-04-0417-8/+35
* | Merge branch 'eject'Karel Zak2012-04-052-2/+1Star
|\ \ | |/ |/|
| * eject: use BUILD_EJECT, move to sys-utilsKarel Zak2012-04-054-1247/+0Star
| * eject: clean up usage()Karel Zak2012-04-051-31/+33
| * eject: clean up man pageKarel Zak2012-04-051-312/+124Star
| * eject: add --force optionKarel Zak2012-04-052-3/+13
| * eject: check for hotplug/removable attributeKarel Zak2012-04-051-2/+123
| * eject: remove obsolete code, use EXIT_* macrosKarel Zak2012-03-291-28/+10Star
| * eject: improve work with partitioned devicesKarel Zak2012-03-292-103/+108
| * eject: call umount <mountpoint> rather than <device>Karel Zak2012-03-281-4/+4
| * eject: use libmount to detect if cdrom is mountedKarel Zak2012-03-282-73/+46Star
| * eject: make the code robustKarel Zak2012-03-271-7/+19
| * eject: use SG_IO ioctl for scsiKarel Zak2012-03-271-36/+35Star
| * eject: support CDIOCEJECT ioctlKarel Zak2012-03-271-0/+6