aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/file
Commit message (Expand)AuthorAgeFilesLines
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-4/+2
* Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead.John Birrell1998-02-201-2/+2
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
* Convert to mdoc. Move Id to the top.Philippe Charnier1998-02-041-82/+91
* Add rcsid. RU#. Use err(3) instead of local redefinition. Convert man page toPhilippe Charnier1998-01-2813-499/+337
* /etc/magic -> /usr/share/misc/magicSteve Price1997-11-041-2/+2
* Check for invalid lower controls to not claim binary data with chars < 128 asAndrey A. Chernov1997-10-041-8/+11
* Add magic for FIGlet fonts and controlfilesDavid E. O'Brien1997-06-291-0/+9
* Remove the etc-magic target since we no longer install theMike Pritchard1997-04-041-5/+1
* The magic file now lives in /usr/share/misc.Mike Pritchard1997-04-041-5/+7
* Fix broken built-in ELF file handling, caused by missing prototypesJohn Polstra1997-03-292-3/+7
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* I had to rename one additional file in the last file import, soMike Pritchard1997-03-201-1/+2
* The author picked up this file from FreeBSD, but gave it a different nameMike Pritchard1997-03-181-72/+0
* Merge to resolve conflicts with file 3.22 merge.Mike Pritchard1997-03-1819-270/+531
* This commit was generated by cvs2svn to compensate for changes in r23988,Mike Pritchard1997-03-1833-85/+1136
|\
| * Upgrade to file version 3.22.Mike Pritchard1997-03-1852-307/+1714
* | Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+5
* | Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2222-22/+31
* | Add framemaker 5.0.Poul-Henning Kamp1997-02-041-0/+1
* | Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1422-22/+25
* | Move the check for ASCIIness earlier. This avoids the followingJoerg Wunsch1996-12-201-7/+7
* | Restored installation of /etc/magic. It's now a symlink instead of aBruce Evans1996-12-131-9/+10
* | Add another matching algorithhm to do heuristics for internationalJoerg Wunsch1996-12-114-6/+83
* | Detect GUS patches nowAndrey A. Chernov1996-11-171-0/+6
* | Teach file about:Eric L. Hernes1996-10-243-1/+14
* | Added magic file for bzip in ./MagdirAndreas Klemm1996-09-271-0/+14
* | Make "file foo.core" print the program name properly again.John Polstra1996-09-051-1/+1
* | make install should not install any file in /etc.Wolfram Schneider1996-08-171-2/+3
* | New magic file with more politically correct identification of objectsJordan K. Hubbard1996-07-051-12/+78
* | Update an offset field for i386 a.out core files, so that the programJohn Polstra1996-04-181-1/+1
* | Fix a typo in the syntax for indirect offsets.John Polstra1996-04-181-2/+2
* | Fixed some minor formatting problems to silence manck some more.Mike Pritchard1996-02-121-3/+2
* | Recognize ld.so.hints file. Don't ask.Garrett Wollman1996-02-071-0/+5
* | Correct some manual page cross reference errors. E.g. su is a sectionMike Pritchard1996-02-021-2/+2
* | Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-3/+3
* | Merged changes to resolve conflicts with file 3.19 import.Mike Pritchard1996-01-2314-155/+357
* | This commit was generated by cvs2svn to compensate for changes in r13584,Mike Pritchard1996-01-2380-375/+1735
|\|
| * Upgrade to file version 3.19.Mike Pritchard1996-01-2394-536/+2097
* | Recognize Acrobat files too.Poul-Henning Kamp1995-10-191-0/+3
* | Implement a rather gross hack to identify i386 a.out core files.Joerg Wunsch1995-09-211-0/+10
* | Add X11 XPM and BDF description strings. Alas, bitmaps do not haveJoerg Wunsch1995-09-171-0/+2
* | Sanitize the PGP strings a bit.Poul-Henning Kamp1995-08-031-9/+10
* | Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
* | Add magic cookie for Zyxel modems ADPCM4 encoding.Mike Pritchard1995-07-241-0/+2
* | Remove trailing whitespace.Rodney W. Grimes1995-05-3011-67/+77
* | Fix %d and others printingAndrey A. Chernov1995-05-241-2/+2
* | Add recognition of HP Printer Job Language (PJL) commands.Justin T. Gibbs1995-03-241-0/+5
* | Shell script containing the steps followed in importing file(1).Geoff Rehmet1994-09-031-0/+17
* | Changes to file(1) for FreeBSD:Geoff Rehmet1994-09-034-131/+46
|/