summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fdisk: API: add mbrDavidlohr Bueso2012-06-2113-210/+262
* fdisk: API: add topology debugDavidlohr Bueso2012-06-212-0/+6
* fdisk: extend comments for fdisk_new_context()Davidlohr Bueso2012-06-211-4/+6
* lsblk: fix usage, improve exclude/include lists parsingKarel Zak2012-06-191-8/+17
* libmount: improve ifdef HAVE_LIBSELINUX stuffKarel Zak2012-06-191-2/+11
* lsblk: add --include optionKarel Zak2012-06-192-13/+66
* lscpu: fix compiler warning [-Wsign-compare]Karel Zak2012-06-191-1/+1
* Merge branch '2012wk24' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-1921-148/+303
|\
| * more: fix pointer wrap around compiler warningsSami Kerola2012-06-171-5/+3Star
| * more: fix search repetition regressionSami Kerola2012-06-171-1/+13
| * lscpu: values in /proc/bus/pci/devices are always unsignedSami Kerola2012-06-171-1/+1
| * scriptreplay: fix compiler format warningSami Kerola2012-06-171-2/+1Star
| * lib/mbsalign: abort() when non-expected case is encounteredSami Kerola2012-06-171-0/+2
| * mkfs.cramfs: disallow unknown command line optionsSami Kerola2012-06-171-0/+2
| * fsck.cramfs: disallow unknown command line optionsSami Kerola2012-06-171-0/+2
| * setarch: disallow unknown command line optionsSami Kerola2012-06-171-1/+6
| * hexdump: print sensible message when all input file arguments failSami Kerola2012-06-171-0/+5
| * mount: (new) use exclusive_option()Sami Kerola2012-06-171-7/+28
| * dmesg: use exclusive_option()Sami Kerola2012-06-171-6/+18
| * wipefs: use exclusive_option()Sami Kerola2012-06-171-3/+10
| * wdctl: correct manual section referenceSami Kerola2012-06-171-1/+1
| * wdctl: use exclusive_option()Sami Kerola2012-06-171-3/+10
| * prlimit: use exclusive_option()Sami Kerola2012-06-171-6/+10
| * lscpu: use exclusive_option()Sami Kerola2012-06-171-8/+21
| * losetup: use exclusive_option()Sami Kerola2012-06-171-6/+20
| * chcpu: use exclusive_option()Sami Kerola2012-06-171-4/+18
| * 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
| * hwclock: use exclusive_option()Sami Kerola2012-06-171-25/+41
| * partx: use exclusive_option()Sami Kerola2012-06-171-33/+18Star
| * include [optutils]: add exclusive_option() inline functionSami Kerola2012-06-171-0/+19
* | po: add *.h stuff to POTFILESKarel Zak2012-06-191-1/+1
* | mount: (new) add note about unsupported 'ignore' fstype to fstab.5Karel Zak2012-06-191-7/+10
* | lsblk: permit option --exclude more than onceBernhard Voelker2012-06-191-4/+2Star
* | uuidd: move from /var/run/uuidd to /run/uuiddKarel Zak2012-06-181-1/+1
* | libuuid: move clock.txt path to header fileKarel Zak2012-06-182-2/+3
|/
* partx: use -s option for default outputDavidlohr Bueso2012-06-151-2/+1Star
* lib/blkdev: return static strings by blkdev_scsi_type_to_name()Karel Zak2012-06-152-23/+20Star
* lsblk: use fallback for TYPEKarel Zak2012-06-151-2/+7
* include/blkdev: cleanup upKarel Zak2012-06-151-24/+27
* Merge branch '2012wk23' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-1526-141/+259
|\
| * lsblk: use blkdev_scsi_type_to_name()Sami Kerola2012-06-112-18/+4Star
| * blkdev: add blkdev_scsi_type_to_name()Sami Kerola2012-06-112-1/+68
| * wipefs: use symbolic value for markup modeSami Kerola2012-06-111-3/+8
| * eject: inform if CD-ROM drive is not readySami Kerola2012-06-111-0/+8
| * docs: clean up partx.8 manualSami Kerola2012-06-111-96/+135
| * include: fix void pointer arithmetics warningsSami Kerola2012-06-111-2/+2
| * sysfs: fix printf format warningsSami Kerola2012-06-111-1/+1
| * build: fix unused parameter warningsSami Kerola2012-06-113-3/+8