index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libelf
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Changes for supporting GNU Hash sections.
kaiw
2010-07-21
3
-2
/
+14
*
Add a new ELF type denoting GNU style hash tables.
kaiw
2010-07-21
1
-0
/
+1
*
Allow an application that updates only the ELF Ehdr to work.
kaiw
2010-07-21
3
-7
/
+8
*
Use <unistd.h> to declare the prototype for ftruncate().
kaiw
2010-07-21
1
-0
/
+1
*
Bug fix: permit the creation of zero-sized sections.
kaiw
2010-07-21
1
-5
/
+7
*
Improve compatibility with other implementations of the ELF(3) API:
kaiw
2010-07-21
1
-2
/
+2
*
Bug fix: when updating headers using the gelf_update_*() functions,
kaiw
2010-07-21
3
-6
/
+6
*
- Correctly handle sections of type SHT_NOBITS. For these sections:
kaiw
2010-07-21
2
-19
/
+52
[next]