summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/text.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style nits; no binary change.nicm2017-04-181-2/+2
|
* Add a couple of missing spaces (style nits).nicm2015-04-241-2/+2
|
* New implementation of the file(1) utility. This is a simplified,nicm2015-04-241-0/+168
modernised version with a nearly complete magic(5) parser but omits some of the complex builtin tests (notably ELF) and has a reduced set of options. ok deraadt