| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r349577 (arichardson): Allow bootstrapping elftoolchain on MacOS and Linux | Ed Maste | 2020-05-20 | 1 | -0/+7 |
| * | MFC r339473,r340075,r342918,r343592,r343593,r343614,r343665,r343669: | Enji Cooper | 2019-04-22 | 1 | -0/+1 |
| * | Add gelf_mips64el.c to the list of files to include in libelf. | John Baldwin | 2018-09-05 | 1 | -0/+1 |
| * | Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones | Enji Cooper | 2017-01-20 | 1 | -1/+1 |
| * | elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree | Ed Maste | 2016-04-21 | 1 | -3/+3 |
| * | Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchain | Ed Maste | 2016-04-18 | 1 | -1/+1 |
| * | First pass through library packaging. | Glen Barber | 2016-02-04 | 1 | -0/+1 |
| * | Correct r291566 for defining SHLIBDIR. | Bryan Drewery | 2015-12-01 | 1 | -1/+3 |
| * | Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406 | Enji Cooper | 2015-12-01 | 1 | -0/+1 |
| * | META MODE: Fix 'make bootstrap-tools'. | Bryan Drewery | 2015-11-25 | 1 | -1/+1 |
| * | META MODE: Don't create .meta files when symlinking sources into the obj dire... | Bryan Drewery | 2015-11-25 | 1 | -2/+2 |
| * | Bump SHLIB_MAJOR for libelf. | Kai Wang | 2014-01-21 | 1 | -1/+1 |
| * | Reapply revisions r237528, r237531 and r238741 which make libelf | Kai Wang | 2014-01-21 | 1 | -0/+13 |
| * | Remove INCSDIR variable which is only used in elftoolchain's own build | Kai Wang | 2014-01-21 | 1 | -1/+0 |
| * | Set CFLAGS in just one line. | Kai Wang | 2014-01-15 | 1 | -4/+1 |
| * | Removed source code for the old libelf and build the new libelf from | Kai Wang | 2014-01-15 | 1 | -23/+23 |
| * | Don't ever build files depending on the directory where they are placed in. | Andrey A. Chernov | 2012-07-24 | 1 | -4/+2 |
| * | Add the sys directory we create to the list of items to clean. | Andrew Turner | 2012-06-24 | 1 | -0/+1 |
| * | Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h. | Andrew Turner | 2012-06-24 | 1 | -1/+15 |
| * | Add the ability to search for all the inlined instances of a given function. | David E. O'Brien | 2011-05-07 | 1 | -1/+1 |
| * | Don't link drti.o with libelf_pic.a. This means that all software with | Rui Paulo | 2010-08-21 | 1 | -1/+0 |
| * | Install a PIC libelf. This will be needed by the DTrace runtime | Rui Paulo | 2010-08-21 | 1 | -0/+1 |
| * | Move helper functions `_libelf_ar_get_{name,number,string}()` and | Kai Wang | 2010-07-21 | 1 | -0/+1 |
| * | * Deprecate `elf_getshnum()`, `elf_getphnum()` and `elf_getshstrndx()` in | Kai Wang | 2010-07-21 | 1 | -1/+5 |
| * | Build lib/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -2/+0 |
| * | Don't need to set symbol, default value is OK. | David E. O'Brien | 2009-03-12 | 1 | -1/+1 |
| * | Keep shadow copies of the `e_shnum', `e_phnum' and `e_shstrndx' | Joseph Koshy | 2006-12-25 | 1 | -0/+3 |
| * | Use <osreldate.h> rather than the OS version reported by the kernel | Joseph Koshy | 2006-12-18 | 1 | -11/+6 |
| * | - style: use `=' instead of `+=' for initial assignments. | Ruslan Ermilov | 2006-11-24 | 1 | -4/+2 |
| * | - Replace the use of DPSRCS with something more appropriate. DPSRCS | Joseph Koshy | 2006-11-12 | 1 | -5/+6 |
| * | MFP4: Add an implementation of the ELF(3) and GELF(3) API set. | Joseph Koshy | 2006-11-11 | 1 | -0/+166 |