OpenBSD CVS

src/usr.bin/file/


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.bin / file

Current tag: OPENBSD_5_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] magdir/        
[DIR] tst/        
[TXT] Makefile  1.15   9 years  nicm   Use a systrace(4) sandbox with a short whitelist of allowed syscalls for the fil...
[TXT] file.1  1.43   8 years  jmc   note that symlinks are not followed by default; from tilo stritzky ok nicm and ...
[TXT] file.c  1.47   8 years  tobias   Keep one byte for terminating '\0'. ok nicm@
[TXT] file.h  1.29   9 years  nicm   Use a systrace(4) sandbox with a short whitelist of allowed syscalls for the fil...
[TXT] magic-common.c  1.1   9 years  nicm   New implementation of the file(1) utility. This is a simplified, modernised vers...
[TXT] magic-dump.c  1.1   9 years  nicm   New implementation of the file(1) utility. This is a simplified, modernised vers...
[TXT] magic-load.c  1.6   8 years  tobias   Do not allow '\0' as an offset operator or type. ok nicm
[TXT] magic-test.c  1.6   8 years  nicm   Use gmtime not localtime when we want UTC, I got it right in one place but not i...
[TXT] magic.5  1.14   13 years  jmc   some escapes i missed;
[TXT] magic.h  1.6   8 years  nicm   I got confused and made the strength multiplier 20, it should be 10.
[TXT] text.c  1.2   9 years  nicm   Add a couple of missing spaces (style nits).
[TXT] xmalloc.c  1.2   8 years  nicm   Use strdup in xstrdup from Fritjof Bornebusch. While here, remove xfree which is...
[TXT] xmalloc.h  1.2   8 years  nicm   Remove leftover xfree() prototype.
[TXT] sandbox.c (in the Attic) [Hide]  1.8   8 years  nicm   systrace(4) STRIOCATTACH can only fail for file(1) if it is already systraced. I...