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_6_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] magdir/        
[DIR] tst/        
[TXT] Makefile  1.18   6 years  brynet   Revert my changes in r1.60 back to nicm@'s latest for now. Fixes "file *|grep" ...
[TXT] file.1  1.44   8 years  jca   Add --brief and --dereference, used by xdg-open/xdg-mime. From Ralf Horstmann, ...
[TXT] file.c  1.68   5 years  deraadt   dev_t is signed to permit passing -1 as an invalid condition, but the decomposit...
[TXT] file.h  1.30   7 years  nicm   Remove old unused prototype, from Ilya Kaliman.
[TXT] magic-common.c  1.3   8 years  nicm   Accept hexadecimal numbers without 0x if they aren't a valid decimal number.
[TXT] magic-dump.c  1.2   8 years  nicm   Add support for 'name' and 'use' which allows more of the latest magic files to ...
[TXT] magic-load.c  1.26   6 years  brynet   Replace fgetln with POSIX getline, even though file was using fgetln in the idio...
[TXT] magic-test.c  1.27   5 years  nicm   Regex flags should include REG_NEWLINE and REG_ICASE should actually be used if ...
[TXT] magic.5  1.18   6 years  jmc   add missing types; from klemens nanni ok nicm
[TXT] magic.h  1.15   8 years  nicm   Tidy up some #include lines.
[TXT] text.c  1.3   7 years  nicm   Style nits; no binary change.
[TXT] xmalloc.c  1.4   4 years  deraadt   asprintf returns -1, not an arbitrary value < 0. Also upon error the (very slop...
[TXT] xmalloc.h  1.3   8 years  tobias   Merge xmalloc.[ch] files across base, skipping OpenSSH for now. ok nicm