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