aboutsummaryrefslogtreecommitdiff
path: root/sbin/recoverdisk
Commit message (Expand)AuthorAgeFilesLines
* Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-5/+5
* Fix 'SEE ALSO' list.Oleg Bulyzhin2013-07-121-3/+3
* Correct type for DIOCGSTRIPESIZE. Without this thereXin LI2013-03-141-1/+1
* Use stripesize as smallest block size if it's available.Xin LI2013-02-041-0/+5
* Fix mdoc date from previous commit.Ulrich Spörlein2012-01-061-1/+1
* Document the detrimental effect of kern.cam.XX.retry_count for recoverdisk(1)Ulrich Spörlein2012-01-051-2/+18
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-1/+1
* recoverdisk(8): treat output file consistently and abort on EINVALUlrich Spörlein2011-05-012-26/+42
* 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