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
*
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
*
Refer the reader to the elf_update(3) manual page for more information
jkoshy
2007-10-21
1
-2
/
+5
*
Do not generate unneeded initializers.
jkoshy
2007-09-09
1
-5
/
+4
*
Fix a bug that prevented applications from laying out ELF objects
jkoshy
2007-09-08
2
-19
/
+51
*
Cross-reference the correct manual page.
jkoshy
2007-07-28
2
-2
/
+2
*
Use C comments since we now preprocess these files with CPP.
deischen
2007-04-29
1
-7
/
+7
*
Describe the contents of the "ar_name" and "ar_rawname" fields of
jkoshy
2007-03-27
1
-6
/
+6
*
Bug fixes to ar(1) archive handling:
jkoshy
2007-03-27
1
-13
/
+31
*
Document the return type of elf_rand(3) correctly.
jkoshy
2007-03-26
1
-1
/
+1
*
Correct a typo.
jkoshy
2007-03-19
1
-3
/
+3
*
Add GELF_* accessor macros.
jkoshy
2007-03-08
1
-0
/
+16
*
Fix a typo.
jkoshy
2007-03-03
1
-2
/
+2
*
Fix a bug with the release of section's raw data. Both release loops
dumbbell
2007-02-21
1
-1
/
+1
*
Document the additional error returns possible when handling ELF objects
jkoshy
2006-12-25
5
-5
/
+25
*
Keep shadow copies of the `e_shnum', `e_phnum' and `e_shstrndx'
jkoshy
2006-12-25
13
-219
/
+432
*
Use strncpy() instead of strlcpy() when copying members of
jkoshy
2006-12-25
1
-8
/
+11
*
Correct a logic error.
jkoshy
2006-12-24
1
-8
/
+15
*
Use <osreldate.h> rather than the OS version reported by the kernel
jkoshy
2006-12-18
9
-67
/
+74
*
Use the correct value of __FreeBSD_version.
jkoshy
2006-12-18
2
-10
/
+9
*
Fix a typo.
jkoshy
2006-12-16
1
-1
/
+1
*
Name the functions documented by this manual page correctly.
jkoshy
2006-12-13
1
-2
/
+2
*
Document the ELF types supported by libelf.
jkoshy
2006-12-11
1
-1
/
+93
*
Make the generated message from `elf_errmsg(-1)' a little more readable.
jkoshy
2006-12-09
1
-1
/
+1
*
- style: use `=' instead of `+=' for initial assignments.
ru
2006-11-24
1
-4
/
+2
*
Fix minor formatting issues:
ru
2006-11-13
42
-78
/
+79
*
- Replace the use of DPSRCS with something more appropriate. DPSRCS
jkoshy
2006-11-12
1
-5
/
+6
*
MFP4: Add an implementation of the ELF(3) and GELF(3) API set.
jkoshy
2006-11-11
101
-0
/
+14194