aboutsummaryrefslogtreecommitdiff
path: root/sbin/recoverdisk/recoverdisk.c
Commit message (Expand)AuthorAgeFilesLines
* Save (empty) worklist at successful completionPoul-Henning Kamp2009-03-231-0/+1
* Also use %zu to print the allocation size when malloc(3) fails.Ed Schouten2009-03-111-1/+1
* Fix printf warnings on amd64 etc.Poul-Henning Kamp2009-03-111-1/+1
* Some improvements to recoverdiskPoul-Henning Kamp2009-03-111-17/+31
* Bail on ENXIO, you won't get any further any way.Poul-Henning Kamp2009-01-171-1/+4
* Improve reporting in recoverdisk a good deal.Poul-Henning Kamp2007-04-231-12/+26
* Make recoverdisk compile on amd64 and possibly other 64bit archs.Matteo Riondato2006-05-301-4/+4
* o Take an account a media sectorsize for medium and bigsize calculation.Maxim Konovalov2006-05-061-42/+162
* Extend utility to allow recovering single file from the deffectiveMaxim Sobolev2005-08-291-12/+28
* Use %zu to format size_t instead of %jd and an intmax_t cast.Dag-Erling Smørgrav2004-10-231-6/+5
* Stop amd64 warnings.Poul-Henning Kamp2004-10-231-3/+4
* Only print progress statistics once per second.Poul-Henning Kamp2004-10-081-9/+16
* This is a small tool which will read an entire disk(partition) usingPoul-Henning Kamp2004-09-281-0/+137