summaryrefslogtreecommitdiff
path: root/sbin/restore
AgeCommit message (Collapse)Author
2007-02-25move the text describing 4.3 syntax compatibility to HISTORY, ratherJason McIntyre
than slap bang in SYNOPSIS;
2007-02-22igor sobrado spotted that although we have mlinks for rdump andJason McIntyre
rrestore, the pages they point to don;t actually mention them. so make it clear that their functionality is now integral in dump and restore, and sync the text a little between the two pages; help/ok otto
2006-11-03correctify example;Jason McIntyre
from a mail posted to misc@ from uwe dippel; ok otto
2006-10-18do not name FILE * variables "fd" since it is confusingTheo de Raadt
2006-03-20NetBSD Coverity CID 2305: Fix memory leak.David Hill
ok deraadt@
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-09-06document `what' from interactive mode: from ely petty;Jason McIntyre
kill an unneeded .Pp whilst here;
2005-06-16whiteout bit I missed earlierTodd C. Miller
2005-06-14Kill whiteout support. OK deraadt@ and beck@Todd C. Miller
2005-04-28Use strlcpy() not snprintf(). OK otto@ and moritz@Todd C. Miller
2004-12-30Replace home-grown byte swapping routine with calls to swap* macrosTodd C. Miller
from endian.h. Header swapping is moved into its own function. Fixes problems reading non-native endian dump images on sparc64. Adapted from changes in NetBSD.
2004-07-17some ansi; khalek@linuxgamers.netTheo de Raadt
2004-04-13fix restore so that it can actually restore files larger than 4GB byHenning Brauer
changing the type of "size" to off_t in getfiles() plus little dependent type cleanup, from Daniel Lucq <daniel@lucq.org> ok tdeval@ millert@ otto@
2004-03-31dumped is really spelled with one p and not twoHenning Brauer
from Daniel Lucq
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
way for some future work. no function changes yet. help testing otto@ and markus@
2003-07-29spacesTheo de Raadt
2003-07-28rcsid should say openbsd. make 'em const while here.Ted Unangst
2003-07-10add missing includesDavid Krause
ok deraadt@ millert@ tedu@
2003-07-07Repair last commit, the NUL termination of locname is requiredTodd C. Miller
for the strlcat() to work since the buffer gets used for each entry in a directory.
2003-07-06convert strn{cpy,cat}->strl{cpy,cat} in directory processingAnil Madhavapeddy
comments and from krw@, tdeval@, tedu@
2003-06-19Strip the newline from the buffer when reading the tape name duringTodd C. Miller
tape change. Closes PR 3324; OK krw@
2003-06-03- section reorderJason McIntyre
- some mdoc fixes
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-26string cleanup; ok teduTheo de Raadt
2003-04-06strcat->strlcat, ho@ okAnil Madhavapeddy
2003-04-04simple string fixes; ok matthieu tedu tdevalTheo de Raadt
2003-03-13more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from meTheo de Raadt
2003-03-11files with dead .Xr's;Jason McIntyre
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@
2003-03-06.Xr typos;Jason McIntyre
ok deraadt@
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-05-29more strlcatTheo de Raadt
2002-02-23getc() returns an intTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-11Initial patch.Mike Pechkin
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
2001-11-05kill more registers;Mike Pechkin
millert@ ok
2001-10-04restore also uses TAPE.Hakan Olsson
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-06-04return from main() don't exitMichael Shalayeff
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2001-01-09Don't skip if TS_BITS or TS_CLRI, closed PR 1576. Fix supplied byAngelos D. Keromytis
sysadmin@astro.su.se
2000-09-14wrong type to ioctl; naddy@mips.inka.deTheo de Raadt
2000-06-16use TP_BSIZE (== BUFSIZ so no problem)Theo de Raadt
2000-04-18Typo: sytem -> systemAaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-01-10handle glob() return values better; netbsdTheo de Raadt