aboutsummaryrefslogtreecommitdiff
path: root/sbin/recoverdisk
Commit message (Expand)AuthorAgeFilesLines
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* 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
* One Pp is more than enough.Poul-Henning Kamp2009-03-111-1/+0
* Some improvements to recoverdiskPoul-Henning Kamp2009-03-112-19/+48
* 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
* Revise markup.Ruslan Ermilov2006-09-301-31/+36
* Make recoverdisk compile on amd64 and possibly other 64bit archs.Matteo Riondato2006-05-302-5/+5
* o Take an account a media sectorsize for medium and bigsize calculation.Maxim Konovalov2006-05-063-45/+290
* Extend utility to allow recovering single file from the deffectiveMaxim Sobolev2005-08-291-12/+28
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* 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-282-0/+149