OpenBSD CVS

src/sbin/dump/


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 / dump

Current tag: OPENBSD_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.10   23 years  naddy   Disable optimization on sparc; ok deraadt@ If tape.c is compiled with -O or hig...
[TXT] dump.8  1.44   16 years  jmc   the kids want I/O;
[TXT] dump.h  1.16   16 years  millert   Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. With h...
[TXT] dumprmt.c  1.25   16 years  chl   remove unused functions initially from tobias@, and I removed an unused struct ...
[TXT] itime.c  1.16   16 years  tobias   Proper use of fseek/fseeko macros. OK joris@, otto@
[TXT] main.c  1.42   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[TXT] optr.c  1.30   16 years  millert   Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. With h...
[TXT] pathnames.h  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tape.c  1.30   16 years  otto   compute transfer rate using 64-bit arithmetic, ok sthen@ millert@
[TXT] traverse.c  1.23   16 years  otto   don't use static data in recursive functions; from FreeBSD; fixes PR 5509 and ot...