summaryrefslogtreecommitdiff
path: root/lib/libelf
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2021-11-29libelf: Link gelf_getchdr.3 to the buildMark Johnston
2020-10-23libelf: add compression header supportEd Maste
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-09-05pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot
2019-07-01Allow bootstrapping elftoolchain on MacOS and LinuxAlex Richardson
2019-01-10Update to ELF Tool Chain r3668Ed Maste
2018-09-05Add gelf_mips64el.c to the list of files to include in libelf.John Baldwin
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-04-21elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeEd Maste
2016-04-18Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainEd Maste
2016-03-02MFHGlen Barber
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
2016-02-04First pass through library packaging.Glen Barber
2015-12-01Correct r291566 for defining SHLIBDIR.Bryan Drewery
2015-12-01Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406Enji Cooper
2015-11-25META MODE: Fix 'make bootstrap-tools'.Bryan Drewery
2015-11-25META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery
2015-11-25META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-27Merge headSimon J. Gerraty
2014-01-21Bump SHLIB_MAJOR for libelf.Kai Wang
2014-01-21Reapply revisions r237528, r237531 and r238741 which make libelfKai Wang
2014-01-21Remove INCSDIR variable which is only used in elftoolchain's own buildKai Wang
2014-01-15Set CFLAGS in just one line.Kai Wang
2014-01-15Removed source code for the old libelf and build the new libelf fromKai Wang
2013-09-05Merge from headSimon J. Gerraty
2013-08-31Add support to the ARM platform specific section types.Andrew Turner
2013-04-12sync from headSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-24Merge part of r1712 from elftoolchain, making it possible to resize ELFMark Johnston
2013-02-19- Make sure to set an error code when trying to obtain a data descriptor forMark Johnston
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-08Updated/new Makefile.dependSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-10-19Fix warnings found by -Wmising-variable-declarations.Ed Schouten
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-07-24Don't ever build files depending on the directory where they are placed in.Andrey A. Chernov
2012-06-24Add the sys directory we create to the list of items to clean.Andrew Turner
2012-06-24Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h.Andrew Turner
2012-06-05Remove repeated words.Joel Dahl
2012-06-02mdoc: minor Bl improvements.Joel Dahl
2012-05-11General mdoc(7) and typo fixes.Glen Barber
2012-03-29Remove trailing whitespace per mdoc lint warningEitan Adler
2012-03-26Handle MIPS .reginfo section as ELF_T_BYTEOleksandr Tymoshenko