summaryrefslogtreecommitdiffstats
path: root/sbin/recoverdisk/recoverdisk.c
Commit message (Expand)AuthorAgeFilesLines
* Correct type for DIOCGSTRIPESIZE. Without this theredelphij2013-03-141-1/+1
* Use stripesize as smallest block size if it's available.delphij2013-02-041-0/+5
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-1/+1
* recoverdisk(8): treat output file consistently and abort on EINVALuqs2011-05-011-7/+12
* Save (empty) worklist at successful completionphk2009-03-231-0/+1
* Also use %zu to print the allocation size when malloc(3) fails.ed2009-03-111-1/+1
* Fix printf warnings on amd64 etc.phk2009-03-111-1/+1
* Some improvements to recoverdiskphk2009-03-111-17/+31
* Bail on ENXIO, you won't get any further any way.phk2009-01-171-1/+4
* Improve reporting in recoverdisk a good deal.phk2007-04-231-12/+26
* Make recoverdisk compile on amd64 and possibly other 64bit archs.matteo2006-05-301-4/+4
* o Take an account a media sectorsize for medium and bigsize calculation.maxim2006-05-061-42/+162
* Extend utility to allow recovering single file from the deffectivesobomax2005-08-291-12/+28
* Use %zu to format size_t instead of %jd and an intmax_t cast.des2004-10-231-6/+5
* Stop amd64 warnings.phk2004-10-231-3/+4
* Only print progress statistics once per second.phk2004-10-081-9/+16
* This is a small tool which will read an entire disk(partition) usingphk2004-09-281-0/+137
OpenPOWER on IntegriCloud