summaryrefslogtreecommitdiffstats
path: root/src/md.c
Commit message (Expand)AuthorAgeFilesLines
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-20/+20
* Avoid field with a 0 size as Frama-C do not support them.Christophe Grenier2022-04-061-0/+40
* recover_MD_from_partition(): Constify local variable offsetChristophe Grenier2020-08-081-2/+2
* Constify a lot of function parametersChristophe Grenier2020-06-191-181/+177
* Fix Linux Raid md size detection to use 512-bytes sector sizeChristophe Grenier2016-06-051-4/+4
* New prototype for test_MD() and test_MD_be()Christophe Grenier2016-01-231-62/+50
* Avoid a buffer overflow in Linux Raid information reportingChristophe Grenier2012-05-081-2/+2
* Report Linux raid md endiannessChristophe Grenier2012-05-011-4/+4
* Fix md 0.9 uuid copyChristophe Grenier2011-03-251-1/+1
* md 0.9: fix out of bound write memory operationChristophe Grenier2010-04-271-1/+1
* md.c: add boundary checkingChristophe Grenier2009-06-111-32/+40
* Limit the scope of several variablesChristophe Grenier2009-05-051-2/+4
* Fix some compilation warningsChristophe Grenier2009-02-031-28/+28
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-6/+6
* TestDisk: identify Linux md created on big endian architectureChristophe Grenier2008-11-101-31/+189
* Fix a warning in Linux software RAID mdChristophe Grenier2008-05-011-2/+2
* Software Raid md 1.x chunksize can be 0Christophe Grenier2008-04-291-14/+27
* First version in gitChristophe Grenier2007-10-291-0/+249