aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/file
Commit message (Expand)AuthorAgeFilesLines
...
* | Update for FILE v3.39.Ruslan Ermilov2002-09-192-17/+21
* | Bootstrapping aid for systems without <stdint.h>.Ruslan Ermilov2002-09-191-0/+4
* | Update for version 3.39.David E. O'Brien2002-09-162-2/+46
* | Update for 3.39.David E. O'Brien2002-09-161-0/+1
* | Use `The .Nm utility'Philippe Charnier2002-04-191-6/+4
* | Install files via FILES.Ruslan Ermilov2001-12-171-6/+3
* | Fold example text into 80 column width display.Ruslan Ermilov2001-12-131-1/+2
* | Update for FILE v3.37.Ruslan Ermilov2001-10-092-5/+23
* | Update for FILE v3.37.David E. O'Brien2001-10-081-6/+2
* | Use a build-tool to create the .mgc files.David E. O'Brien2001-08-171-5/+11
* | mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* | Update for 3.36.Ruslan Ermilov2001-08-091-1/+1
* | Update for 3.36.Ruslan Ermilov2001-08-091-190/+220
* | Clean up this thing a little.David E. O'Brien2001-08-081-34/+23
* | Support the new "-i" (output MIME type strings) option by installingDavid E. O'Brien2001-08-081-2/+11
* | Build and use the precompiled magic file. Precompiled magic files haveDavid E. O'Brien2001-08-081-2/+7
* | Update to version 3.36.David E. O'Brien2001-07-301-1/+7
* | Update to version 3.36.David E. O'Brien2001-07-301-2/+6
* | Remove whitespace at EOL.Dima Dorfman2001-07-152-20/+20
* | MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+1
* | mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-4/+4
* | Remove hard-sentence breaks, canonify .Dd (no leading zero).Ruslan Ermilov2000-12-122-10/+15
* | Re-add home born file(1) and magic(5) manual pages. Update them toAlexey Zelkin2000-12-113-13/+716
* | Use the vendor's manpages (which are in old -man format) rather thanDavid E. O'Brien2000-11-263-631/+16
* | mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
* | mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* | Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-10/+12
* | Switch over to using the Christos Zoulas maintained version in contrib/David E. O'Brien2000-11-05151-8259/+93
* | Include sys/types.hBrian Somers2000-10-161-0/+2
* | Add the RealMedia file format. Also, add the $FreeBSD$.Brian Feldman2000-07-031-0/+5
* | Identify timezone data files by their ``TZif'' magic number.Archie Cobbs2000-03-141-0/+4
* | Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-012-8/+16
* | Fxi various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-231-2/+2
* | Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-1/+1
* | $Id$ -> $FreeBSD$Peter Wemm1999-08-2825-25/+25
* | Vastly improve the speed of the file command by makingWes Peters1999-07-222-6/+7
* | Don't go looking for weird #includes if major isn't a macro.Poul-Henning Kamp1999-05-101-16/+1
* | Add Hitachi SH-3, SH-4, ARM, PPC, 68k PA-ARCH and a few others to PEWarner Losh1999-01-091-27/+99
* | New file formats.David E. O'Brien1998-11-1518-0/+645
* | Additional file formats.David E. O'Brien1998-11-151-7/+38
* | Added Microsoft's PE formatted executables for mips, i386 and Alpha.Warner Losh1998-10-221-1/+33
* | Don't try to print out the signal number that caused core to beJohn Polstra1998-10-091-3/+1
* | Fix "file" so that it prints the program names from core filesJohn Polstra1998-10-031-12/+16
* | Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-4/+2
* | Correct zsh shell script entry.Martin Cracauer1998-09-071-2/+2
* | This PR contains additional magic for file(1) describingPoul-Henning Kamp1998-08-071-0/+50
* | .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