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_1


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.40   17 years  jmc   shuffle the text slightly into a more logical order;
[TXT] dump.h  1.14   20 years  tedu   rename struct dinode to ufs1_dinode. clears the namespace and makes way for som...
[TXT] dumprmt.c  1.24   17 years  deraadt   delete sunos junk; Jim Razmus
[TXT] itime.c  1.14   17 years  deraadt   memory leak found by coverity; Jim Razmus
[TXT] main.c  1.40   17 years  deraadt   delete sunos junk; Jim Razmus
[TXT] optr.c  1.29   17 years  ray   Change hard coded numbers to sizeof(buf). Also change some sizeof(buf) - 1 to s...
[TXT] pathnames.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tape.c  1.28   17 years  deraadt   delete sunos junk; Jim Razmus
[TXT] traverse.c  1.19   17 years  ray   Add and fix /* FALLTHROUGH */ comments. From Jim Razmus. OK millert@ and otto@...