History log of /external/elfutils/libdwfl/open.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dd131168e2abf2f0fc872829e1101366395cc390 08-Jan-2016 Mark Wielaard <mjw@redhat.com> Simplify code and build now that zlib support is no longer optional.

Now that we always require zlib support we don't need to conditionally
build or compile code that depends on it.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/libdwfl/open.c
3425454a10d307fae891fb667cf7969e945cde79 09-Oct-2015 Josh Stone <jistone@redhat.com> Trust AC_SYS_LARGEFILE to provide large file support

AC_SYS_LARGEFILE defines _FILE_OFFSET_BITS in config.h if needed for
LFS, and this automatically maps things like open to open64. But quite
a few places used explicit 64-bit names, which won't work on platforms
like FreeBSD where off_t is always 64-bit and there are no foo64 names.
It's better to just trust that AC_SYS_LARGEFILE is doing it correctly.

But we can verify this too, as some file could easily forget to include
config.h. The new tests/run-lfs-symbols.sh checks all build targets
against lfs-symbols (taken from lintian) to make sure everything was
implicitly mapped to 64-bit variants when _FILE_OFFSET_BITS is set.

Signed-off-by: Josh Stone <jistone@redhat.com>
/external/elfutils/libdwfl/open.c
f6185a75448c395795182ed1e568484056e7a2bf 22-Feb-2013 Mark Wielaard <mjw@redhat.com> libdwfl: Try opening files all installed compression libraries.

rhbz #909481. When a compression library wasn't installed libdwfl would
not try the next compression library for opening a file. Retry with the
next available compression library if a previous one isn't installed. Also
disable tests that depend on a particular compression library
(run-readelf-s.sh and run-dwflsyms.sh) if that library isn't installed.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/libdwfl/open.c
de2ed97f33139af5c7a0811e4ec66fc896a13cf2 05-Jun-2012 Mark Wielaard <mjw@redhat.com> Update name, license and contributor policy.

* Change name from "Red Hat elfutils" to "elfutils".
* Update license of standalone tools and test from GPLv2 to GPLv3+.
* Change license of libraries from GPLv2+exception to GPLv2/LGPLv3+.
* Add Developer Certificate of Origin based contributor policy.

top-level:

- COPYING: Upgraded from GPLv2 to GPLv3.
- CONTRIBUTING, COPYING-GPLv2, COPYING-LGPLv3: New files.
- NEWS: Added note about new contribution and license policy.
- Makefile.am: Updated to GPLv3, added new files to EXTRA_DIST.
- configure.ac: Update to GPLv3, changed AC_INIT name to 'elfutils'.

backends, lib, libasm, libcpu, libdw, libdwfl, libebl, libelf:

- All files updated to GPLv2/LGPLv3+. Except some very small files
(<5 lines) which didn't have any headers at all before, the linker
.maps files and the libcpu/defs files which only contain data and
libelf/elf.h which comes from glibc and is under LGPLv2+.

config:

- elfutils.spec.in: Add new License: headers and new %doc files.
- Update all license headers to GPLv2/LGPLv3+ for files used by libs.

src, tests:

- All files updated to GPLv3+. Except for the test bz2 data files, the
linker maps and script files and some very small files (<5 lines)
that don't have any headers.

Signed-off-by: Richard Fontana <rfontana@redhat.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/libdwfl/open.c
6bb90710916169e242ce39b12831c5a22a57fcd4 27-Aug-2009 Roland McGrath <roland@redhat.com> Rewrite kernel image support: use calculation instead of brute force, support uncompressed payloads.
/external/elfutils/libdwfl/open.c
241696467caa087278576291cb3b89693668df0b 26-Aug-2009 Roland McGrath <roland@redhat.com> libdwfl: Support automatic decompression of files in XZ format.
/external/elfutils/libdwfl/open.c
a9d51bfe57609a2623ba4c626454456c4310bec9 10-Feb-2009 Ulrich Drepper <drepper@myware66.akkadia.org> Fix crash in libdw with empty input files.
/external/elfutils/libdwfl/open.c
e34a3f8de4374cd7f73917d28e3ed6e62d5b21f8 22-Jan-2009 Roland McGrath <roland@redhat.com> Fix build when missing -lz and -lbz2.
/external/elfutils/libdwfl/open.c
bca43152aa0bcb31b9442c407bf2b86379761c50 06-Jan-2009 Roland McGrath <roland@redhat.com> libdwfl automagic decompression support
/external/elfutils/libdwfl/open.c