summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/readelf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New implementation of the file(1) utility. This is a simplified,nicm2015-04-241-1020/+0
| | | | | | | | 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
* bounds check, apply from upstream devel/libmagicderaadt2014-11-041-1/+8
| | | | from Matthias Pitzl @ genua
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* file update to 4.24chl2009-04-241-165/+163
| | | | | | | | | | | The '-i' switch is now enabled so file(1) can output mime type strings. ok ian@ builk ports build test on amd64 by jasper@ ok ray@ gilles@ on a almost identical diff builk ports build test on sparc64 on this almost identical diff by ajacoutot@ also tested by landry@
* Update file to 4.21.chl2008-05-081-188/+384
| | | | | | tested by ian@ sthen@ OK ian@, "move ahead with it" deraadt@
* big update to file 4.09. ok ian@tedu2004-05-191-413/+532
|
* Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>otto2003-11-091-2/+2
|
* ian gives permission for 3/4 removalderaadt2003-06-131-6/+1
|
* Replace TPUM license with standard BSD-style licenseian2003-03-111-1/+36
|
* Bring in readelf.c from Christos' version 3.41 to head off a localian2003-03-031-185/+544
| | | | | | | stack attack noted by iDefense, and for more complete 64-bit ELF support. Add hand-made config.h to avoid running configure but still be able to use Christos' code. In print.c add error(...)-->err(1,...) wrapper. Tested on i386, sparc64, macppc.
* use types in inttypes.h directlyitojun2002-06-051-3/+3
|
* err/warnmickey1998-07-101-9/+9
|
* Updates file(1) to version 3.22 by way to NetBSD.millert1997-02-091-0/+315