aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf
Commit message (Expand)AuthorAgeFilesLines
* MFC r246978:Mark Johnston2013-03-032-3/+24
* MFC r235286:Glen Barber2012-05-184-4/+5
* MFC r221598:Kai Wang2012-02-141-4/+5
* MFC r221595:Kai Wang2012-02-141-1/+2
* MFC r227458, r226436:Eitan Adler2012-01-051-1/+1
* MFH r210933,219210: Typo fixesUlrich Spörlein2011-03-111-1/+1
* MFC r212373:Kai Wang2010-10-101-11/+6
* MFC r210331-r210333,r210335,r210336,r210338,r210340,r210341,r210559.Kai Wang2010-09-0414-74/+354
* MFC r210351-r210353,r211192.Kai Wang2010-09-044-14/+19
* MFC r210344,r210345,r210348.Kai Wang2010-09-0416-260/+616
* MFC r210329,r210330,r210347.Kai Wang2010-09-044-9/+13
* MFC r210325,r210326,r210328,r210349Kai Wang2010-09-045-15/+17
* MFC r210324, r210438.Kai Wang2010-09-042-19/+52
* MFC r210321:Kai Wang2010-09-041-1/+0
* MFC r206622,207939,208593,208732,209031: mdoc cleanupUlrich Spörlein2010-08-2744-44/+44
* MFC r209122:Kai Wang2010-06-212-13/+19
* MFC: r202159Christian Brueffer2010-01-151-1/+0
* Don't need to set symbol, default value is OK.David E. O'Brien2009-03-121-1/+1
* Add a README.Joseph Koshy2009-01-051-0/+12
* Relax the strict type check because gcc as distributed doesn't createJohn Birrell2008-05-231-1/+1
* Change the alignment of the NOTE to match what gcc does.John Birrell2008-05-231-1/+1
* Add the case for SHT_AMD64_UNWIND.John Birrell2008-05-231-0/+2
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
* Ensure that the section header table is written out in an orderJoseph Koshy2008-03-191-3/+2
* Clarify that the ELF library only sets the sh_entsize field of aJoseph Koshy2008-03-191-4/+4
* - Fix an off-by-one bug in _libelf_insert_section(). [1]Joseph Koshy2008-03-031-5/+11
* Translate the r_info field of ELF relocation records when convertingJoseph Koshy2008-03-022-4/+23
* Document the return type for gelf_fsize(3).Joseph Koshy2008-02-041-1/+2
* - Allow source descriptors with no data to be used as arguments to theJoseph Koshy2007-11-262-12/+5
* Sections of type SHT_GNU_versym use ELF type ELF_T_HALF. Update manualJoseph Koshy2007-11-232-1/+2
* Consistently use the word 'flag' to refer to ELF_F_* constants.Joseph Koshy2007-10-225-19/+19
* Remove references to the 'e_phnum' field of the ELF header. Instead,Joseph Koshy2007-10-212-14/+9
* Refer the reader to the elf_update(3) manual page for more informationJoseph Koshy2007-10-211-2/+5
* Do not generate unneeded initializers.Joseph Koshy2007-09-091-5/+4
* Fix a bug that prevented applications from laying out ELF objectsJoseph Koshy2007-09-082-19/+51
* Cross-reference the correct manual page.Joseph Koshy2007-07-282-2/+2
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-7/+7
* Describe the contents of the "ar_name" and "ar_rawname" fields ofJoseph Koshy2007-03-271-6/+6
* Bug fixes to ar(1) archive handling:Joseph Koshy2007-03-271-12/+30
* Document the return type of elf_rand(3) correctly.Joseph Koshy2007-03-261-1/+1
* Correct a typo.Joseph Koshy2007-03-191-3/+3
* Add GELF_* accessor macros.Joseph Koshy2007-03-081-0/+16
* 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