Revision tags: release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0 |
|
#
a63915c2 |
| 28-Jul-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @r350386
Sponsored by: The FreeBSD Foundation
|
#
5eac9c1c |
| 16-Jul-2019 |
Mariusz Zaborski <oshogbo@FreeBSD.org> |
strings: extends rights
The libelf is using mmap if it can, if not it was fall backing to read.
Reported by: markj
|
#
5ff84ed3 |
| 16-Jul-2019 |
Mariusz Zaborski <oshogbo@FreeBSD.org> |
strings: fix entering to the capability mode
Reported by: markj
|
Revision tags: release/11.3.0 |
|
#
7648bc9f |
| 13-May-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @347527
Sponsored by: The FreeBSD Foundation
|
#
d76eef34 |
| 17-Apr-2019 |
Ed Maste <emaste@FreeBSD.org> |
cap_fileargs: chase r346315, update fileargs_init in consumers
Reported by: ci.freebsd.org (8 times so far) MFC after: 3 weeks MFC with: r346315 Sponsored by: The FreeBSD Foundation
|
#
9a696dc6 |
| 04-Apr-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead@r345880
|
#
6d395deb |
| 04-Apr-2019 |
Mariusz Zaborski <oshogbo@FreeBSD.org> |
strings: capsicumize it
Reviewed by: cem Discussed with: emaste Differential Revision: https://reviews.freebsd.org/D18038
|
#
415e34c4 |
| 29-Mar-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead@r345677
|
#
55d3f888 |
| 23-Mar-2019 |
Mariusz Zaborski <oshogbo@FreeBSD.org> |
strings: return an error code and the char value separately
If we returning 32 bits value it's hard to distinguish if the returned value is a valid one or if its an error (in case of EOF). For that
strings: return an error code and the char value separately
If we returning 32 bits value it's hard to distinguish if the returned value is a valid one or if its an error (in case of EOF). For that reason separate exit code of the function from the returned character.
Reported by: cem, se
show more ...
|
#
1194c3cb |
| 21-Mar-2019 |
Mariusz Zaborski <oshogbo@FreeBSD.org> |
In case of ENCODING_8BIT the EOF code will be pass to putchar. EOF check should be done before (uint8_t)c > 127 test.
Reported by: cem
|
#
cee114a8 |
| 21-Mar-2019 |
Mariusz Zaborski <oshogbo@FreeBSD.org> |
Fix powerpc and arm builds after r345361.
Reported by: jenkins
|
#
4cb07cba |
| 21-Mar-2019 |
Mariusz Zaborski <oshogbo@FreeBSD.org> |
strings: do not continue if getc or getcharacter returns EOF
Reported by: cem
|
#
61d994f1 |
| 21-Mar-2019 |
Mariusz Zaborski <oshogbo@FreeBSD.org> |
strings: do not depend on stdin
Instead of depending on one stdin FILE structure and use freopen(3), pass to the functions appropriate FILE structure.
Reviewed by: cem Discussed with: emaste Differ
strings: do not depend on stdin
Instead of depending on one stdin FILE structure and use freopen(3), pass to the functions appropriate FILE structure.
Reviewed by: cem Discussed with: emaste Differential Revision: https://reviews.freebsd.org/D18037
show more ...
|
#
ae500c1f |
| 10-Jan-2019 |
Ed Maste <emaste@FreeBSD.org> |
Update to ELF Tool Chain r3668
Highlights: - Make sure that only TLS sections are sorted into TLS segment. - Fixed multiple errors in "Section to Segment mapping". - Man page updates - ar improvemen
Update to ELF Tool Chain r3668
Highlights: - Make sure that only TLS sections are sorted into TLS segment. - Fixed multiple errors in "Section to Segment mapping". - Man page updates - ar improvements - elfcopy: avoid filter_reloc uninitialized variable for rela - elfcopy: avoid stripping relocations from static binaries - readelf: avoid printing directory in front of absolute path - readelf: add NT_FREEBSD_FEATURE_CTL FreeBSD note type - test improvements
NOTES:
Some of these changes originated in FreeBSD and simply reduce diffs between contrib and vendor.
ELF Tool Chain ar is not (currently) used in FreeBSD, and there are improvements in both FreeBSD and ELF Tool Chain ar that are not in the other.
Sponsored by: The FreeBSD Foundation
show more ...
|
Revision tags: release/12.0.0 |
|
#
3d5db455 |
| 24-Nov-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r340427 through r340868.
|
#
248b5d08 |
| 21-Nov-2018 |
Mateusz Guzik <mjg@FreeBSD.org> |
strings: unbreak the build after r340746
Discussed with: oshogbo Sponsored by: The FreeBSD Foundation
|
#
4f486ad6 |
| 21-Nov-2018 |
Mariusz Zaborski <oshogbo@FreeBSD.org> |
strings: fix style nits
Reviewed by: cem, emaste, Joseph Koshy <jkoshy@users.sourceforge.net> Differential Revision: https://reviews.freebsd.org/D18036
|
#
7ee12615 |
| 13-Nov-2018 |
Ed Maste <emaste@FreeBSD.org> |
Revert r340385, strings capability mode
This needs to be reworked for bootstrapping.
|
#
672b07ce |
| 12-Nov-2018 |
Ed Maste <emaste@FreeBSD.org> |
strings: enter capability mode when operating on stdin
Reviewed by: oshogbo MFC after: 1 month Sponsored by: The FreeBSD Foundation
|
Revision tags: release/11.2.0 |
|
#
715d1396 |
| 27-Apr-2018 |
Ed Maste <emaste@FreeBSD.org> |
Update ELF Tool Chain to r3614
MFC after: 1 week Relnotes: Yes Sponsored by: The FreeBSD Foundation
|
Revision tags: release/10.4.0, release/11.1.0 |
|
#
554491ff |
| 20-Apr-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r316992 through r317215.
|
#
bee2765c |
| 18-Apr-2017 |
Ed Maste <emaste@FreeBSD.org> |
Update ELF Tool Chain to upstream r3520
Highlights of changes between r3490 and r3520:
- Improve C++ demangling - Improve compatibility with Binutils tools wrt. error messages - Handle additional t
Update ELF Tool Chain to upstream r3520
Highlights of changes between r3490 and r3520:
- Improve C++ demangling - Improve compatibility with Binutils tools wrt. error messages - Handle additional types/sections/etc. in readelf and elfdump - addr2line, cxxfilt: use setvbuf to set line buffering for filter use
PR: 218395 MFC after: 2 weeks Relnotes: Yes Sponsored by: The FreeBSD Foundation
show more ...
|
#
9b3ece1c |
| 04-Feb-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r313243
|
#
14f850f3 |
| 27-Jan-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r312720 through r312893.
|
#
080b7108 |
| 25-Jan-2017 |
Ed Maste <emaste@FreeBSD.org> |
strings: avoid unnecessary trip through handle_file for stdin
Sponsored by: The FreeBSD Foundation
|