summaryrefslogtreecommitdiffstats
path: root/fdisk
Commit message (Expand)AuthorAgeFilesLines
* fdisk: fix io_size usage in new APIKarel Zak2012-06-062-7/+10
* fdisk: fix compiler warning [-Wunused-variable]Karel Zak2012-06-061-2/+3
* fdisk: fix compiler warning [-Wpointer-sign]Karel Zak2012-06-061-3/+5
* fdisk: fix compiler warnings [-Wsign-compare]Karel Zak2012-06-061-2/+2
* fdisk: remove user specified sector size global variableDavidlohr Bueso2012-06-061-4/+2Star
* fdisk: add fdisk_dev_sectsz_is_default helperDavidlohr Bueso2012-06-063-3/+16
* fdisk: use EXIT_SUCCESS for -l optionDavidlohr Bueso2012-06-061-1/+1
* fdisk: add total sectorsDavidlohr Bueso2012-06-064-16/+26
* fdisk: add device topology to the APIDavidlohr Bueso2012-06-0610-306/+329
* fdisk: sun: use sector_tDavidlohr Bueso2012-06-061-1/+1
* fdisk: sgi: use sector_tDavidlohr Bueso2012-06-061-2/+2
* fdisk: dos: use sector_tDavidlohr Bueso2012-06-062-19/+15Star
* fdisk: introduce sector_t typeDavidlohr Bueso2012-06-062-31/+31
* fdisk: remove useless commentsDavidlohr Bueso2012-06-061-2/+2
* fdisk: use context as a parameterDavidlohr Bueso2012-06-0610-142/+144
* fdisk: stop buffering welcome messageDavidlohr Bueso2012-06-061-3/+10
* fdisk: don't print welcome message to stderrKarel Zak2012-05-231-1/+1
* fdisk: add readonly option to fdisk_new_context_from_filename()Karel Zak2012-05-233-6/+13
* fdisk: always use stderr for debug messagesKarel Zak2012-05-232-1/+11
* fdisk: add debug supportDavidlohr Bueso2012-05-233-1/+61
* fdisk: introduce fdisk contextDavidlohr Bueso2012-05-238-90/+170
* fdisk: refactor -s optionDavidlohr Bueso2012-05-231-19/+22
* fdisk: use BSD label headerDavidlohr Bueso2012-05-233-6/+6
* fdisk: remove bogus statementDavidlohr Bueso2012-05-231-5/+4Star
* fdisk: add an quit/exit handling functionDavidlohr Bueso2012-05-231-6/+9
* fdisk: cleanup strtoxx_or_err()Karel Zak2012-05-153-11/+11
* libuuid: avoid double open and leaking fd (reworked)Petr Uzel2012-05-101-1/+1
* fdisk: sgi: abort on HDIO_GETGEO failureDavidlohr Bueso2012-05-101-19/+20
* fdisk: remove unused function declarationDavidlohr Bueso2012-05-101-2/+0Star
* fdisk: create DOS specific write table functionDavidlohr Bueso2012-05-103-23/+30
* fdisk: move DOS new/add partition codeDavidlohr Bueso2012-05-104-348/+365
* fdisk: remove unused hsc2sector macroDavidlohr Bueso2012-05-101-2/+0Star
* fdisk: fix segfault on bsd labelDavidlohr Bueso2012-05-103-1/+4
* libuuid: avoid double open and leaking descriptorPetr Uzel2012-05-041-1/+1
* fdisk: fix fdiskdoslabel.c global variablesKarel Zak2012-05-024-18/+25
* fdisk: isolate dos label logicDavidlohr Bueso2012-05-025-413/+446
* fdisk: remove dummy functionDavidlohr Bueso2012-05-021-2/+0Star
* fdisk: rework fatal errorsDavidlohr Bueso2012-05-022-15/+12Star
* fdisk: remove listing variableDavidlohr Bueso2012-05-021-2/+0Star
* fdisk: remove stack jumpingDavidlohr Bueso2012-05-021-15/+2Star
* sfdisk: fix compiler warning [-Wunused-result]Petr Uzel2012-04-271-1/+1
* Fix typos found by misspellingsBernhard Voelker2012-04-232-2/+2
* fdisk: simplify device openingDavidlohr Bueso2012-04-231-23/+16Star
* fdisk: remove action enumDavidlohr Bueso2012-04-232-10/+6Star
* fdisk: do not call sgi and sun code when creating a new dos labelDavidlohr Bueso2012-04-231-2/+0Star
* sfdisk: improve F_MEGABYTE headerBernhard Voelker2012-04-231-4/+4
* fdisk: remove dead codeDavidlohr Bueso2012-04-231-20/+0Star
* fdisk: kernel/bios sectors and heads need not be globalDavidlohr Bueso2012-04-231-3/+2Star
* fdisk: standarize version outputDavidlohr Bueso2012-04-231-2/+2
* fdisk: make CHS user values more robustDavidlohr Bueso2012-04-233-11/+12