summaryrefslogtreecommitdiffstats
path: root/src/hdaccess.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-1/+25
* src/hdaccess.c: use /sys/dev/block/*/device/{model,serial,rev} to getChristophe Grenier2023-08-251-0/+50
* src/hdaccess.c: make disk_get_sector_size variable localChristophe Grenier2022-07-141-6/+5
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-60/+357
* src/hdaccess.c: Do not use /dev/sdX anymore under cygwinChristophe Grenier2021-06-051-22/+5
* Disable some code sections for frama-cChristophe Grenier2021-01-061-1/+3
* New prototype for align_pread()Christophe Grenier2020-08-021-3/+3
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-5/+25
* Linux: Lists NVME disksChristophe Grenier2018-10-171-0/+2
* Handle VirtIO block /dev/vd[a-z] devicesChristophe Grenier2017-09-111-0/+2
* Avoid division by zero in autoset_geometry().Christophe Grenier2017-06-241-1/+1
* Scan loop devices.Christophe Grenier2017-04-131-26/+18
* Use explicit function adressesChristophe Grenier2017-04-031-6/+6
* Windows: search for the first 64 disks instead of the first 16Christophe Grenier2016-09-031-1/+1
* Haiku: use native ioctls to detect geometryFrançois Revol2016-07-251-0/+70
* Haiku: widen globbing on device namesFrançois Revol2016-07-251-1/+1
* Linux: scan /dev/sd[a-z][a-z] devices.Christophe Grenier2016-06-141-7/+3
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-1/+1
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-2/+2
* file_test_availability: discard the buffer content if less than 512 bytes has...Christophe Grenier2015-03-121-1/+1
* Stricter check for .E01 when used as disk imageChristophe Grenier2014-11-151-1/+3
* scan for Linux Xen /dev/xvd? deviceChristophe Grenier2014-08-091-0/+2
* Display number of sectors as long long unsigned integerChristophe Grenier2014-07-261-2/+2
* log when disk image is using EWFChristophe Grenier2014-05-271-0/+2
* Fix check before falling back in readonly modeChristophe Grenier2014-01-111-6/+3
* code style: ignore some function return valueChristophe Grenier2013-11-011-1/+1
* Fix various warning reported by gccChristophe Grenier2013-05-251-1/+1
* Get rid of pread_fast(), it's too error proneChristophe Grenier2013-05-241-9/+2
* Fix memory leak when freeing deviceChristophe Grenier2013-05-191-20/+25
* src/hdaccess.c: remove unnecessary variable allocationChristophe Grenier2013-03-241-2/+2
* List the number of sectors when head per cylinder and sector per head are 1Christophe Grenier2012-08-091-10/+16
* when HDCLONING is defined, remove open() O_EXCL parameter and save partial re...Christophe Grenier2012-06-281-5/+5
* Remove unnecessary function declarationsChristophe Grenier2012-04-151-1/+0
* Improve default partition table selectionChristophe Grenier2012-02-251-41/+43
* Minor code cleanup in file_test_availability()Christophe Grenier2012-01-161-1/+1
* Remove "Allow partial last cylinder" optionChristophe Grenier2011-12-081-40/+3
* Cygwin version: get better ReadFile error messageChristophe Grenier2011-11-221-40/+74
* Search for Linux /dev/md* device instead of /dev/md?Christophe Grenier2011-11-011-1/+1
* Read HDD serial number and firmware revision (Linux)Christophe Grenier2011-06-301-105/+100
* Reject sector size reported by Windows if bigger than 16MBChristophe Grenier2011-04-231-1/+2
* Add the possibility to clone read sectors (Disabled at compile time by default).Christophe Grenier2011-04-031-1/+44
* Fix for HPA and DCO detection (again)Christophe Grenier2011-03-051-3/+0
* For non partionned media formated as FAT, set bytes per sector accordingChristophe Grenier2011-03-051-33/+45
* Introduce pread_fast(), a function that can return a pointer to the data in c...Christophe Grenier2010-11-051-0/+9
* New prototype for size_to_unit()Christophe Grenier2010-10-241-3/+5
* Code cleanupChristophe Grenier2010-08-231-1/+1
* Detect vnd (virtual node driver) devices that provides interface to disk imag...Steven Mestdagh2010-08-161-0/+7
* Fix detection of Encase 6Christophe Grenier2010-04-271-2/+2
* Detect disks when compiled for Haiku (free open source operating system compa...Christophe Grenier2009-12-111-0/+6
* Scan for the first 20 disks under Mac OS X instead of 10 (fix)Christophe Grenier2009-10-061-4/+2