summaryrefslogtreecommitdiffstats
path: root/contrib/file
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Lua 5.2.obrien2013-01-111-0/+1
| | | | Submitted by: skreuzer
* Correct a regression introduced during the import of file(1) 5.11.mckay2012-08-171-2/+0
| | | | | | | | | | | Magic tests containing "search" or "regex" directives were incorrectly compiled by "mkmagic" and were effectively ignored. This caused troff files (for example) to be detected as simply "ASCII text" instead of as "troff or preprocessor input, ASCII text". PR: bin/170415 Approved by: consensus on developers@ MFC after: 3 days
* Update file(1) to version 5.11.obrien2012-04-19287-27933/+14896
|\
* | In contrib/file/softmagic.c, fix a potential format string securitydim2011-12-151-1/+1
| | | | | | | | | | | | | | problem. (This fix has already been applied upstream, but we do not have the latest version of file in the tree at the moment.) MFC after: 1 week
* | Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thread specific informations. In order to do that, and in order to avoid KBI breakage with existing infrastructure the following semantic is implemented: - For live programs, a new member to the PT_LWPINFO is added (pl_tdname) - For cores, a new ELF note is added (NT_THRMISC) that can be used for storing thread specific, miscellaneous, informations. Right now it is just popluated with a thread name. GDB, then, retrieves the correct informations from the corefile via the BFD interface, as it groks the ELF notes and create appropriate pseudo-sections. Sponsored by: Sandvine Incorporated Tested by: gianni Discussed with: dim, kan, kib MFC after: 2 weeks
* | Properly warp around more code under COMPILE_ONLY to recover from buildrpaulo2010-08-022-4/+18
| | | | | | | | errors.
* | Merge vendor/file/dist@192348, bringing FILE 5.03 to 8-CURRENT.delphij2009-05-1841-6714/+4157
|\ \ | |/ | | | | Security: CVE-2009-1515
* | This belongs in //svn.freebsd.org/base/vendor/file/dist now.obrien2009-05-041-30/+0
| |
* | Merge vendor/file/dist@191739, bringing FILE 5.00 to 8-CURRENT.obrien2009-05-0455-1231/+4004
|\ \ | |/
* | Add an additional COMPILE_ONLY check.obrien2009-01-021-0/+2
| |
* | Record that base/vendor/file/dist@186675 was merged.obrien2009-01-02147-4810/+11238
|\ \ | |/ | | | | Merge base/vendor/file/dist@186675@186690, bringing FILE 4.26 to 8-CURRENT.
| * Flatten the file vendor area.obrien2009-01-01233-60608/+0
| | | | | | | | Remove the svn:keywords property from the vendor files.
| * Remove files no longer part of the vendor's file(1).obrien2008-02-029-202/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r175898,obrien2008-02-029-202/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | This commit was generated by cvs2svn to compensate for changes in r175882,obrien2008-02-021-0/+2
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Fix nit in version 4.23 in which -p does not work (thus updating accessobrien2008-02-021-0/+2
| | | | | | | | | | | | | | | | times when it shouldn't). The PR's patch has been incorporated upstream as magic.c rev 1.46. PR: 107676 Submitted by: Dr. Markus Waldeck <waldeck@gmx.de>
* | Update for the 4.23 import.obrien2008-01-301-3/+3
|/
* Import file version 4.23 onto the vendor branchobrien2008-01-1349-5638/+7579
|
* Virgin import of Christos Zoulas's FILE 4.21.obrien2007-05-2459-955/+1959
|
* Virgin import of Christos Zoulas's FILE 4.19.obrien2007-05-2449-1910/+2096
|
* Fix segfault when '/etc/malloc.conf@ -> AJ' due to differnce betweenobrien2006-06-211-3/+3
| | | | calloc & malloc as agreed by vendor. Also remove an unused variable.
* Virgin import of Christos Zoulas's FILE 4.17.obrien2006-06-1975-8130/+26444
|
* Virgin import of Christos Zoulas's FILE 4.12.obrien2004-12-2847-2866/+8949
|
* Virgin import of Christos Zoulas's FILE 4.10.obrien2004-08-09111-5181/+17197
| | | | | *- file is now broken into a library containing and processing the magic and a consumer binary.
* Virgin import of Christos Zoulas's FILE 3.41.obrien2003-02-2824-109/+427
| | | | | * - fix memory allocation problem (Jeff Johnson) * - fix stack overflow corruption (David Endler)
* Virgin import of Christos Zoulas's FILE 3.40.obrien2003-02-1530-92/+397
|
* Virgin import of Christos Zoulas's FILE 3.39.obrien2002-09-1660-971/+2781
|
* Virgin import of Christos Zoulas's FILE 3.37.obrien2001-10-0825-98/+481
|
* Virgin import of Christos Zoulas's FILE 3.36.obrien2001-07-3040-276/+1665
|
* Virgin import of Christos Zoulas's FILE 3.35.obrien2001-04-2517-139/+426
|
* Virgin import of Christos Zoulas's FILE 3.34.obrien2001-03-2528-129/+773
|
* This commit was manufactured by cvs2svn to create branch 'VENDOR-file'.cvs2svn2000-11-261-0/+18
|
* Virgin import of Christos Zoulas FILE 3.33.obrien2000-11-2622-115/+242
|
* Virgin import of FILE 3.32obrien2000-11-05165-0/+15983
OpenPOWER on IntegriCloud