| Age | Commit message (Expand) | Author |
| 2015-09-30 | We switched to newer versions in elftoolchain a while ago. | christos |
| 2015-04-15 | remove various HAVE_GCC=45 fragments. | mrg |
| 2014-01-02 | add gnu attributes to the known sections | christos |
| 2013-10-18 | remove some set-but unused variables. | mrg |
| 2013-06-21 | Instead of hard-coding each processor-specific section type, handle all | christos |
| 2012-12-27 | ia64 compiler bug workaround: reduce -O to 1 for one file | martin |
| 2010-12-03 | Remove the do-external-lib and do-gnu-lib targets, along with | plunky |
| 2010-10-31 | fall back to malloc+pread when stat+malloc doesn't seem to work. | yamt |
| 2010-03-02 | DTrace: Get DTrace to build on OS X platforms. | darran |
| 2010-02-22 | Get rid of extra include files added while debugging the toolchain build | darran |
| 2010-02-22 | Get libelf building in the toolchain again. | darran |
| 2010-01-29 | Mark up NULL. Join two sections describing same error. Remove trailing | wiz |
| 2010-01-28 | Fix a problem with the handling of NOBITS sections (i.e. bss), where the | darran |
| 2009-12-29 | Do not use .Xo/.Xc to work around ancient roff limits. | joerg |
| 2009-12-29 | Include nbtool_config.h as needed. Should fix missing defn of __unused in | thorpej |
| 2009-12-29 | Merge FreeBSD-8-0-RELEASE. All this does is remove the __RCSID() tags | thorpej |
| 2009-12-29 | Import libelf from FreeBSD 8.0-RELEASE. The main purpose of this is to | thorpej |
| 2009-12-29 | We don't really need __RCSID() tags in these files, so just get rid of them. | thorpej |
| 2009-12-21 | Note when this appeared in NetBSD. | thorpej |
| 2009-12-21 | Add support for building libelf in a host-tool environment. | thorpej |
| 2009-12-20 | - _libelf_globals::libelf_arch and _libelf_globals::libelf_class are | thorpej |
| 2009-12-20 | PRIVATE_VERSION(arch) isn't ever used, so don't try to setup this member | mrg |
| 2009-12-20 | Enable __LIBELF_HAVE_ELF_SYMINFO. | thorpej |
| 2009-12-19 | Fix a typo. | thorpej |
| 2009-12-19 | Add some range checks to quiet warnings. | thorpej |
| 2009-12-19 | We don't have an Elf_Note typedef, but Elf32_Nhdr and Elf64_Nhdr are | thorpej |
| 2009-12-19 | Fix all sorts of problems with lint and compiler warnings. | thorpej |
| 2009-12-19 | Squash a signed-vs-unsigned char * warning. | thorpej |
| 2009-12-19 | Change elf_hash() to take a const void *, rather than a const char *. | thorpej |
| 2009-12-19 | Provide definitions of MALIGN() and MALIGN64() for the __lint__ case. | thorpej |
| 2009-12-19 | ELF_ARCH, ELF_TARG_DATA, and ELF_TARG_CLASS are macros defined in a FreeBSD | thorpej |
| 2009-12-19 | LIBELF_COPY_U32(), LIBELF_COPY_S32(): Make sure that the SRC values are | thorpej |
| 2009-12-19 | - _libelf_load_scn(): If shoff is larger than SSIZE_MAX, bail out with | thorpej |
| 2009-12-19 | <machine/elf.h> is a FreeBSD-specific header. | thorpej |
| 2009-12-19 | <libelf.h> is responsible for including <sys/elf32.h> and <sys/elf64.h> on | thorpej |
| 2009-12-19 | Don't need to include <osreldate.h> here. | thorpej |
| 2009-12-19 | Centralize dependency on __FreeBSD_version into libelf.h, and generalize | thorpej |
| 2009-12-19 | <sys/limits.h> -> <limits.h> | thorpej |
| 2009-12-19 | <sys/errno.h> -> <errno.h> | thorpej |
| 2009-12-19 | while (0) -> while (/*CONSTCOND*/0) | thorpej |
| 2009-12-19 | Initial build glue for libelf. Still a work-in-progress. | thorpej |
| 2009-12-19 | Add a script to prepare libelf for import. | thorpej |
| 2009-12-19 | Import the libelf from FreeBSD 8.0-RC3. | thorpej |