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_2_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.6   26 years  deraadt   $OpenBSD$
[TXT] compare.c  1.10   26 years  deraadt   readlink len-1
[TXT] create.c  1.11   26 years  flipk   u_short keys --> u_int keys so now, keywords "uid" and "uname" work again.
[TXT] extern.h  1.3   26 years  millert   err() -> error() so we don't conflict with err(3).
[TXT] misc.c  1.8   26 years  mickey   #if __STDC__ --> #ifdef __STDC__
[TXT] mtree.8  1.14   24 years  aaron   Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other cl...
[TXT] mtree.c  1.11   24 years  millert   getcwd() does not stuff an error string in buf on error, call strerror() instead...
[TXT] mtree.h  1.6   26 years  millert   Add rmd160 support. Sheesh, you'd think this was tripwire.
[TXT] spec.c  1.10   25 years  millert   The return value of setmode(3) is a pointer to malloc()'ed area and must be free...
[TXT] verify.c  1.6   25 years  marc   add -q flag to silent messages of the type: missing: some-file-name (not created...