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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.9   11 years  deraadt   do not need -static anymore
[TXT] compare.c  1.31   3 weeks  jsg   correct indentation; no functional change ok tb@
[TXT] crc.c  1.4   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] create.c  1.36   9 months  guenther   Stop down-converting to a timeval when comparing and setting times. Replace use ...
[TXT] extern.h  1.9   6 years  krw   Mark error() as __dead so clang doesn't report use of uninitialized variables af...
[TXT] misc.c  1.20   6 years  krw   Mark error() as __dead so clang doesn't report use of uninitialized variables af...
[TXT] mtree.8  1.42   2 years  jsg   Avoid gendered language in man pages when not referring to a specific person. Re...
[TXT] mtree.c  1.28   17 months  cheloha   userspace: remove vestigial '?' cases from top-level getopt(3) loops getopt(3) ...
[TXT] mtree.h  1.14   9 months  guenther   Stop down-converting to a timeval when comparing and setting times. Replace use ...
[TXT] spec.c  1.30   9 months  guenther   Stop down-converting to a timeval when comparing and setting times. Replace use ...
[TXT] verify.c  1.21   7 years  krw   Nuke a bunch of whitespace nits seen while '%q' hunting.