summaryrefslogtreecommitdiff
path: root/sbin/restore
AgeCommit message (Expand)Author
2001-12-23fix compile issues now that on-tape times are int32_t instead of time_tlukem
2001-12-07One '\' too many.wiz
2001-11-16Sort sections, use .Ic for a non-NetBSD program instead of .Xr.wiz
2001-11-01oops, remove temporary commentlukem
2001-11-01fix -Wshadow warningslukem
2001-11-01remove arg name in prototype decllukem
2001-09-24va_{start,end} audit:wiz
2001-08-24heirarchy -> hierarchywiz
2001-06-19`existent', not `existant'wiz
2001-06-05Drop arguments of .Os.wiz
2001-02-19convert to use getprogname()cgd
2001-02-04revert previous change; not needed.christos
2001-02-04fix nested externchristos
2001-01-24Remove incorrect advice for lint; the control may return from panic().enami
2001-01-18If possible, detect more case that file is missing on the tape.enami
2000-10-10Format string cleanups by Bill Sommerfeld.is
2000-07-07Extract file flags of symbolic link.enami
2000-06-09Force -t or -N flag disables -u flag (but -t case is just for sanity).enami
2000-05-23Make sure that sentences end at the end of source line for betterenami
2000-05-23Add comment and sanity check about why we need not to skip remainingenami
2000-05-19Correctly extract the inode maps bigger than 512 tape blocks.enami
2000-01-27Fix PR9282: restore doesn't print dump header on dumps from host withsommerfeld
1999-11-19Keep SEE ALSO list in alphabetical order.enami
1999-11-19Use .Ar macro for the files to be extracted.enami
1999-11-19Don't pass so many args to .Nd macro. It just overflows.enami
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-07-01Note the default tape device is taken from _PATH_DEFTAPE in /usr/include/paths.habs
1999-06-28Default device is nrst0 not rst0abs
1999-02-09Make quoted strings work. (don't set the high bit of each character)erh
1999-01-03user friendly enhancments.lukem
1998-07-27fix a small bug.msaitoh
1998-06-24Add an unlink (-u) flag so that we can use this for installs.christos
1998-05-12Don't actually set attributes of directory if -N flag is given.enami
1998-04-29fix bad .Xr referencesfair
1998-04-01Need <time.h> for ctime() prototype.kleink
1998-03-30use static int, not just staticmrg
1998-03-18Update for new headers.bouyer
1998-01-10Document some undocumented options (-d and -N) and commandsenami
1998-01-10Fix a typo; s/Complaints/Complains/ (pointed by Mike Long).enami
1997-12-13Fix the bug introduced in last change; pass IFCHR or IFBLK bit toenami
1997-11-18Use file mode 0600 when creating special file or fifo.enami
1997-11-18Restore file attributes after extracting regular file. Fixes PR#4515enami
1997-11-11add missing .Nm sections.mrg
1997-10-20Fix .Nm usage.enami
1997-10-19Use futimes(2). Do {f,}utimes(2) *before* {f,}chflags(2), for obviousmycroft
1997-10-10CFLAGS->CPPFLAGSchristos
1997-10-08Restore owner/group/mode/atime/mtime of symbolic links.enami
1997-09-16resolve conflicts from lite-2 mergelukem
1997-09-16make these compile on the alpha after WARNS=1.mrg
1997-09-15* cleanup for WARNS=1lukem