summaryrefslogtreecommitdiffstats
path: root/sbin/restore
Commit message (Expand)AuthorAgeFilesLines
* MFC of r269303:mckusick2014-08-061-3/+5
* Check the return error of set[e][ug]id. While this can never fail in theeadler2012-10-221-1/+5
* Fix sbin/ build with a 64-bit ino_t.mdf2012-09-275-31/+39
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+1
* mdoc: move two sentences from synopsis to description (where they reallyjoel2012-05-231-10/+8
* mdoc: make pages render with mandocuqs2010-10-211-1/+0
* Fix grammar in a line of output.brueffer2010-05-121-1/+1
* Fix common misspelling of hierarchyuqs2010-02-201-1/+1
* Don't try to determine tape block size when the -P option is used.jh2010-02-131-1/+1
* - Handle short reads when the -P option is used. Short reads must bejh2010-01-291-8/+3
* - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"jh2010-01-295-25/+29
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-221-1/+1
* Restore necessary NUL termination of locname.imp2009-01-281-0/+1
* Fix nits pointed out in PR bin/39905 that have not already beenmckusick2008-05-231-3/+3
* This fixes the "getfile: lost data" panic when restoring dumpsmckusick2008-05-221-0/+3
* Follow on to fix 1.51 for "Header with wrong dumpdate" message.mckusick2008-05-221-16/+10
* restore(8) does not check for write failure while building two tempmckusick2008-04-141-24/+68
* Avoid printing spurious ``Header with wrong dumpdate.'' message.mckusick2008-04-111-1/+1
* Correctly set file group when restore is run by a user other than root.mckusick2008-04-112-2/+9
* Use safer string handling.imp2008-04-032-11/+8
* Move macros describing extended attributes in UFS frommckusick2007-03-061-0/+1
* Update the dump program to save extended attributes. Updatemckusick2007-02-264-26/+348
* Add a "-D" flag to restore which puts it into "degraded" mode. Thisdwmalone2006-12-055-22/+104
* Mention the -L option of dump(8) that can neutralize negativeru2006-10-121-2/+5
* o Fix style(9) for previous.maxim2006-08-251-1/+1
* A bunch of fixes from NetBSD:maxim2006-08-251-17/+23
* Remove a diagnostic message that can't occur: we lost the ability todds2005-10-201-3/+0
* Interpret correctly the glob(3) return value.dds2005-07-211-1/+7
* rscid -> __FBSDID. Mark parameter as __unused when necessary.charnier2005-05-294-9/+13
* Remove debug from last commitimp2005-04-031-2/+0
* /*-imp2005-04-031-1/+1
* Revert bogus += -g change. I needed it to debug the problem.imp2005-03-251-1/+0
* Restore the ability to read FreeBSD 1 tapes (and I think any net2imp2005-03-253-0/+24
* dcvt is unused since the support for converting pre-4.4 tapes wasimp2005-03-252-25/+3
* c_tapea and c_firstrec are used for TS_TAPE blocks, so convert themimp2005-03-251-0/+2
* In order to print out the dump dates correctly, the date and ddate fieldsimp2005-03-181-0/+4
* Sync usage and man page with reality. There's no '-c' command lineimp2005-03-182-19/+10
* Expand *n't contractions.ru2005-02-131-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-4/+4
* Sort sections.ru2005-01-181-23/+23
* Mechanically kill hard sentence breaks.ru2004-07-021-4/+8
* Use the correct types for the functions rst_opendir(), glob_readdir() andstefanf2004-05-243-9/+11
* Include <timeconv.h> for time conversion functions.stefanf2004-05-241-0/+1
* Assorted markup, grammar, and spelling fixes.ru2004-05-171-1/+1
* Add -P arguments for dump(8) and restore(8) which allow the user togreen2004-04-134-19/+92
* Remove advertising clause from University of California Regent's license,markm2004-04-0910-40/+0
* style.Makefile(5):johan2004-02-231-1/+1
* Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, thenpeter2003-10-261-2/+7
* Localize 'ls' outputache2003-08-062-4/+8
* Add section number to .Xrcharnier2003-06-081-1/+1
OpenPOWER on IntegriCloud