summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* logger: use memcpy instead of bcopyDave Reisner2012-05-291-1/+1
* logger: mark decode/pencode as staticDave Reisner2012-05-291-47/+37Star
* logger: avoid explicit fclose(stdout)Dave Reisner2012-05-291-2/+0Star
* misc-utils: cleanup unused strings.h includesmaximilian attems2012-05-233-3/+0Star
* findmnt: fallback to mountinfo for pollingDave Reisner2012-05-231-2/+1Star
* findmnt: reference correct manual sectionDave Reisner2012-05-231-1/+1
* blkid: stop device probing if error is detectedPetr Uzel2012-05-231-1/+4
* blkid: introduce symbolic names for different blkid exit codesPetr Uzel2012-05-231-14/+18
* blkid: use symbolic exit codePetr Uzel2012-05-231-1/+1
* Merge branch 'master' of https://github.com/jhuntwork/util-linuxKarel Zak2012-05-231-2/+2
|\
| * Remove use of __P. Its intended usage was to support pre-ANSI C compilers, bu...Jeremy Huntwork2012-05-131-2/+2
* | misc-utils: cleanup strtoxx_or_err()Karel Zak2012-05-157-22/+16Star
* | 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
|\ \ | |/ |/|