summaryrefslogtreecommitdiff
path: root/sbin/restore
AgeCommit message (Expand)Author
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
1997-07-06as inspired by a commit message of Todd Miller <millert@cvs.openbsd.org>:lukem
1997-07-04NULL => 0 (from Arne Juul; addendum to PR#3237)pk
1997-07-01Support using $TMPDIR for rst{dir,modes}* files, so that largelukem
1997-06-30There's no need to install restore(8) setgid tty.lukem
1997-06-18Fix problem with duplicate entries when changing from LEAF to NODE;lukem
1997-06-03explicitly \0 terminate locname[] in treescan(). should fix [bin/2093]lukem
1997-05-27remove the setuid bit.mrg
1997-05-17* NULL => 0 (Arne Juul; PR#3629)pk
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
1997-05-06Use .PATH.c: ...gwr
1997-04-15use _PATH_DEFTAPE from <paths.h> instead of "pathnames.h"lukem
1997-03-19* use mkstemp() instead of mktemp()lukem
1996-12-26Fix typo: PR bin/3059cjs
1996-12-24remove mkfs(8) xref; PR 3041mikel
1996-12-04Make sure to byte-swap all of the relevant fields; especially c_flags.mycroft
1996-11-30When initializing 'fssize,' the size of the data buffer to be used whencgd