Add missing entry for gelf_update_ehdr in the list of functions thatupdate an existing header.ok jmc@
spelling fixes; from paul tagliamonteany changes not taken noted on tech, but chiefly here i did not take thecancelation - cancellation changes;
Do not embed ident(1) strings in object code.ok daniel@ deraadt@ jca@
man pages: add missing commas between subordinate and main clausesjmc@ dislikes a comma before "then" in a conditional, so leave thoseuntouched.ok jmc@
elf64_checkum->elf64_checksum; adapted from changes by saitoh masanobu
remove sys/param.h that are not needed
annotate that sys/param.h is needed for roundup and roundup2
grammar fixes from Varik "The Genuine Article!!!" Valefor;
remove macro instances from arbitrary string width specifiers. for example -width ".Dv BOB" -> -width "BOB"although they are not errors, they are misleading and probably shouldnot get pasted aro
remove macro instances from arbitrary string width specifiers. for example -width ".Dv BOB" -> -width "BOB"although they are not errors, they are misleading and probably shouldnot get pasted around
show more ...
update libelf from elftoolchain r3717 to r3833ok deraadt@
crank libelf major for exec_elf.h changes
open() and fstat() return precisely -1 on error, not a vague value < 0.Follow the contract.
fix bogus cross references: there is no ELF(3) manual page;pointed out by naddy@
do not use plain-text ELF(3) to reference page titles, use .Nm or .Xr.:issue noticed by naddy@ when he inspected a bug report from aalm@;while here, use .At where appropriate;OK naddy@ jmc@
update libelf from elftoolchain r3714 to r3717check for overflow correctly after computing a file offset
update libelf from elftoolchain r3669 to r3714includes changes to address problems sunil@ found with fuzzingoriginal diff from and ok sunil@
add libelf from elftoolchain r3669A 2 clause BSD licensed implementation of the SVR4 ELF API alsoimplemented by mr511.de libelf (devel/libelf in ports) and elfutils.It is being added to base to
add libelf from elftoolchain r3669A 2 clause BSD licensed implementation of the SVR4 ELF API alsoimplemented 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.2to pass a glib2 configure test so this can replace the use ofdevel/libelf in ports.