summaryrefslogtreecommitdiffstats
path: root/usr.bin/file
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update to version 3.36.obrien2001-07-301-2/+6
| | | | | | | | | | I had to hack print.c due to some new bits that only compile on NetBSD. I could not figure what the analogous FreeBSD bits are.
* | Remove whitespace at EOL.dd2001-07-152-20/+20
| |
* | MAN[1-9] -> MAN.ru2001-03-271-2/+1
| |
* | mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-4/+4
| |
* | Remove hard-sentence breaks, canonify .Dd (no leading zero).ru2000-12-122-10/+15
| |
* | Re-add home born file(1) and magic(5) manual pages. Update them tophantom2000-12-113-13/+716
| | | | | | | | | | | | current file(1) version (3.33) Approved by: obrien
* | Use the vendor's manpages (which are in old -man format) rather thanobrien2000-11-263-631/+16
| | | | | | | | our modified one based on a much older version of the vendor's manpage.
* | mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-0/+1
| |
* | mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
| |
* | Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-10/+12
| |
* | Switch over to using the Christos Zoulas maintained version in contrib/obrien2000-11-05151-8259/+93
| | | | | | | | | | This also gives use the same exact results as NetBSD, thus sharing more code with our bretheren.
* | Include sys/types.hbrian2000-10-161-0/+2
| |
* | Add the RealMedia file format. Also, add the $FreeBSD$.green2000-07-031-0/+5
| |
* | Identify timezone data files by their ``TZif'' magic number.archie2000-03-141-0/+4
| | | | | | | | Add $FreeBSD$ tag.
* | Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-012-8/+16
| | | | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* | Fxi various man pages to stop abusing the .Bx macro to generatempp2000-01-231-2/+2
| | | | | | | | | | | | | | the string "FreeBSD". Use the .Fx macro instead. Also did some minor re-wording/formatting to work around a deficiency with the .Fx macro when it comes to puncuation characters other than periods and commas.
* | Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
| | | | | | | | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* | $Id$ -> $FreeBSD$peter1999-08-2825-25/+25
| |
* | Vastly improve the speed of the file command by makingwes1999-07-222-6/+7
| | | | | | | | | | | | | | | | | | the expected size of the magic(5) database agree with the real world. Also, improve the behavior of the realloc mechanism when the magic database does exceed expectations. Reviewed by: Peter Jeremy, Matt Dillon Obtained from: Peter Edwards <peter.edwards@isocor.ie>
* | Don't go looking for weird #includes if major isn't a macro.phk1999-05-101-16/+1
| |
* | Add Hitachi SH-3, SH-4, ARM, PPC, 68k PA-ARCH and a few others to PEimp1999-01-091-27/+99
| | | | | | | | | | file types. Also add bit interpretation from NetBSD to give more details about the file.
* | New file formats.obrien1998-11-1518-0/+645
| | | | | | | | Obtained from: NetBSD-current/src/usr.bin/file/magdir
* | Additional file formats.obrien1998-11-151-7/+38
| | | | | | | | Obtained from: NetBSD-current/src/usr.bin/file/magdir/msdos
* | Added Microsoft's PE formatted executables for mips, i386 and Alpha.imp1998-10-221-1/+33
| | | | | | | | | | | | | | Also added entry for the debugger files as well. The PE format is used for all Win32 platforms (Win95, Win98, WinNT and WinCE), so it is nice to be able to tell what kind of thing the foo.dll.... Don't have any data for powerpc formats, however...
* | Don't try to print out the signal number that caused core to bejdp1998-10-091-3/+1
| | | | | | | | | | dumped. It is not in a fixed location in the file, so at best, garbage comes out. I don't think this code was ever valid.
* | Fix "file" so that it prints the program names from core filesjdp1998-10-031-12/+16
| | | | | | | | correctly.
* | Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-4/+2
| |
* | Correct zsh shell script entry.cracauer1998-09-071-2/+2
| | | | | | | | | | PR: bin/7657 Submitted by: Dom Mitchell dom@phmit.demon.co.uk
* | This PR contains additional magic for file(1) describingphk1998-08-071-0/+50
| | | | | | | | | | | | | | | | | | | | | | various adventure game data files. from Allen Garvin <earendil@faeryland.tamu-commerce.edu> Edited by Dave Chapeskie <dchapes@ddm.on.ca> Jun 28, 1998 PR: 7466 Reviewed by: phk Submitted by: The Frobozz Magic Homing Pigeon Company
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-4/+2
| |
* | Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead.jb1998-02-201-2/+2
| |
* | Add #include <string.h> to get prototypes.jb1998-02-201-1/+2
| |
* | Convert to mdoc. Move Id to the top.charnier1998-02-041-82/+91
| |
* | Add rcsid. RU#. Use err(3) instead of local redefinition. Convert man page tocharnier1998-01-2813-499/+337
| | | | | | | | mdoc format. Add usage(). Remove rcs $ Log $ -> use cvs log instead.
* | /etc/magic -> /usr/share/misc/magicsteve1997-11-041-2/+2
| | | | | | | | PR: docs/4872
* | Check for invalid lower controls to not claim binary data with chars < 128 asache1997-10-041-8/+11
| | | | | | | | | | ASCII _text_ Cleanup names detection code
* | Add magic for FIGlet fonts and controlfilesobrien1997-06-291-0/+9
| | | | | | | | Obtained from: Figlet v2.2 release.
* | Remove the etc-magic target since we no longer install thempp1997-04-041-5/+1
| | | | | | | | /etc/magic symlink.
* | The magic file now lives in /usr/share/misc.mpp1997-04-041-5/+7
| | | | | | | | | | | | Closes PR# 3187. Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
* | Fix broken built-in ELF file handling, caused by missing prototypesjdp1997-03-292-3/+7
| | | | | | | | and use of off_t. Correct the types of Elf64_Addr and Elf64_Off.
* | compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
| | | | | | | | posix standard on the topic.
* | I had to rename one additional file in the last file import, sompp1997-03-201-1/+2
| | | | | | | | update this script to reflect that.
* | The author picked up this file from FreeBSD, but gave it a different namempp1997-03-181-72/+0
| | | | | | | | in file v3.22, so this one is going away.
* | Merge to resolve conflicts with file 3.22 merge.mpp1997-03-1819-270/+531
| |
* | This commit was generated by cvs2svn to compensate for changes in r23988,mpp1997-03-1833-85/+1136
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to file version 3.22.mpp1997-03-1852-326/+1709
| | | | | | | | Obtained from: ftp://ftp.deshaw.com/pub/file/file-3.22.tar.gz
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-file'.cvs2svn1996-10-242-0/+24
| |
* | Revert $FreeBSD$ to $Id$peter1997-02-221-2/+5
| |
* | Revert $FreeBSD$ to $Id$peter1997-02-2222-22/+31
| |
* | Add framemaker 5.0.phk1997-02-041-0/+1
| | | | | | | | This file could be rationalized I belive.
OpenPOWER on IntegriCloud