summaryrefslogtreecommitdiffstats
path: root/src/geometry.c
Commit message (Expand)AuthorAgeFilesLines
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-6/+6
* Numerous frama-c annotationsChristophe Grenier2021-11-201-4/+20
* Additional frama-c annotationsChristophe Grenier2020-08-081-0/+1
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-22/+9
* Turn off various signed/unsigned comparaison warningsChristophe Grenier2014-11-151-1/+1
* Dsplay number of sectors as long long unsigned integerChristophe Grenier2014-07-211-1/+1
* Compilation fix when curses interface is missingChristophe Grenier2013-05-151-3/+0
* Split change_geometry() into change_geometry_cli() and change_geometry_ncurses()Christophe Grenier2013-05-151-162/+7
* Display that the number of heads per cylinder is between 1 and 255Christophe Grenier2012-07-141-1/+1
* Cleanup some constants in src/common.hChristophe Grenier2012-06-091-0/+2
* Add WINDOW *window argument to get_string()Christophe Grenier2012-01-011-4/+8
* PhotoRec: Partition table need to be read again if sector size has been changed,Christophe Grenier2011-10-251-12/+30
* Allow sector size up to 8192 bytesChristophe Grenier2011-03-051-20/+29
* PhotoRec: allow carving on non sector boundary (experimental)Christophe Grenier2010-06-221-1/+1
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-2/+1
* move autoset_unit() to a separate fileChristophe Grenier2009-05-051-0/+1
* Handle more than 80 columnsChristophe Grenier2009-04-181-6/+6
* Cylinder is now long unsigned int. Fix a parameter inversion for the DOS vers...Christophe Grenier2009-04-121-3/+3
* Fix some compilation warningsChristophe Grenier2009-02-031-1/+0
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-1/+1
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-31/+26
* Add missing includeChristophe Grenier2008-07-131-1/+2
* Autoset the CHS/sector unit when geometry is changed.Christophe Grenier2008-06-301-3/+7
* Geometry menu can be used to force a 256 bytes sector size.Christophe Grenier2008-04-221-1/+3
* PhotoRec: expert can stop pass 0 and set the blocksizeChristophe Grenier2008-01-141-2/+2
* TestDisk FAT and NTFS Advanced boot menu interface, automaticaly positioned t...Christophe Grenier2008-01-041-8/+9
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-11/+11
* First version in gitChristophe Grenier2007-10-291-0/+292