#
2bc58361 |
| 06-Jul-2023 |
jasper <jasper@openbsd.org> |
Add missing entry for gelf_update_ehdr in the list of functions that update an existing header.
ok jmc@
|
#
961ae58b |
| 14-Nov-2020 |
jmc <jmc@openbsd.org> |
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 should not 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 should not get pasted around
show more ...
|
#
63b93652 |
| 18-May-2020 |
jsg <jsg@openbsd.org> |
update libelf from elftoolchain r3717 to r3833
ok deraadt@
|
#
aecf17f9 |
| 11-Jun-2019 |
schwarze <schwarze@openbsd.org> |
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@
|
#
a1b5ec25 |
| 01-Feb-2019 |
jsg <jsg@openbsd.org> |
add libelf from elftoolchain r3669
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
add libelf from elftoolchain r3669
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.
show more ...
|