summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/magdir (follow)
Commit message (Collapse)AuthorAgeFilesLines
* recognize those ubiquitous webp fileespie2021-01-231-1/+3
| | | | | | cherry-picked from FreeBSD okay millert@, deraadt@, sthen@
* Update qcow file definitionsccardenas2018-10-041-26/+60
| | | | | | Taken from netbsd "go for it" deraadt@
* Recognise AArch64 binaries and core dumps.jsg2017-02-191-1/+2
|
* Partially sync magdir/sniffer from the file distribution on astron.com,sthen2016-04-281-3/+108
| | | | | | adds pcap-ng files and some more link-layer types for pcap. Not an exact merge because they're using "use" which we don't currently support. ok nicm@ jasper@
* Sync 'archive' magic from file 5.25. Various improvements includingsthen2016-03-061-158/+330
| | | | | | epub detection which jirib at devio dot us reported as not working. nicm says "The only thing I see that we do not support is the indirect on the last line, I suggest just commenting it" (done).
* Therefor -> Therefore (where appropriate)tb2016-01-291-2/+2
| | | | from ray@, ok jmc@
* Sync magdir/animation with file 5.25, amongst other updates this fixes ansthen2016-01-021-78/+309
| | | | | incorrect detection of mp3 sample frequency/audio channels with non-mp3 files tracked down by Brandon Vincent. ok nicm@
* palmpilot should have gone when palm was added, it is redundant.nicm2015-11-051-12/+0
|
* Update Matroska magic file.nicm2015-10-311-4/+6
|
* Simple update for pdf, from file 5.x.nicm2015-10-061-1/+7
|
* Another simple update for xwindows, from 5.x.nicm2015-10-061-8/+17
|
* ssh and ssl key file magic, from file 5.x.nicm2015-10-062-0/+25
|
* Another simple update from file 5.x.nicm2015-10-061-8/+28
|
* Another trivial update, some extra bits for timezone, from file 5.x.nicm2015-10-051-1/+18
|
* Very trivial changes from file 5.x: spelling mistakes, %ld->%d and somenicm2015-10-0522-53/+53
| | | | style nits.
* Get BE and LE UTF-32 correct, from file 5.x.nicm2015-10-051-3/+3
|
* Update compress magic from the upstream file 5.x magic files.nicm2015-10-051-15/+76
|
* Fix a couple of errors in the magic source files.nicm2015-04-242-4/+4
|
* teach file about lua 5.2.fgsch2013-01-051-1/+2
| | | | ok miod@
* Add a start record to the ktrace and use a special magic string "KTR"mikeb2012-04-101-0/+8
| | | | | | | to identify ktrace files. kdump(1) will now refuse to operate on trace data without the start record and as a bonus will print only PID, unless an -H flag is specified to print PID/TID pairs. Initial diff, input from and ok deraadt, guenther.
* Ignatios Souvatzis at NetBSD rescinded the third and fourth clause inschwarze2011-10-151-8/+1
| | | | | | his license on Nov 9, 2009, see NetBSD CVS rev. 1.2. Pointed out by tedu@, following a question from <pancake at youterm com> forwarded by edd@.
* partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@.krw2009-12-231-3/+3
|
* Correctly escape spaces in the Erlang 4.2/4.3 magic.sthen2009-09-031-4/+4
| | | | | | Fixes printing on Tuesdays from some applications. ok ian@ (yes really - http://catless.ncl.ac.uk/Risks/25.77.html#subj14)
* add missing $OpenBSD$ tagschl2009-04-2618-0/+22
| | | | ok ian@
* file update to 4.24chl2009-04-2484-702/+2028
| | | | | | | | | | | The '-i' switch is now enabled so file(1) can output mime type strings. ok ian@ builk ports build test on amd64 by jasper@ ok ray@ gilles@ on a almost identical diff builk ports build test on sparc64 on this almost identical diff by ajacoutot@ also tested by landry@
* add missing $OpenBSD$ tagschl2008-05-1428-0/+38
| | | | ok ian@
* Update file to 4.21.chl2008-05-0898-1405/+6279
| | | | | | tested by ian@ sthen@ OK ian@, "move ahead with it" deraadt@
* detect MP3 file with ID3 v2 tagsturm2007-04-081-1/+6
| | | | ok deraadt
* Recognize OpenBSD/sh core dumps.miod2007-02-271-1/+3
|
* recognize 'sh' binaries.drahn2006-10-121-1/+3
|
* spelling;jmc2005-10-201-4/+4
| | | | ok ian@
* recognize flac format; from netbsd viafgsch2005-09-061-1/+38
| | | | Okan Demirmen <okan@demirmen.com> to tech@; deraadt@ ok.
* recognize OpenEXR images.espie2005-01-311-1/+2
| | | | okay ian Darwin.
* oops! one line wrongpefo2004-10-271-2/+2
|
* Change how MIPS ISA level is output to be consistent with other arches.pefo2004-10-271-48/+48
| | | | ok deraadt, grange and ian
* Sparc->SPARCgrange2004-10-231-5/+5
| | | | | | Amd->AMD ok ian@
* More mips executables from NetBSD.grange2004-10-201-5/+53
| | | | ok ian@ tedu@
* put mips64 core file recognition (someone please test)deraadt2004-08-101-6/+6
|
* merge back two chunks that are different heretedu2004-06-031-7/+15
|
* ogg vorbis magic i found on a redhat boxtedu2004-06-031-0/+80
|
* merge in new magic from file 4.09. Mostly from Bruno Roheetedu2004-06-03163-219/+4286
|
* dig b.out; from netbsdmickey2004-05-172-3/+10
|
* Recognize amd64 binaries and coredumps; ok todd@ deraadt@ drahn@miod2004-03-232-0/+5
|
* Recognize openbsd arm executables and corefiles. ok deraadt@drahn2004-02-032-4/+5
|
* remove duplicate chunkderaadt2003-12-071-4/+0
|
* m88k partsderaadt2003-12-071-0/+21
|
* Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>otto2003-11-091-3/+2
|
* add missing tcpdump capture types; aldo@nullcube.comderaadt2003-10-301-0/+18
|
* Recognize Ogg Vorbis audio files, thanks tedu@ian2003-05-121-0/+4
|
* Interim JPEG size support; PNG and other lesser image formats added.ian2003-03-042-35/+221
|