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_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.7   20 years  millert   Mtree needs the old crc routines; remove some extraneous includes while I am at ...
[TXT] compare.c  1.21   18 years  millert   Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can't be halted b...
[TXT] crc.c  1.2   19 years  deraadt   ansi cleanup; khalek@linuxgamers.net
[TXT] create.c  1.25   18 years  millert   Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can't be halted b...
[TXT] extern.h  1.8   18 years  millert   Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can't be halted b...
[TXT] misc.c  1.18   19 years  deraadt   ansi cleanup; khalek@linuxgamers.net
[TXT] mtree.8  1.32   16 years  jmc   convert to new .Dd format;
[TXT] mtree.c  1.18   20 years  millert   Add missing "break" in -s case and make usage() explicitly take void. From Andre...
[TXT] mtree.h  1.11   18 years  millert   Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can't be halted b...
[TXT] spec.c  1.23   18 years  millert   Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can't be halted b...
[TXT] verify.c  1.16   19 years  otto   Use the same ordering when verifying as with creating and replace some hardcoded...