summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/xmalloc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge xmalloc.[ch] files across base, skipping OpenSSH for now.tobias2015-11-171-2/+2
| | | | ok nicm
* Remove leftover xfree() prototype.nicm2015-07-201-2/+1
|
* New implementation of the file(1) utility. This is a simplified,nicm2015-04-241-0/+31
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