| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
Relnotes: yes
MFC after: 2 weeks
Approved by: re (gjb)
|
| |
| |
| |
| |
| | |
MFC after: 2 weeks
Relnotes: yes
|
| |
| |
| |
| |
| |
| | |
PR: 209211
MFC after: 2 weeks
X-MFC: if there is no new file release
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Revert: Don't close stdin...
This have been observed by portupgrade in its interaction with file(1),
as reported as a regression in bin/209211.
PR: 209211
MFC after: 3 days
|
|\ \
| |/
| |
| |
| |
| |
| | |
Update file to 5.26.
MFC after: 2 weeks
Relnotes: yes
|
| |
| |
| |
| | |
MFC after: 1 month
|
| | |
|
| |
| |
| |
| |
| | |
PR: 181436
MFC after: 2 weeks
|
| |
| |
| |
| |
| | |
Reported by: jkim
MFC after: 13 days
|
|\ \
| |/
| |
| |
| |
| | |
Update file to 5.23.
MFC after: 2 weeks
|
|\ \
| |/
| |
| |
| |
| | |
Update file to 5.22.
MFC after: 2 weeks
|
|\ \
| |/
| |
| | |
MFC after: 2 weeks
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
filesystems. It differs from file(1) in that it gives machine-parseable
output, it outputs filesystem labels, doesn't get confused by other
formats metadata, and runs in Capsicum sandbox.
Differential Revision: https://reviews.freebsd.org/D1255
Relnotes: yes
Sponsored by: The FreeBSD Foundation
|
| |
| |
| |
| |
| | |
Security: FreeBSD-SA-14:28.file
Security: CVE-2014-3710, CVE-2014-8116, CVE-2014-8117
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Update filesystems magic. This fixes a regression introduced by
libmagic 5.19 which prevents file(1) to show more verbose information
about a MBR.
Submitted by: madpilot
MFC after: 2 weeks
|
|\ \
| |/
| |
| | |
MFC after: 2 weeks
|
| |
| |
| |
| |
| | |
Security: FreeBSD-SA-14:16.file
Approved by: so
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The NetBSD Foundation states "Third parties are encouraged to change the
license on any files which have a 4-clause license contributed to the
NetBSD Foundation to a 2-clause license."
This change removes clauses 3 and 4 from copyright / license blocks that
list The NetBSD Foundation as the only copyright holder.
Sponsored by: The FreeBSD Foundation
|
| |
| |
| |
| |
| |
| |
| |
| | |
zoulasc) to contrib/file:
don't write a char to a pointer.
MFC after: 3 days
|
| |
| |
| |
| | |
Submitted by: skreuzer
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
errors.
|
|\ \
| |/
| |
| | |
Security: CVE-2009-1515
|
| | |
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/
| |
| | |
Merge base/vendor/file/dist@186675@186690, bringing FILE 4.26 to 8-CURRENT.
|
| |
| |
| |
| | |
Remove the svn:keywords property from the vendor files.
|
| | |
|
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
calloc & malloc as agreed by vendor. Also remove an unused variable.
|
| |
|
| |
|
|
|
|
|
| |
*- file is now broken into a library containing and processing the magic
and a consumer binary.
|
|
|
|
|
| |
* - fix memory allocation problem (Jeff Johnson)
* - fix stack overflow corruption (David Endler)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|