summaryrefslogtreecommitdiffstats
path: root/lib/libelf/elf_flagdata.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update libelf from elftoolchain r3717 to r3833jsg2020-05-181-2/+2
| | | | ok deraadt@
* do not use plain-text ELF(3) to reference page titles, use .Nm or .Xr.:schwarze2019-06-111-4/+8
| | | | | | issue noticed by naddy@ when he inspected a bug report from aalm@; while here, use .At where appropriate; OK naddy@ jmc@
* add libelf from elftoolchain r3669jsg2019-02-011-0/+223
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.