summaryrefslogtreecommitdiffstats
path: root/src/hfs.c
Commit message (Expand)AuthorAgeFilesLines
* New prototype for recover_HFS()Christophe Grenier2020-08-021-1/+1
* Constify more function parametersChristophe Grenier2020-06-191-1/+1
* New prototype for test_HFS()Christophe Grenier2016-01-231-5/+4
* HFS and HFS+ blocksize must be a multiple of 512Christophe Grenier2013-02-161-2/+3
* Return blocksize for HFS filesystemChristophe Grenier2012-08-121-1/+3
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-1/+1
* Do not allow HFS partition with 0 allocation block.Christophe Grenier2008-12-291-0/+3
* IO redirection for alt. superblock/bs is enabled before file listingChristophe Grenier2007-11-131-1/+3
* First version in gitChristophe Grenier2007-10-291-0/+127