OpenBSD CVS

src/sbin/restore/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / restore

Current tag: OPENBSD_5_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   26 years  deraadt   $OpenBSD$
[TXT] dirs.c  1.41   8 years  guenther   Switch from utimes() to utimensat() to $estore full nanosecond granularity ok m...
[TXT] extern.h  1.12   9 years  guenther   Reuse xtrfile() to avoid duplication. Casting from long to int for a size_t argu...
[TXT] interactive.c  1.30   9 years  deraadt   Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or delete <sys/pa...
[TXT] main.c  1.23   9 years  deraadt   Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or delete <sys/pa...
[TXT] restore.8  1.40   8 years  jmc   add missing NAME entries; ok schwarze
[TXT] restore.c  1.17   11 years  deraadt   pretty print bigger off_t ok tedu otto
[TXT] restore.h  1.8   13 years  miod   opration -> operation
[TXT] symtab.c  1.22   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] tape.c  1.47   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] utilities.c  1.19   8 years  guenther   Use linkat() instead of link() so that hardlinks of symlinks work ok millert@