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_3_2_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.28   22 years  deraadt   typo; jslag@prop.walkerart.org
[TXT] dump.h  1.12   22 years  deraadt   remove crud
[TXT] dumprmt.c  1.18   22 years  millert   Fix signal handlers to take an int arg even though it is not used. This allows u...
[TXT] itime.c  1.8   22 years  millert   We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
[TXT] main.c  1.31   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] optr.c  1.22   22 years  millert   Fix signal handlers to take an int arg even though it is not used. This allows u...
[TXT] pathnames.h  1.5   26 years  millert   Fix some incorrect strncpy usage. From NetBSD (luke@netbsd.org) * verbosity add...
[TXT] tape.c  1.15   22 years  millert   We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
[TXT] traverse.c  1.10   22 years  mickey   fix a few overflows by using off_t, not 32bit longs; some parts are from lucq.or...