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
*
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