aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Joseph Koshy2007-03-031-2/+2
* Fix a bug with the release of section's raw data. Both release loopsJean-Sébastien Pédron2007-02-211-1/+1
* Document the additional error returns possible when handling ELF objectsJoseph Koshy2006-12-255-5/+25
* Keep shadow copies of the `e_shnum', `e_phnum' and `e_shstrndx'Joseph Koshy2006-12-2513-219/+432
* Use strncpy() instead of strlcpy() when copying members ofJoseph Koshy2006-12-251-8/+11
* Correct a logic error.Joseph Koshy2006-12-241-8/+15
* Use <osreldate.h> rather than the OS version reported by the kernelJoseph Koshy2006-12-189-67/+74
* Use the correct value of __FreeBSD_version.Joseph Koshy2006-12-182-10/+9
* Fix a typo.Joseph Koshy2006-12-161-1/+1
* Name the functions documented by this manual page correctly.Joseph Koshy2006-12-131-2/+2
* Document the ELF types supported by libelf.Joseph Koshy2006-12-111-1/+93
* Make the generated message from `elf_errmsg(-1)' a little more readable.Joseph Koshy2006-12-091-1/+1
* - style: use `=' instead of `+=' for initial assignments.Ruslan Ermilov2006-11-241-4/+2
* Fix minor formatting issues:Ruslan Ermilov2006-11-1342-78/+79
* - Replace the use of DPSRCS with something more appropriate. DPSRCSJoseph Koshy2006-11-121-5/+6
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.Joseph Koshy2006-11-11101-0/+14194