summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* build-sys: add BUILD_{SFDISK,BLOCKDEV,MKSWAP,IOSIZE,MKFS}Karel Zak2014-05-211-3/+13
* build-sys: add --disable-minixKarel Zak2014-05-211-0/+2
* fsck.cramfs: cleanup usage() and warning messagesKarel Zak2014-05-201-7/+5Star
* mkfs.cramfs: fix crash when -b 0Ruediger Meier2014-05-191-2/+4
* fsck.cramfs: update man page (--extract and --blocksize)Ruediger Meier2014-05-191-5/+9
* tests: remove test_fsck.cramfs (reverts 6c32ae78)Ruediger Meier2014-05-191-5/+0Star
* fsck.cramfs: remove define INCLUDE_FS_TESTSRuediger Meier2014-05-191-24/+5Star
* fsck.cramfs: refactor option -x/--extractRuediger Meier2014-05-191-14/+17
* fsck.cramfs: add option --blocksizeRuediger Meier2014-05-191-3/+12
* fsck.cramfs: rename variable page_size to blksizeRuediger Meier2014-05-191-11/+11
* fsck.cramfs: ifdef unused outbuffer and page_sizeRuediger Meier2014-05-191-5/+4Star
* fsck.cramfs: allow smaller superblock sizesRuediger Meier2014-05-191-1/+2
* cfdisk: update man page COLORS sectionKarel Zak2014-05-131-8/+7Star
* fdisk: support colors customizationKarel Zak2014-05-133-13/+24
* lib/colors: allow to temporary disable colorsKarel Zak2014-05-131-1/+1
* cfdisk: fix compiler warning [-Wsign-compare]Karel Zak2014-05-131-1/+2
* textual: remove square brackets from around three dotsBenno Schulenberg2014-05-061-3/+3
* swapon, swapheader, mkswap: move swap signature to headerSami Kerola2014-05-061-2/+2
* mkswap: remove legacy swap structureSami Kerola2014-05-061-2/+1Star
* mkswap, swaplabel: move version number to headerSami Kerola2014-05-042-7/+7
* swaplabel: Improve the typesetting of the manualBjarni Ingi Gislason2014-04-221-3/+3
* sfdisk: Improve the typesetting of the manualBjarni Ingi Gislason2014-04-221-48/+54
* raw: Improve the typesetting of the manualBjarni Ingi Gislason2014-04-221-3/+3
* partx: Improve the typesetting of the manualBjarni Ingi Gislason2014-04-221-17/+17
* libfdisk: add partitions reorder operation to label APIKarel Zak2014-04-181-4/+4
* libfdisk: add generic function to check partitions orderKarel Zak2014-04-161-0/+6
* delpart: minor man page improvementsOndrej Oprala2014-04-141-1/+1
* cfdisk: minor man page improvementsOndrej Oprala2014-04-141-12/+12
* addpart: minor man page improvementsOndrej Oprala2014-04-141-4/+4
* mkswap: Some minor typographical corrections to the manualBjarni Ingi Gislason2014-04-071-7/+7
* mkfs.minix: Some typographical changes in the manualBjarni Ingi Gislason2014-04-071-4/+4
* mkfs.cramfs: Some typographical corrections to the manualBjarni Ingi Gislason2014-04-071-3/+3
* mkfs.bfs: One typographical correction to the manualBjarni Ingi Gislason2014-04-071-1/+1
* mkfs: Some typographical changes to the manualBjarni Ingi Gislason2014-04-071-1/+3
* isosize: A few typographical changes to the manualBjarni Ingi Gislason2014-04-071-2/+2
* fsck.minix: A few typographical corrections to the manualBjarni Ingi Gislason2014-04-071-5/+5
* fsck: Some typographical corrections to the manualBjarni Ingi Gislason2014-04-071-10/+12
* fdformat: Some minor change to the manualBjarni Ingi Gislason2014-04-071-1/+1
* blockdev: Some minor corrections to the manualBjarni Ingi Gislason2014-04-071-9/+9
* libsmartcols: clean up flags usageKarel Zak2014-04-032-7/+6Star
* fdisk: print table header as boldKarel Zak2014-04-031-2/+14
* cfdisk: clean up scols usageKarel Zak2014-04-031-7/+29
* partx: cleanup libsmartcols usageKarel Zak2014-04-031-11/+22
* partx: use libsmartcolsOndrej Oprala2014-04-032-31/+41
* Use libsmartcols in libfdisk and cfdiskOndrej Oprala2014-04-032-20/+34
* libfdisk: remove fdisk_colon()Karel Zak2014-04-011-42/+12Star
* Merge branch 'fix-compile-color-cfdisk' of https://github.com/theonewolf/util...Karel Zak2014-03-211-1/+1
|\
| * cfdisk: fix compile-time error fixes #59Wolfgang Richter2014-03-201-1/+1
* | Merge branch 'cfdisk-fix-typo' of https://github.com/rudimeier/util-linuxKarel Zak2014-03-211-2/+2
|\ \
| * | cfdisk: fix typo (undeclared variable since b1f58330)Ruediger Meier2014-03-141-2/+2
| |/