summaryrefslogtreecommitdiff
path: root/misc-utils
AgeCommit message (Expand)AuthorFilesLines
2012-05-29logger: use memcpy instead of bcopyDave Reisner1-1/+1
2012-05-29logger: mark decode/pencode as staticDave Reisner1-47/+37
2012-05-29logger: avoid explicit fclose(stdout)Dave Reisner1-2/+0
2012-05-23misc-utils: cleanup unused strings.h includesmaximilian attems3-3/+0
2012-05-23findmnt: fallback to mountinfo for pollingDave Reisner1-2/+1
2012-05-23findmnt: reference correct manual sectionDave Reisner1-1/+1
2012-05-23blkid: stop device probing if error is detectedPetr Uzel1-1/+4
2012-05-23blkid: introduce symbolic names for different blkid exit codesPetr Uzel1-14/+18
2012-05-23blkid: use symbolic exit codePetr Uzel1-1/+1
2012-05-23Merge branch 'master' of https://github.com/jhuntwork/util-linuxKarel Zak1-2/+2
2012-05-15misc-utils: cleanup strtoxx_or_err()Karel Zak7-22/+16
2012-05-15include/ttyutils: more robust get_terminal_width()Karel Zak1-2/+4
2012-05-15blkid: use get_terminal_width() from ttyutils.hPetr Uzel1-28/+1
2012-05-15libuuid: move read_all to include/all-io.hPetr Uzel1-24/+0
2012-05-15include: rename writeall.h to all-io.hPetr Uzel2-2/+2
2012-05-15lsblk: improve man page wordingPetr Uzel1-2/+2
2012-05-13Remove use of __P. Its intended usage was to support pre-ANSI C compilers, bu...Jeremy Huntwork1-2/+2
2012-05-10libuuid: avoid double open and leaking fd (reworked)Petr Uzel1-2/+2
2012-05-10lslocks: fix bracket indentationDavidlohr Bueso1-1/+1
2012-05-04uuidd: remove unnecessary variablesKarel Zak1-22/+16
2012-05-04libuuid: avoid double open and leaking descriptorPetr Uzel1-2/+2
2012-05-04uuidd: introduce uuidd_cxt to pass arguments to server loopPetr Uzel1-20/+36
2012-05-04uuidd: add systemd unit filesPetr Uzel4-2/+27
2012-05-04uuidd: do not drop privilegesPetr Uzel1-31/+1
2012-05-04uuidd: print all debugging information to stderrPetr Uzel1-14/+15
2012-05-04uuidd: implement --socket-activation optionPetr Uzel5-44/+914
2012-05-04uuidd: factor out socket creation into separate functionPetr Uzel1-28/+46
2012-05-04uuidd: implement --no-fork optionPetr Uzel2-6/+15
2012-05-04uuidd: use ignore_result helperPetr Uzel1-3/+2
2012-05-04uuidd: implement --no-pid optionPetr Uzel2-12/+39
2012-05-04uuidd: factor out pidfile creation into separate functionPetr Uzel1-14/+34
2012-05-04uuidd: remove useless initialization of cleanup_socketPetr Uzel1-1/+0
2012-05-04uuidd: use UUIDD_OP_GETPID instead of magic numberPetr Uzel1-2/+2
2012-05-03lsblk: fix /sys/.../ro usageKarel Zak1-1/+1
2012-05-03lslock: remove duplicate variableKarel Zak1-2/+0
2012-04-27findmnt: restrict within-device matchingKarel Zak1-26/+35
2012-04-27findmnt: fix compiler warnings [-Wuninitialized]Petr Uzel1-1/+1
2012-04-26findmnt: add match_by_file to do within-device matchingDave Reisner1-2/+26
2012-04-26lsblk: remove private \x<hex> coding, decode data from udevKarel Zak3-39/+15
2012-04-26findmnt: add note about \x<hex> to man pageKarel Zak1-2/+2
2012-04-25findmnt: add support for maj:min sourceKarel Zak2-8/+49
2012-04-23Fix typos found by misspellingsBernhard Voelker2-2/+2
2012-04-20namei: fix relative symlinks evaluationKarel Zak1-3/+10
2012-04-19lsblk: add support for PARTUUID= and PARTLABEL=Karel Zak1-6/+39
2012-04-19findmnt: add support for PARTUUID= and PARTLABEL=Karel Zak2-26/+24
2012-04-19blkid: add docs about PARTUUID= and PARTLABEL=Karel Zak1-4/+4
2012-04-16cal: Fix building under uClibc.James Le Cuirot1-1/+1
2012-04-11Merge branch 'close_stream' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak17-8/+35
2012-04-05Merge branch 'eject'Karel Zak2-2/+1
2012-04-05eject: use BUILD_EJECT, move to sys-utilsKarel Zak4-1247/+0