summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* lsblk: fix readlink() usageKarel Zak2011-02-181-2/+2
* libuuid: rename uuid__generate_* to __uuid_generate_*Petr Uzel2011-02-161-4/+4
* uuidd: fix manpage: libuuid(3) does not existPetr Uzel2011-02-161-1/+1
* textual: improve the wording of some error and usage messagesBenno Schulenberg2011-02-161-1/+1
* textual: fix three typos in message strings and improve consistencyBenno Schulenberg2011-02-161-1/+1
* logger: support for logging to UDP socket / remote syslog serverWUEBBELS, Josef \(Extern\)2011-02-142-4/+55
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-147-7/+4Star
* build-sys: don't build lsblk on Linux without openat()Karel Zak2011-02-111-1/+1
* partx, lsblk: fix gettext callsKarel Zak2011-02-111-1/+1
* lsblk: small grammar touches to the man pageBenno Schulenberg2011-02-081-17/+18
* blkid: dynamically allocate devicename arrayEric Sandeen2011-02-081-1/+12
* wipefs: use write_all from include/writeall.hPetr Uzel2011-02-081-18/+1Star
* uuidd: correctly report number of generated subsequent UUIDsPetr Uzel2011-02-081-2/+2
* uuidd: fix -n usagePetr Uzel2011-02-081-1/+1
* uuidd: increase connection backlog size to SOMAXCONNPetr Uzel2011-02-081-1/+1
* uuidd: use write_all from include/writeall.hPetr Uzel2011-02-081-20/+2Star
* uuidd: use die() where possiblePetr Uzel2011-02-081-6/+4Star
* uuidd: use daemon(3) library functionPetr Uzel2011-02-081-17/+2Star
* uuidd: use UUID_STR_LEN and UUID_LENPetr Uzel2011-02-081-11/+17
* uuidd: use UUIDD_OP_BULK_*_UUID named constantsPetr Uzel2011-02-081-6/+9
* uuidd: fix uuidd -r -n 2Petr Uzel2011-02-081-1/+1
* blkid: add new return code 8 for ambivalent low-level probing resultKarel Zak2011-02-032-3/+15
* blkid: add note about PART_ENTRY_ tags to blkid.8Karel Zak2011-02-031-1/+9
* blkid: don't return PART_ENTRY_* if partition is emptyKarel Zak2011-02-031-0/+14
* blkid: don't print devname if nothing detectedKarel Zak2011-02-031-2/+3
* build-sys: enable lsblk and libmount for Linux onlyKarel Zak2011-01-311-0/+3
* libmount: cleanup API, remove typedefKarel Zak2011-01-221-37/+41
* libmount: rename mount.h to libmount.hKarel Zak2011-01-221-1/+1
* uuidd: mention -q in uuidd.8Petr Uzel2011-01-171-0/+3
* findmnt: fix manpage typosDavidlohr Bueso2011-01-171-1/+1
* lsblk: use "RM" for removableKarel Zak2011-01-101-4/+4
* remove duplicate includesKarel Zak2011-01-041-1/+0Star
* findmnt: add --submounts optionKarel Zak2011-01-042-33/+81
* findmnt: add MAJ:MINKarel Zak2011-01-031-3/+21
* findmnt: use new libmount functionsKarel Zak2011-01-031-3/+3
* findmnt: fix exit codeKarel Zak2011-01-031-2/+5
* findmnt: use new tab parsing APIKarel Zak2011-01-031-3/+3
* findmnt: add support for fs-root (subvolumes and bind mounts)Karel Zak2011-01-032-2/+20
* libmount: add mnt_tab_parse_mtab()Karel Zak2011-01-031-0/+2
* findmnt: add /etc/fstab.d supportKarel Zak2011-01-032-3/+23
* libmount: remove mnt_tab_strerr()Karel Zak2011-01-031-6/+0Star
* wipefs: fail if more device arguments specifiedMilan Broz2010-12-301-0/+3
* lsblk: rename "RA" column to "RE"Karel Zak2010-12-261-4/+4
* lsblk: add --nodepsKarel Zak2010-12-162-1/+14
* fix __noreturn__ usageKarel Zak2010-12-102-4/+4
* partx: complete rewriteDavidlohr Bueso2010-12-091-46/+0Star
* rename util-linux-ng back to util-linuxKarel Zak2010-11-3022-44/+44
* build-sys: fix lsblk buildingKarel Zak2010-11-242-9/+14
* lsblk: add new utilityMilan Broz2010-11-244-2/+1138
* lib: [strutils] move strmode() from namei.c to strutils.cKarel Zak2010-11-242-36/+3Star