summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* build-sys: cleanup .gitignore filesKarel Zak2012-06-261-20/+0Star
* build-sys: convert lib/ to libcommon.laKarel Zak2012-06-261-32/+10Star
* build-sys: move getopt to misc-utils/Karel Zak2012-06-265-0/+1038
* build-sys: convert misc-utils/ to moduleKarel Zak2012-06-262-180/+191
* whereis: cleanup man page, add note about $PATHKarel Zak2012-06-261-38/+28Star
* lsblk: check sysfs_read_u64 return code [coverity scan]Karel Zak2012-06-211-2/+3
* lsblk: check ioctl result [coverity scan]Karel Zak2012-06-211-1/+2
* lsblk: fix usage, improve exclude/include lists parsingKarel Zak2012-06-191-8/+17
* lsblk: add --include optionKarel Zak2012-06-192-13/+66
* Merge branch '2012wk24' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-194-39/+64
|\
| * wipefs: use exclusive_option()Sami Kerola2012-06-171-3/+10
| * lsblk: use exclusive_option()Sami Kerola2012-06-171-12/+20
| * findmnt: use exclusive_option()Sami Kerola2012-06-171-16/+22
| * blkid: use exclusive_option()Sami Kerola2012-06-171-8/+12
* | lsblk: permit option --exclude more than onceBernhard Voelker2012-06-191-4/+2Star
|/
* lsblk: use fallback for TYPEKarel Zak2012-06-151-2/+7
* lsblk: use blkdev_scsi_type_to_name()Sami Kerola2012-06-112-18/+4Star
* wipefs: use symbolic value for markup modeSami Kerola2012-06-111-3/+8
* build: fix redundant redeclaration warningsSami Kerola2012-06-111-3/+0Star
* uuidd: use output redirection which works [checkbashisms]Sami Kerola2012-06-111-1/+1
* blkid: fix realloc memory leak [cppcheck]Sami Kerola2012-06-111-1/+3
* 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