summaryrefslogtreecommitdiffstats
path: root/sbin/restore (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange variables in dump / restore to handle -fno-common.mortimer2021-01-212-3/+5
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-284-21/+21
* Restore mode on symlinksguenther2018-04-271-1/+3
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-214-41/+41
* Put some variable declarations under appropriate #if/#endif protectionkrw2016-12-261-1/+3
* after getenv, check for empty string too. ok millerttedu2016-07-281-3/+3
* per trending style, add continue to emtpy loop bodies.tedu2016-06-071-3/+3
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* Remove NULL-checks before free(). ok tb@mmcc2015-12-101-3/+2
* add missing NAME entries; ok schwarzejmc2015-11-211-3/+4
* Use linkat() instead of link() so that hardlinks of symlinks workguenther2015-11-071-2/+4
* Switch from utimes() to utimensat() to $estore full nanosecond granularityguenther2015-08-252-21/+21
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-203-6/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-166-31/+35
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-2/+2
* Reuse xtrfile() to avoid duplication.guenther2014-09-073-16/+9
* Mark msg() and panic() as printf-like and fix the format error it turns upguenther2014-09-032-5/+7
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-212-5/+3
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-3/+8
* Obvious .Xr fixes, found while testing mandocdb(8).schwarze2014-01-201-3/+3
* Do not leak symtab fd (if at fd limit might even prevent correct operation)deraadt2013-12-301-1/+2
* Include unistd.h as it is the standard location for getopt().millert2013-11-151-1/+2
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* big int_t/time_t fixes; ok deraadt@ krw@otto2013-04-252-9/+10
* pretty print bigger off_tderaadt2013-04-245-40/+51
* typo fix from rodent@netbsd;jmc2013-03-311-3/+3
* add a few words to the -r description to avoid ambiguity;jmc2013-03-051-3/+3
* remove a uesless Pp;jmc2013-01-171-3/+2
* replace (somewhat) magic numbers with constantshalex2012-07-141-3/+3
* some spelling fixes, found using freebsd's "igor" document verifier;jmc2011-12-231-4/+4
* remove some useless casts. ok krwtedu2011-06-274-25/+24
* opration -> operationmiod2010-07-201-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-277-69/+7
* Start with a max size tape buffer rather than one 1/2 the max (i.e.krw2008-09-031-3/+4
* remove unneeded feofchl2007-09-251-4/+3
* check fgets return valuechl2007-09-251-9/+9
* use strcspn to properly overwrite '\n' in fgets returned bufferchl2007-09-131-8/+9
* check fgets return valuechl2007-09-071-10/+8
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-023-9/+9
* Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.millert2007-06-033-165/+247
* convert to new .Dd format;jmc2007-05-311-2/+2
* g/c unused varsmillert2007-05-131-4/+4
* for the restore -r example:jmc2007-05-011-4/+4
* reword some text to avoid a hideous Xr;jmc2007-02-251-2/+2
* one application does not need five synopses;jmc2007-02-252-36/+6
* move the text describing 4.3 syntax compatibility to HISTORY, ratherjmc2007-02-251-6/+6
* igor sobrado spotted that although we have mlinks for rdump andjmc2007-02-221-6/+14
* correctify example;jmc2006-11-031-2/+2
* do not name FILE * variables "fd" since it is confusingderaadt2006-10-181-11/+11
* NetBSD Coverity CID 2305: Fix memory leak.dhill2006-03-201-2/+4