| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump SHLIB_MAJOR for libelf. | kaiw | 2014-01-21 | 1 | -1/+1 |
* | Reapply revisions r237528, r237531 and r238741 which make libelf | kaiw | 2014-01-21 | 1 | -0/+13 |
* | Remove INCSDIR variable which is only used in elftoolchain's own build | kaiw | 2014-01-21 | 1 | -1/+0 |
* | Set CFLAGS in just one line. | kaiw | 2014-01-15 | 1 | -4/+1 |
* | Removed source code for the old libelf and build the new libelf from | kaiw | 2014-01-15 | 109 | -15254/+23 |
* | Add support to the ARM platform specific section types. | andrew | 2013-08-31 | 1 | -1/+9 |
* | Merge part of r1712 from elftoolchain, making it possible to resize ELF | markj | 2013-02-24 | 1 | -127/+181 |
* | - Make sure to set an error code when trying to obtain a data descriptor for | markj | 2013-02-19 | 2 | -3/+24 |
* | Fix warnings found by -Wmising-variable-declarations. | ed | 2012-10-19 | 1 | -1/+1 |
* | Don't ever build files depending on the directory where they are placed in. | ache | 2012-07-24 | 1 | -4/+2 |
* | Add the sys directory we create to the list of items to clean. | andrew | 2012-06-24 | 1 | -0/+1 |
* | Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h. | andrew | 2012-06-24 | 1 | -1/+15 |
* | Remove repeated words. | joel | 2012-06-05 | 1 | -1/+1 |
* | mdoc: minor Bl improvements. | joel | 2012-06-02 | 2 | -15/+15 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-11 | 4 | -4/+5 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 2 | -2/+2 |
* | Handle MIPS .reginfo section as ELF_T_BYTE | gonzo | 2012-03-26 | 1 | -0/+2 |
* | mdoc: sort prologue macros. | joel | 2012-03-26 | 3 | -3/+3 |
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 6 | -6/+0 |
* | Add handler for MIPS.options section | gonzo | 2012-03-23 | 1 | -0/+2 |
* | - change "is is" to "is" or "it is" | eadler | 2011-10-16 | 1 | -1/+1 |
* | Document the behavior of `elf_getdata()` and `elf_rawdata()` with | kaiw | 2011-05-07 | 1 | -4/+5 |
* | For zero-sized sections, set the `d_buf` field of the `Elf_Data` | kaiw | 2011-05-07 | 1 | -1/+2 |
* | Add the ability to search for all the inlined instances of a given function. | obrien | 2011-05-07 | 2 | -1/+3 |
* | Fix some duplicate-word typos in manpages. | uqs | 2011-03-02 | 1 | -1/+1 |
* | Remove duplicate "in". | brucec | 2011-03-01 | 1 | -1/+1 |
* | Revert some of r177626. "in in" is valid in certain sentences. | brucec | 2011-02-28 | 1 | -1/+1 |
* | Do not allocate buffer to hold data for zero-sized sections. | kan | 2011-01-25 | 1 | -1/+3 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
* | libelf is overly strict about the type and alignment of Elf_Data | kaiw | 2010-09-09 | 1 | -11/+6 |
* | Don't link drti.o with libelf_pic.a. This means that all software with | rpaulo | 2010-08-21 | 1 | -1/+0 |
* | Install a PIC libelf. This will be needed by the DTrace runtime | rpaulo | 2010-08-21 | 1 | -0/+1 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -2/+2 |
* | Add translation support for section type SHT_SUNW_dof. | kaiw | 2010-08-11 | 1 | -0/+2 |
* | Spelling fixes. | joel | 2010-08-03 | 1 | -1/+1 |
* | Protect GNUHASH translation functions with #ifdef; unbreak cross | kaiw | 2010-07-28 | 1 | -0/+4 |
* | * Remove a superfluous error description. | kaiw | 2010-07-21 | 1 | -7/+5 |
* | Add a cross-reference to `elf_rawfile(3)`. | kaiw | 2010-07-21 | 1 | -2/+3 |
* | * Note that ar(1) archives may also be opened using `elf_memory(3)`. | kaiw | 2010-07-21 | 2 | -6/+10 |
* | Remove a redundant word. | kaiw | 2010-07-21 | 1 | -2/+2 |
* | Move helper functions `_libelf_ar_get_{name,number,string}()` and | kaiw | 2010-07-21 | 4 | -212/+258 |
* | Fix a memory leak. | kaiw | 2010-07-21 | 1 | -2/+4 |
* | * Deprecate `elf_getshnum()`, `elf_getphnum()` and `elf_getshstrndx()` in | kaiw | 2010-07-21 | 12 | -26/+336 |
* | Avoid switching between "unsigned char" and "char" in the C code | kaiw | 2010-07-21 | 1 | -22/+22 |
* | Add support for translating sections of type ELF_T_GNUHASH. | kaiw | 2010-07-21 | 2 | -2/+208 |
* | - Document that the *fsize() functions return a size of 1 for Elf | kaiw | 2010-07-21 | 4 | -12/+10 |
* | Perform additional checks when translating between file and memory | kaiw | 2010-07-21 | 7 | -65/+114 |
* | Reduce verbosity. | kaiw | 2010-07-21 | 1 | -2/+2 |
* | - Return zero for file sizes of ELF types that have a variable size. | kaiw | 2010-07-21 | 1 | -6/+9 |
* | Note that the *_fsize() functions are only defined for ELF types that | kaiw | 2010-07-21 | 1 | -0/+7 |