summaryrefslogtreecommitdiffstats
path: root/lib/libelf
Commit message (Expand)AuthorAgeFilesLines
* MFC r312452-r312512:ngie2017-02-101-1/+1
* elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeemaste2016-04-211-3/+3
* Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainemaste2016-04-181-1/+1
* MFHgjb2016-03-021-9/+0
|\
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-9/+0
* | First pass through library packaging.gjb2016-02-041-0/+1
|/
* Correct r291566 for defining SHLIBDIR.bdrewery2015-12-011-1/+3
* Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406ngie2015-12-011-0/+1
* META MODE: Fix 'make bootstrap-tools'.bdrewery2015-11-251-1/+1
* META MODE: Don't create .meta files when symlinking sources into the obj dire...bdrewery2015-11-251-2/+2
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
* Add META_MODE support.sjg2015-06-131-0/+28
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Updated dependenciessjg2014-05-161-1/+1
| * Updated dependenciessjg2014-05-101-0/+2
| * Merge headsjg2014-04-27109-15243/+21
| |\ | |/ |/|
| * Merge from headsjg2013-09-051-1/+9
| |\
| * \ sync from headsjg2013-04-123-130/+205
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| * | | Updated/new Makefile.dependsjg2012-11-081-0/+3
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Sync from headsjg2012-11-045-18/+31
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+25
* | | | | | | Bump SHLIB_MAJOR for libelf.kaiw2014-01-211-1/+1
* | | | | | | Reapply revisions r237528, r237531 and r238741 which make libelfkaiw2014-01-211-0/+13
* | | | | | | Remove INCSDIR variable which is only used in elftoolchain's own buildkaiw2014-01-211-1/+0
* | | | | | | Set CFLAGS in just one line.kaiw2014-01-151-4/+1
* | | | | | | Removed source code for the old libelf and build the new libelf fromkaiw2014-01-15109-15254/+23
| |_|_|_|_|/ |/| | | | |
* | | | | | Add support to the ARM platform specific section types.andrew2013-08-311-1/+9
| |_|_|_|/ |/| | | |
* | | | | Merge part of r1712 from elftoolchain, making it possible to resize ELFmarkj2013-02-241-127/+181
* | | | | - Make sure to set an error code when trying to obtain a data descriptor formarkj2013-02-192-3/+24
| |/ / / |/| | |
* | | | Fix warnings found by -Wmising-variable-declarations.ed2012-10-191-1/+1
* | | | Don't ever build files depending on the directory where they are placed in.ache2012-07-241-4/+2
| |/ / |/| |
* | | Add the sys directory we create to the list of items to clean.andrew2012-06-241-0/+1
* | | Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h.andrew2012-06-241-1/+15
| |/ |/|
* | Remove repeated words.joel2012-06-051-1/+1
* | mdoc: minor Bl improvements.joel2012-06-022-15/+15
|/
* General mdoc(7) and typo fixes.gjb2012-05-114-4/+5
* Remove trailing whitespace per mdoc lint warningeadler2012-03-292-2/+2
* Handle MIPS .reginfo section as ELF_T_BYTEgonzo2012-03-261-0/+2
* mdoc: sort prologue macros.joel2012-03-263-3/+3
* Remove superfluous paragraph macro.joel2012-03-256-6/+0
* Add handler for MIPS.options sectiongonzo2012-03-231-0/+2
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Document the behavior of `elf_getdata()` and `elf_rawdata()` withkaiw2011-05-071-4/+5
* For zero-sized sections, set the `d_buf` field of the `Elf_Data`kaiw2011-05-071-1/+2
* Add the ability to search for all the inlined instances of a given function.obrien2011-05-072-1/+3
* Fix some duplicate-word typos in manpages.uqs2011-03-021-1/+1
* Remove duplicate "in".brucec2011-03-011-1/+1
* Revert some of r177626. "in in" is valid in certain sentences.brucec2011-02-281-1/+1
OpenPOWER on IntegriCloud