summaryrefslogtreecommitdiff
path: root/usr.bin/file
AgeCommit message (Collapse)Author
2000-07-26Rip out old dead legal notice, refer to BSD license. Clean up authors/historyIan Darwin
section.
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-27Add HPGL2 printer entyr (Pavel Lisy)Ian Darwin
2000-03-27Add Photoshop sub-type to JPEG.Ian Darwin
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-06mdoc'ify; from FreeBSD, with many modifications by me.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
least, this is the impression I get from looking at a lot of Perl docs.
1999-12-06oflowTheo de Raadt
1999-11-25Check for our tzfile(5) magic.Paul Janzen
1999-09-29cure the cancer; jean@parc.xerox.comTheo de Raadt
1999-09-26Increase MAXMAGIS again, and change the reallocation - don't need toIan Darwin
skimp on memory as much as when this code was written! (Thanks Theo).
1999-09-26Antti Kantee: bin/7918: sidtune support for file(1)Ian Darwin
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-03-30Finish repair of license file (old one still included here; now referIan Darwin
to new one), and update my email and the current FTP addresses.
1999-03-24Fix PR#788 (tickel@expert.cc.purdue.edu)Angelos D. Keromytis
1999-03-15Palm organizer file magic numbers (ksulliva@sludge.psc.edu, NetBSD)Angelos D. Keromytis
1999-02-19broken usage lineTheo de Raadt
1998-11-25Mpeg audio identification from ckane@best.comNiklas Hallqvist
1998-11-04learn more about AMANDA files; is@netbsd.orgTodd C. Miller
1998-10-13unsigned char fix; rahndsTheo de Raadt
1998-09-23Typo.Ian Darwin
1998-09-22End apparent but unexpected flame war by switching to Berkeley copyright.Ian Darwin
1998-08-21oopsTheo de Raadt
1998-08-19realloc fixTheo de Raadt
1998-07-24Lots of MOD formats, from claudio@pos.inf.ufpr.br.Jason Downs
1998-07-10err/warnMichael Shalayeff
1998-06-13lif is BIG_ENDIANMichael Shalayeff
1998-02-10oopsTheo de Raadt
1998-02-06wordperfect support; ksulliva@psc.eduTheo de Raadt
1997-09-30Add clist types, jimw@fornost.turner.comTodd C. Miller
1997-09-02include files that start with numberskstailey
1997-08-2464bit fix: don't mix long & int.Todd C. Miller
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-05-06Removed Mach and added NCR.etheisen
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-03take 2kstailey
1997-04-03make it match what is in magdir/magickstailey
1997-03-31correct path in comment; thieleke@ix.netcom.comTheo de Raadt
1997-02-09Updates file(1) to version 3.22 by way to NetBSD.Todd C. Miller
1997-02-09Missed this one before.Todd C. Miller
1997-02-09Updated from NetBSD.Todd C. Miller
1997-02-09Add macintosh magic.Todd C. Miller
1997-01-29Have file recognize PowerPC elf objects. Works for MSB objects currently.Dale S. Rahn
Should work for LSB objects?
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-11-06negative logic.etheisen
1996-11-06Only output unstripped. Check for static tag.etheisen
1996-11-06Added OLF magic.etheisen