| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the RealMedia file format. Also, add the $FreeBSD$. | green | 2000-07-03 | 1 | -0/+5 |
* | Identify timezone data files by their ``TZif'' magic number. | archie | 2000-03-14 | 1 | -0/+4 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 2 | -8/+16 |
* | Fxi various man pages to stop abusing the .Bx macro to generate | mpp | 2000-01-23 | 1 | -2/+2 |
* | Correct spelling : ascii -> ASCII | phantom | 1999-09-20 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 25 | -25/+25 |
* | Vastly improve the speed of the file command by making | wes | 1999-07-22 | 2 | -6/+7 |
* | Don't go looking for weird #includes if major isn't a macro. | phk | 1999-05-10 | 1 | -16/+1 |
* | Add Hitachi SH-3, SH-4, ARM, PPC, 68k PA-ARCH and a few others to PE | imp | 1999-01-09 | 1 | -27/+99 |
* | New file formats. | obrien | 1998-11-15 | 18 | -0/+645 |
* | Additional file formats. | obrien | 1998-11-15 | 1 | -7/+38 |
* | Added Microsoft's PE formatted executables for mips, i386 and Alpha. | imp | 1998-10-22 | 1 | -1/+33 |
* | Don't try to print out the signal number that caused core to be | jdp | 1998-10-09 | 1 | -3/+1 |
* | Fix "file" so that it prints the program names from core files | jdp | 1998-10-03 | 1 | -12/+16 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -4/+2 |
* | Correct zsh shell script entry. | cracauer | 1998-09-07 | 1 | -2/+2 |
* | This PR contains additional magic for file(1) describing | phk | 1998-08-07 | 1 | -0/+50 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -4/+2 |
* | Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead. | jb | 1998-02-20 | 1 | -2/+2 |
* | Add #include <string.h> to get prototypes. | jb | 1998-02-20 | 1 | -1/+2 |
* | Convert to mdoc. Move Id to the top. | charnier | 1998-02-04 | 1 | -82/+91 |
* | Add rcsid. RU#. Use err(3) instead of local redefinition. Convert man page to | charnier | 1998-01-28 | 13 | -499/+337 |
* | /etc/magic -> /usr/share/misc/magic | steve | 1997-11-04 | 1 | -2/+2 |
* | Check for invalid lower controls to not claim binary data with chars < 128 as | ache | 1997-10-04 | 1 | -8/+11 |
* | Add magic for FIGlet fonts and controlfiles | obrien | 1997-06-29 | 1 | -0/+9 |
* | Remove the etc-magic target since we no longer install the | mpp | 1997-04-04 | 1 | -5/+1 |
* | The magic file now lives in /usr/share/misc. | mpp | 1997-04-04 | 1 | -5/+7 |
* | Fix broken built-in ELF file handling, caused by missing prototypes | jdp | 1997-03-29 | 2 | -3/+7 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
* | I had to rename one additional file in the last file import, so | mpp | 1997-03-20 | 1 | -1/+2 |
* | The author picked up this file from FreeBSD, but gave it a different name | mpp | 1997-03-18 | 1 | -72/+0 |
* | Merge to resolve conflicts with file 3.22 merge. | mpp | 1997-03-18 | 19 | -270/+531 |
* | This commit was generated by cvs2svn to compensate for changes in r23988, | mpp | 1997-03-18 | 33 | -85/+1136 |
|\ |
|
| * | Upgrade to file version 3.22. | mpp | 1997-03-18 | 52 | -326/+1709 |
| * | This commit was manufactured by cvs2svn to create branch 'VENDOR-file'. | cvs2svn | 1996-10-24 | 2 | -0/+24 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -2/+5 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 22 | -22/+31 |
* | | Add framemaker 5.0. | phk | 1997-02-04 | 1 | -0/+1 |
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 22 | -22/+25 |
* | | Move the check for ASCIIness earlier. This avoids the following | joerg | 1996-12-20 | 1 | -7/+7 |
* | | Restored installation of /etc/magic. It's now a symlink instead of a | bde | 1996-12-13 | 1 | -9/+10 |
* | | Add another matching algorithhm to do heuristics for international | joerg | 1996-12-11 | 4 | -6/+83 |
* | | Detect GUS patches now | ache | 1996-11-17 | 1 | -0/+6 |
* | | Teach file about: | erich | 1996-10-24 | 3 | -1/+14 |
* | | Added magic file for bzip in ./Magdir | andreas | 1996-09-27 | 1 | -0/+14 |
* | | Make "file foo.core" print the program name properly again. | jdp | 1996-09-05 | 1 | -1/+1 |
* | | make install should not install any file in /etc. | wosch | 1996-08-17 | 1 | -2/+3 |
* | | New magic file with more politically correct identification of objects | jkh | 1996-07-05 | 1 | -12/+78 |
* | | Update an offset field for i386 a.out core files, so that the program | jdp | 1996-04-18 | 1 | -1/+1 |
* | | Fix a typo in the syntax for indirect offsets. | jdp | 1996-04-18 | 1 | -2/+2 |