summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli-disk.c
Commit message (Expand)AuthorAgeFilesLines
* hdt: Adding nomodule support in cliErwan Velu2012-05-271-0/+3
* hdt: Unique hardware detection pathErwan Velu2009-12-071-3/+0
* hdt: EDD uses hex numbers, not decimalErwan Velu2009-12-041-1/+1
* hdt: Do not display hostbus & interface for EDD<3Erwan Velu2009-12-041-3/+6
* hdt: Preventing agressive disk's size roundingErwan Velu2009-12-041-3/+3
* hdt: show error message when no disk is foundErwan Velu2009-12-041-1/+14
* hdt: Running NindentErwan Velu2009-11-241-134/+133
* hdt: more memory corruption fixesPierre-Alexandre Meyer2009-11-181-1/+0
* hdt: change remaining printf to more_printf (CLI)Pierre-Alexandre Meyer2009-11-011-6/+10
* Merge branch 'bootloader-detection' into hdt-nextPierre-Alexandre Meyer2009-09-071-9/+27
|\
| * hdt: add bootloader detection (CLI)Pierre-Alexandre Meyer2009-08-261-2/+7
| * gpllib: rename bootloader detection to MBR detectionPierre-Alexandre Meyer2009-08-261-10/+9
| * hdt: right-align information about each disk (CLI)Pierre-Alexandre Meyer2009-08-231-4/+4
| * hdt: enhance user experience (CLI) - try harderPierre-Alexandre Meyer2009-08-231-4/+14
| * hdt: enhance user experience (CLI)Pierre-Alexandre Meyer2009-08-231-1/+3
| * hdt: print bootloader name (CLI)Pierre-Alexandre Meyer2009-08-231-2/+9
* | hdt: fix signedness warningsPierre-Alexandre Meyer2009-09-031-3/+3
* | hdt: unify disk headers in hdt-common.hPierre-Alexandre Meyer2009-09-011-7/+0
* | hdt: enhance user experience (CLI)Pierre-Alexandre Meyer2009-08-231-1/+3
|/
* hdt: enhance error reporting in the CLI (disk)Pierre-Alexandre Meyer2009-08-221-2/+7
* hdt: make get_error behaves like perrorPierre-Alexandre Meyer2009-08-221-11/+4
* hdt: fix CLI crash when parsing unsupported geometriesPierre-Alexandre Meyer2009-08-221-2/+0
* hdt: fix disklib displayPierre-Alexandre Meyer2009-08-201-1/+1
* hdt: Fixing memory corruptionerwan2009-08-201-3/+3
* hdt: Remove extra more_printf callsPierre-Alexandre Meyer2009-08-051-12/+10
* hdt: Don't show partition header if not neededPierre-Alexandre Meyer2009-08-051-1/+3
* hdt: Make the menu and cli use the new disk interfacesPierre-Alexandre Meyer2009-08-051-15/+9
* gpllib: refactor partitions detectionPierre-Alexandre Meyer2009-08-041-6/+5
* hdt: Add disk callbacks (CLI)Pierre-Alexandre Meyer2009-04-261-22/+92
* hdt: Make the disk mode use parse_partition_table() (CLI)Pierre-Alexandre Meyer2009-04-261-86/+26
* hdt: Improve disk output (CLI)Pierre-Alexandre Meyer2009-04-251-10/+13
* hdt: Do not print information about buggy extended partitionsPierre-Alexandre Meyer2009-04-211-1/+12
* hdt: Do not modify offsets in the part_entry itselfPierre-Alexandre Meyer2009-04-211-6/+12
* hdt: Check if a swsusp image exists on swap partitionsPierre-Alexandre Meyer2009-04-211-11/+49
* hdt: Use IEC 60027 standard for capacity (CLI)Pierre-Alexandre Meyer2009-04-201-4/+8
* hdt: Process extended partitions (CLI)Pierre-Alexandre Meyer2009-04-201-12/+70
* hdt: Dump partition tables (CLI)Pierre-Alexandre Meyer2009-04-191-0/+23
* hdt: Adapt disk CLI/menu to new struct devinfoPierre-Alexandre Meyer2009-04-191-6/+15
* hdt: Add disk mode (CLI)Pierre-Alexandre Meyer2009-04-191-0/+71