summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/Magdir
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to using the Christos Zoulas maintained version in contrib/obrien2000-11-05129-4811/+0
| | | | | This also gives use the same exact results as NetBSD, thus sharing more code with our bretheren.
* 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.
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* 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.
* 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
* Add magic for FIGlet fonts and controlfilesobrien1997-06-291-0/+9
| | | | Obtained from: Figlet v2.2 release.
* Merge to resolve conflicts with file 3.22 merge.mpp1997-03-185-60/+135
|
* This commit was generated by cvs2svn to compensate for changes in r23988,mpp1997-03-1830-85/+583
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to file version 3.22.mpp1997-03-1835-116/+762
| | | | | | | | 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-222-2/+2
| |
* | Add framemaker 5.0.phk1997-02-041-0/+1
| | | | | | | | This file could be rationalized I belive.
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | Detect GUS patches nowache1996-11-171-0/+6
| |
* | Teach file about:erich1996-10-243-1/+14
| | | | | | | | | | | | 1) our branded elf's 2) mpeg audio/video/system streams 3) compiled java classes
* | Added magic file for bzip in ./Magdirandreas1996-09-271-0/+14
| | | | | | | | Obtained from: bzip sources ;)
* | Make "file foo.core" print the program name properly again.jdp1996-09-051-1/+1
| |
* | New magic file with more politically correct identification of objectsjkh1996-07-051-12/+78
| | | | | | | | | | and execs. Submitted-By: Brent Nordquist <nordquis@winternet.com>
* | Update an offset field for i386 a.out core files, so that the programjdp1996-04-181-1/+1
| | | | | | | | | | | | | | name comes out right again. Note: Don't bring this change directly into the -stable branch. The appropriate offset for -stable is different.
* | Recognize ld.so.hints file. Don't ask.wollman1996-02-071-0/+5
| |
* | Merged changes to resolve conflicts with file 3.19 import.mpp1996-01-232-12/+18
| |
* | This commit was generated by cvs2svn to compensate for changes in r13584,mpp1996-01-2378-354/+1719
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to file version 3.19.mpp1996-01-2380-364/+1738
| |
* | Recognize Acrobat files too.phk1995-10-191-0/+3
| |
* | Implement a rather gross hack to identify i386 a.out core files.joerg1995-09-211-0/+10
| | | | | | | | | | | | Takes advantage of some bytes in our current tss structure that reliably have particular values (due to our current architecture or CPU requirements).
* | Add X11 XPM and BDF description strings. Alas, bitmaps do not havejoerg1995-09-171-0/+2
| | | | | | | | anything usable as "magic string".
* | Sanitize the PGP strings a bit.phk1995-08-031-9/+10
| |
* | Add magic cookie for Zyxel modems ADPCM4 encoding.mpp1995-07-241-0/+2
| | | | | | | | Submitted by: Henrik Vestergaard Draboel <hvd@terry.ping.dk>
* | Add recognition of HP Printer Job Language (PJL) commands.gibbs1995-03-241-0/+5
| |
* | Changes to file(1) for FreeBSD:csgr1994-09-031-0/+16
|/ | | | | | | | | | | | | - Makefile: bmake the sucker - file.1, magic.5: replace __MAGIC__ and __SECTION__ - add Magdir/freebsd - add file to usr.bin/Makefile A note on the FreeBSD magic entry: The magic number "000000407" is reported as "impure format". This stops file(1) telling us that our object files are "PDP-11 executables". (Saying anything more than "impure format" would probably be bogus. Submitted by: Geoff.
* Bring in file 3.14 by Ian Darwin (and Christos Zoulas)csgr1994-09-0383-0/+1877
The following files were moved to different names: - file.man -> file.1 - magic.man -> magic.5 The following file was removed: - Magdir/Makefile
OpenPOWER on IntegriCloud