summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/xmalloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* asprintf returns -1, not an arbitrary value < 0. Also upon error thederaadt2019-06-281-2/+2
* Merge xmalloc.[ch] files across base, skipping OpenSSH for now.tobias2015-11-171-12/+7
* Use strdup in xstrdup from Fritjof Bornebusch. While here, remove xfreenicm2015-06-171-14/+3
* New implementation of the file(1) utility. This is a simplified,nicm2015-04-241-0/+103