summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* sfdisk: add hint about udev and flock to the man pageKarel Zak2018-01-171-0/+16
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-173-3/+3
* sfdisk: cleanup shortcuts in man page tooKarel Zak2018-01-121-2/+2
* libfdisk: (script) support R (RAID) and V (LVM) shortcutsKarel Zak2018-01-092-2/+8
* libfdisk: extend API to provide label specific geometry rangesKarel Zak2018-01-021-8/+26
* sfdisk: wait before re-readKarel Zak2018-01-021-1/+8
* lib/md5: use ul_/UL_ prefixKarel Zak2017-12-121-6/+7
* blockdev: be more explicit for BLKSSZ in blockdev.8Karel Zak2017-11-131-1/+1
* sfdisk: create empty label on 'write' commandKarel Zak2017-11-031-1/+1
* fsck.cramfs: Fix bus error on broken file system.Tobias Stoeckmann2017-11-021-6/+7
* sfdisk: allow to disable bootable flag on all partitionsKarel Zak2017-11-022-5/+13
* sfdisk: allow to use --activate for PMBRKarel Zak2017-11-021-3/+9
* fdisk: (gpt) make PMBR accessible from main menuKarel Zak2017-11-021-4/+6
* cfdisk: cleanup die-on-signal codeKarel Zak2017-09-261-16/+47
* cfdisk: make resize code more readableKarel Zak2017-09-261-10/+10
* swaplabel: fix --disable-libuuid compilationKarel Zak2017-09-151-0/+5
* misc: replace magic number 37 with UUID_STR_LENPhilip Prindeville2017-09-051-1/+1
* fdisk: use strutils to trim whitespace from inputVaclav Dolezal2017-08-291-6/+1Star
* fdisk: fix copy from readline and whitespace strippingVaclav Dolezal2017-08-281-3/+3
* fdisk: minor fixes to make readline workVaclav Dolezal2017-08-281-3/+4
* fdisk: add missing includeKarel Zak2017-08-241-0/+1
* fdisk: fix readline interaction with signalsKarel Zak2017-08-243-63/+102
* fdisk: handle SIGINT in dialogs as cancelVaclav Dolezal2017-08-241-2/+27
* fdisk: add wrap_fgets() for getting user inputVaclav Dolezal2017-08-241-31/+26Star
* isosize: usage() and coding style cleanupKarel Zak2017-08-211-13/+17
* isosize: iterate over all arguments even when something failsKarel Zak2017-08-212-13/+45
* cfdisk: add missing 0x7F key mappingKarel Zak2017-08-151-0/+1
* blockdev: document --setro more properlyKarel Zak2017-08-141-1/+2
* cfdisk: add resize functionKarel Zak2017-07-191-7/+49
* cfdisk: use fdisk_reread_changes()Karel Zak2017-07-141-1/+11
* fdisk: use fdisk_reread_changes()Karel Zak2017-07-143-1/+15
* partx: move partx.h to include/Karel Zak2017-07-142-74/+4Star
* sfdisk: use fdisk_device_is_used()Karel Zak2017-07-141-27/+1Star
* libblkid: don't use CDROM_GET_CAPABILITY ioctl for DM devicesKarel Zak2017-07-121-1/+1
* fdisk: reset context after failed scriptKarel Zak2017-07-101-2/+8
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-2920-34/+34
* blockdev: correct man page name in --helpRuediger Meier2017-06-291-1/+1
* docs: remove some old history from manpagesRuediger Meier2017-06-292-4/+3Star
* blockdev: improve --help and man pageRuediger Meier2017-06-272-13/+30
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-275-13/+10Star
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-2715-30/+16Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-262-6/+8
* misc: never use usage(stderr)Ruediger Meier2017-06-2613-81/+117
* misc: never use usage(ERROR)Ruediger Meier2017-06-262-21/+26
* misc: cleanup and fix --unknownopt issuesRuediger Meier2017-06-261-10/+17
* misc: consolidate usage() "Available columns"Karel Zak2017-06-262-3/+2Star
* Merge branch '170622' of github.com:jwpi/util-linuxKarel Zak2017-06-261-1/+1
|\
| * include/c.h: add USAGE_COMMANDS and USAGE_COLUMNSJ William Piggott2017-06-241-1/+1
* | Merge branch 'fix-exit-codes' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-265-4/+12
|\ \
| * | misc: fix xalloc.h related exit codesRuediger Meier2017-06-221-0/+2