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
*
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
*
Remove a superfluous comment.
kaiw
2010-07-21
1
-1
/
+0
*
* Improve compatibility with existing application code by permitting the
kaiw
2010-06-13
2
-13
/
+19
*
mdoc: fix parenthesis
uqs
2010-05-11
1
-2
/
+4
*
mdoc: order prologue macros consistently by Dd/Dt/Os
uqs
2010-04-14
44
-44
/
+44
*
Remove useless .TE groff macro.
brueffer
2010-01-12
1
-1
/
+0
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
1
-2
/
+0
*
Don't need to set symbol, default value is OK.
obrien
2009-03-12
1
-1
/
+1
*
Add a README.
jkoshy
2009-01-05
1
-0
/
+12
*
Relax the strict type check because gcc as distributed doesn't create
jb
2008-05-23
1
-1
/
+1
*
Change the alignment of the NOTE to match what gcc does.
jb
2008-05-23
1
-1
/
+1
*
Add the case for SHT_AMD64_UNWIND.
jb
2008-05-23
1
-0
/
+2
*
Fix some "in in" typos in comments.
brueffer
2008-03-26
1
-1
/
+1
*
Ensure that the section header table is written out in an order
jkoshy
2008-03-19
1
-3
/
+2
*
Clarify that the ELF library only sets the sh_entsize field of a
jkoshy
2008-03-19
1
-4
/
+4
*
- Fix an off-by-one bug in _libelf_insert_section(). [1]
jkoshy
2008-03-03
1
-5
/
+11
*
Translate the r_info field of ELF relocation records when converting
jkoshy
2008-03-02
2
-4
/
+23
*
Document the return type for gelf_fsize(3).
jkoshy
2008-02-04
1
-1
/
+2
*
- Allow source descriptors with no data to be used as arguments to the
jkoshy
2007-11-26
2
-12
/
+5
*
Sections of type SHT_GNU_versym use ELF type ELF_T_HALF. Update manual
jkoshy
2007-11-23
2
-1
/
+2
*
Consistently use the word 'flag' to refer to ELF_F_* constants.
jkoshy
2007-10-22
5
-19
/
+19
*
Remove references to the 'e_phnum' field of the ELF header. Instead,
jkoshy
2007-10-21
2
-14
/
+9
[next]