summaryrefslogtreecommitdiffstats
path: root/src/fnctdsk.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-3/+51
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-22/+81
* Disable ncurses library when using frama-cChristophe Grenier2020-11-011-0/+6
* Additional frama-c annotationsChristophe Grenier2020-08-081-11/+17
* move log_disk_list() to src/fnctdsk.cChristophe Grenier2014-02-011-0/+20
* QPhotoRec: automatically select the image disk after addiing itChristophe Grenier2013-10-201-25/+30
* Fix double free() - regression introduced in bf83ac26623fc2743ec041b8f5026360...Christophe Grenier2013-06-041-4/+1
* Fix memory leak when freeing deviceChristophe Grenier2013-05-191-5/+1
* get_geometry_from_list_part: make "score" variable more localChristophe Grenier2013-05-171-1/+1
* New prototype for size_to_unit()Christophe Grenier2010-10-241-2/+1
* code cleanup, fix signed/unsigned warningsChristophe Grenier2009-03-061-1/+0
* Fix some compilation warningsChristophe Grenier2009-02-031-3/+0
* Define as static some functionsChristophe Grenier2009-02-011-43/+0
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-0/+1
* Close the log file before exit().Christophe Grenier2008-11-281-0/+3
* Defined more functions as staticChristophe Grenier2008-11-101-15/+3
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-25/+37
* Make the code less C++ hostileChristophe Grenier2008-06-231-1/+1
* Use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX under Windows to get disk size (Fix bogg...Christophe Grenier2008-02-051-2/+2
* IO redirection for alt. superblock/bs is enabled before file listingChristophe Grenier2007-11-131-2/+5
* First version in gitChristophe Grenier2007-10-291-0/+451