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_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] magdir/        
[DIR] tst/        
[TXT] Makefile  1.17   6 years  brynet   Simplify file(1) by removing the no longer necessary parent/child separation and...
[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.64   6 years  brynet   close open fd after testing files, ensuring that fd isn't stdin. ok nicm@
[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.25   7 years  nicm   Style nits; no binary change.
[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.3   8 years  tobias   Merge xmalloc.[ch] files across base, skipping OpenSSH for now. ok nicm
[TXT] xmalloc.h  1.3   8 years  tobias   Merge xmalloc.[ch] files across base, skipping OpenSSH for now. ok nicm