summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* setpriv: support setting unnamed capabilitiesPatrick Steinhardt2017-07-181-0/+3
* libfdisk: fix warning -Wunused-functionRuediger Meier2017-07-181-0/+2
* build-sys: don't use non-existing UUID_LIBSRuediger Meier2017-07-183-3/+3
* libfdisk: use fdisk_sector_t consistently and fix printf format stringsRuediger Meier2017-07-182-5/+5
* parse-date: fix printf formatRuediger Meier2017-07-181-1/+1
* tests: remove UUIDs with time overflow from uuidparseKarel Zak2017-07-182-4/+0Star
* libmount: make mnt_context_is_fs_mounted work for /procIvan Delalande2017-07-181-2/+12
* Merge branch '170711' of github.com:jwpi/util-linuxKarel Zak2017-07-174-53/+32Star
|\
| * hwclock: improve RTC epoch messagesJ William Piggott2017-07-161-11/+5Star
| * hwclock: improve RTC epoch messagesJ William Piggott2017-07-161-19/+14Star
| * hwclock: remove dead ioctl checkJ William Piggott2017-07-161-7/+1Star
| * hwclock: --epoch presence test failsJ William Piggott2017-07-164-19/+15Star
* | Merge branch '2017wk28' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2017-07-1723-108/+71Star
|\ \
| * | bash-completion: make completions to work when bash set -u is in useSami Kerola2017-07-1514-14/+14
| * | uuidparse: add bash-completion fileSami Kerola2017-07-152-0/+40
| * | docs: add optional option back to struct optionSami Kerola2017-07-151-8/+9
| * | ldattach: simplify debugging function when vwarnx(3) is availableSami Kerola2017-07-152-3/+8
| * | reset: remove script from the packageSami Kerola2017-07-155-83/+0Star
| |/
* | test: update PMBR hex dumpsKarel Zak2017-07-174-4/+4
* | libfdisk: use BLKPG_* ioctls on linux onlyKarel Zak2017-07-171-1/+13
|/
* libfdisk: make fdisk compliant to UEFI/GPT specification on PMBRKarel Zak2017-07-141-4/+5
* libfdisk: remove whitespacesKarel Zak2017-07-141-3/+3
* cfdisk: use fdisk_reread_changes()Karel Zak2017-07-141-1/+11
* fdisk: use fdisk_reread_changes()Karel Zak2017-07-143-1/+15
* libfdisk: use BLKPG ioctls to inform kernel about changesKarel Zak2017-07-146-0/+186
* partx: move partx.h to include/Karel Zak2017-07-143-12/+5Star
* libfdisk: add commentKarel Zak2017-07-141-0/+3
* sfdisk: use fdisk_device_is_used()Karel Zak2017-07-141-27/+1Star
* libfdisk: add fdisk_device_is_used()Karel Zak2017-07-144-0/+37
* libfdisk: remove unnecessary fstat() callKarel Zak2017-07-141-4/+5
* libfdisk: move fdisk_reread_partition_table() to another fileKarel Zak2017-07-143-41/+42
* libblkid: don't use CDROM_GET_CAPABILITY ioctl for DM devicesKarel Zak2017-07-125-11/+19
* tests: don't use errno in outputKarel Zak2017-07-126-6/+6
* Merge branch 'master' of https://github.com/pali/util-linuxKarel Zak2017-07-1114-45/+103
|\
| * tests: update UDF test, add ID_FS_VERSIONPali Rohár2017-07-0513-0/+13
| * libblkid: udf: Add support for ID_FS_VERSIONPali Rohár2017-07-051-1/+66
| * libblkid: udf: Fix typesPali Rohár2017-07-051-8/+8
| * libblkid: udf: De-duplicate code for dstring decodingPali Rohár2017-07-051-36/+16Star
* | tests: use sample-fdisk-mkpart-fullspecKarel Zak2017-07-1114-0/+420
* | libfdisk: (dos) accept start for log.partitions on templateKarel Zak2017-07-111-3/+9
* | tests: check for missing programs in last(1) testKarel Zak2017-07-111-0/+3
* | tests: use sample-fdisk-mkpartKarel Zak2017-07-116-0/+124
* | libfdisk: don't hardcode label type in samplesKarel Zak2017-07-112-2/+2
* | libfdisk: add sample-fdisk-mkpart-fullspecKarel Zak2017-07-113-2/+195
* | libfdisk: (dos) cleanup template based partitioningKarel Zak2017-07-112-25/+45
* | libblkid: don't check for size on UBI (char dev)Karel Zak2017-07-111-1/+1
* | hwclock: sync one-liner descriptionsJ William Piggott2017-07-102-3/+3
* | docs: update boilerplate.c usage()J William Piggott2017-07-101-18/+17Star
* | hwclock: final usage() strings sliceJ William Piggott2017-07-101-1/+2
* | hwclock: usage() use program_invocation_short_nameJ William Piggott2017-07-101-3/+3