summaryrefslogtreecommitdiff
path: root/usr.bin/file
AgeCommit message (Collapse)Author
2006-07-18Sync with currentIan Darwin
2006-07-18Remove obsoleteIan Darwin
2006-07-18Documentation-only change: sync with current versionIan Darwin
2006-07-18Sync copyright dateIan Darwin
2006-06-02Replaced by new stuff in regressIan Darwin
2006-04-04Remove unused variable, spotted by otto@Pedro Martelletto
2006-04-04Fix case where a string could not be correctly terminated, okay jaredy@Pedro Martelletto
2005-10-20spelling;Jason McIntyre
ok ian@
2005-09-06recognize flac format; from netbsd viaFederico G. Schwindt
Okan Demirmen <okan@demirmen.com> to tech@; deraadt@ ok.
2005-05-18fix error message; ok ianJared Yanovich
2005-04-11handle -1 potential case from snprintf tooTheo de Raadt
2005-01-31recognize OpenEXR images.Marc Espie
okay ian Darwin.
2004-12-04sync manual and usage to file-4.09; bits from and ok ian and jmcJared Yanovich
2004-10-27oops! one line wrongPer Fogelstrom
2004-10-27Change how MIPS ISA level is output to be consistent with other arches.Per Fogelstrom
ok deraadt, grange and ian
2004-10-23Sparc->SPARCAlexander Yurchenko
Amd->AMD ok ian@
2004-10-20More mips executables from NetBSD.Alexander Yurchenko
ok ian@ tedu@
2004-10-14remove spurious version number referenceJared Yanovich
problem reported by ray cyth net ok millert
2004-09-25tidy buffer sizes, from Alexander Farber, PR 3924. ok tedu@Otto Moerbeek
2004-08-10put mips64 core file recognition (someone please test)Theo de Raadt
2004-06-03merge back two chunks that are different hereTed Unangst
2004-06-03ogg vorbis magic i found on a redhat boxTed Unangst
2004-06-03merge in new magic from file 4.09. Mostly from Bruno RoheeTed Unangst
2004-05-19remove old file, rcsidsTed Unangst
2004-05-19file 4.09Ted Unangst
2004-05-19big update to file 4.09. ok ian@Ted Unangst
2004-05-17dig b.out; from netbsdMichael Shalayeff
2004-03-23Recognize amd64 binaries and coredumps; ok todd@ deraadt@ drahn@Miod Vallat
2004-02-03Recognize openbsd arm executables and corefiles. ok deraadt@Dale Rahn
2003-12-07remove duplicate chunkTheo de Raadt
2003-12-07m88k partsTheo de Raadt
2003-11-09Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-30add missing tcpdump capture types; aldo@nullcube.comTheo de Raadt
2003-08-02missing includeTheo de Raadt
2003-07-02protosTheo de Raadt
2003-07-02bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)Anil Madhavapeddy
2003-06-13ian gives permission for 3/4 removalTheo de Raadt
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-05-12Recognize Ogg Vorbis audio files, thanks tedu@Ian Darwin
2003-04-07replace strcpy calls that got inlined by gcc; ↵Theo de Raadt
Hans-Joerg.Hoexer@yerbouti.franken.de
2003-04-07string fixes; ian okTheo de Raadt
2003-03-11Replace TPUM license with standard BSD-style licenseIan Darwin
2003-03-04Interim JPEG size support; PNG and other lesser image formats added.Ian Darwin
2003-03-03Add config.h described in previous commitIan Darwin
2003-03-03Bring in readelf.c from Christos' version 3.41 to head off a localIan Darwin
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.
2003-02-15copyrights added;Jason McIntyre
file(1), magic(5): Ian F. Darwin afterboot(8): Marshall M. Midden x99token(1): Paul Borman
2002-12-15more writable spelling; torhHenning Brauer
2002-11-29Add -b flag (brief mode) like NetBSD and FreeBSD; Ibrahim KhalifaTodd C. Miller
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell