summaryrefslogtreecommitdiffstats
path: root/fdisk
Commit message (Expand)AuthorAgeFilesLines
* 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
* fdisk: remove unused fileKarel Zak2012-04-112-135/+0Star
* Merge branch 'close_stream' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-04-115-0/+11
|\
| * fdisk: verify writing to streams was successfulSami Kerola2012-04-045-0/+11
* | fdisk: use randutils for mbr signature creationDavidlohr Bueso2012-04-102-46/+6Star
* | sfdisk: fix calculation due to type mismatch (ix86)Petr Uzel2012-04-101-2/+2
* | fdisk: move kernel geometry into blkdevDavidlohr Bueso2012-04-101-14/+1Star
* | sfdisk: make -l less verbose about missing PTKarel Zak2012-04-061-8/+10
|/
* fdisk: don't print confusing warning on non-partitioned disksKarel Zak2012-03-201-4/+2Star
* checkxalloc: nudge regex, fix newfound instancesDave Reisner2012-03-201-4/+2Star
* sfdisk: use rpmatch to yes/no questionSami Kerola2012-03-181-10/+9Star
* fdisk: fix to build for IA32Christian Wiese2012-03-071-1/+1
* build-sys: enhance readability of the autotools filesSami Kerola2012-02-281-9/+28
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* fdisk: update information about GNU Parted in fdisk.8Petr Uzel2012-02-241-4/+3Star
* sfdisk: free variable which got the allocation [cppcheck]Sami Kerola2012-02-081-3/+6
* fdisk: remove redundant declaration [cppcheck]Sami Kerola2012-02-081-4/+0Star