OpenBSD CVS

src/usr.sbin/mtree/


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 / usr.sbin / mtree

Current tag: OPENBSD_3_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.6   26 years  deraadt   $OpenBSD$
[TXT] compare.c  1.16   21 years  millert   Add missing includes, breaks and semicolons to appease gcc3; David Krause deraad...
[TXT] create.c  1.18   22 years  millert   We also need to vis-encode the path contained in a symbolic link. Based on a pat...
[TXT] extern.h  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] misc.c  1.14   22 years  millert   Remove short-lived 'preserve' option that was replaced with 'nochange'.
[TXT] mtree.8  1.20   22 years  millert   Rename the new 'preserve' flag to 'nochange' for consistency with FreeBSD. The o...
[TXT] mtree.c  1.14   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] mtree.h  1.9   22 years  millert   Rename the new 'preserve' flag to 'nochange' for consistency with FreeBSD. The o...
[TXT] spec.c  1.16   22 years  millert   We also need to vis-encode the path contained in a symbolic link. Based on a pat...
[TXT] verify.c  1.11   22 years  mpech   kill more registers. millert@ ok