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