summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: [xalloc] add xstrdup()Karel Zak2010-11-241-9/+0Star
* findmnt: apply new changes from tt.cKarel Zak2010-11-241-42/+16Star
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-233-4/+4
* cal: follow HAVE_LANGINFOKarel Zak2010-11-152-20/+6Star
* findmnt: follow HAVE_LANGINFOKarel Zak2010-11-152-3/+3
* use _exit() instead of exit() in sighandlersMarek Polacek2010-10-291-1/+1
* look: fix conflict between locally defined err() and glibc's versionDavidlohr Bueso2010-10-211-40/+10Star
* misc-utils: use new xmalloc() wrapperDavidlohr Bueso2010-10-214-17/+8Star
* cal: use EXIT_* and program_invocation_short_nameKarel Zak2010-10-071-13/+9Star