summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | libfdisk: properly implement read-only modeKarel Zak2014-03-213-4/+31
* | libfdisk: use new debug functionsKarel Zak2014-03-213-53/+53
|/
* mkswap: remove unnecessary usage outputSami Kerola2014-03-121-7/+5Star
* cfdisk: follow terminal-colors.dKarel Zak2014-03-111-1/+1
* cfdisk: fix colors initializationKarel Zak2014-03-112-1/+12
* fdisk: add note about colors to the man pageKarel Zak2014-03-111-0/+10
* cfdisk: fix slang usageKarel Zak2014-03-111-5/+17
* build-sys: ove fdisks to disk-utilsKarel Zak2014-03-119-0/+8071
* partx: make dirent d_type usage more robustKarel Zak2014-03-041-1/+1
* mkfs: mark this wrapper as DEPRECATEDKarel Zak2014-02-211-0/+2
* isosize: make --divisor to require argumentSami Kerola2014-02-171-1/+1
* isosize: move file name printing after error determinationSami Kerola2014-02-171-6/+5Star