summaryrefslogtreecommitdiffstats
path: root/lib/libelf
AgeCommit message (Collapse)AuthorFilesLines
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc1-2/+2
2020-11-14remove macro instances from arbitrary string width specifiers. for examplejmc2-9/+9
-width ".Dv BOB" -> -width "BOB" although they are not errors, they are misleading and probably should not get pasted around
2020-05-18update libelf from elftoolchain r3717 to r3833jsg37-119/+220
ok deraadt@
2019-12-01crank libelf major for exec_elf.h changesjsg1-1/+1
2019-06-20open() and fstat() return precisely -1 on error, not a vague value < 0.deraadt2-5/+5
Follow the contract.
2019-06-11fix bogus cross references: there is no ELF(3) manual page;schwarze1-4/+4
pointed out by naddy@
2019-06-11do not use plain-text ELF(3) to reference page titles, use .Nm or .Xr.:schwarze6-16/+34
issue noticed by naddy@ when he inspected a bug report from aalm@; while here, use .At where appropriate; OK naddy@ jmc@
2019-03-19update libelf from elftoolchain r3714 to r3717jsg1-6/+6
check for overflow correctly after computing a file offset
2019-03-19update libelf from elftoolchain r3669 to r3714jsg18-97/+156
includes changes to address problems sunil@ found with fuzzing original diff from and ok sunil@
2019-02-01add libelf from elftoolchain r3669jsg118-0/+17766
A 2 clause BSD licensed implementation of the SVR4 ELF API also implemented by mr511.de libelf (devel/libelf in ports) and elfutils. It is being added to base to allow Mesa to use it in future. shlib major is higher than devel/libelf and pkg-config version is 0.8.2 to pass a glib2 configure test so this can replace the use of devel/libelf in ports.