aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/dlinfo.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Implement Solaris-like link_map l_refname member.Konstantin Belousov2020-05-221-1/+7
| | | | | | | | | | | The implementation is based on the public documentation, in particular dlinfo(3) from Solaris. Sponsored by: The FreeBSD Foundation MFC after: 1 week Notes: svn path=/head/; revision=361398
* Restore the binary compatibility for link_map l_addr.Konstantin Belousov2020-05-211-5/+8
| | | | | | | | | | | | | | | | | Keep link_map l_addr binary layout compatible, rename l_addr to l_base where rtld returns map base. Provide relocbase in newly added l_addr. This effectively reverts the patch to the initial version of D24918. Reported by: antoine (portmgr) Reviewed by: jhb, markj Tested by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D24946 Notes: svn path=/head/; revision=361349
* Change the samantic of struct link_map l_addr member.Konstantin Belousov2020-05-201-3/+5
| | | | | | | | | | | | | | | | | | | | It previously returned the object map base address, while all other ELF operating systems return load offset, i.e. the difference between map base and the link base. Explain the meaning of the field in the man page. Stop filling the mips-only l_offs member, which is apparently unused. PR: 246561 Requested by: Damjan Jovanovic <damjan.jov@gmail.com> Reviewed by: emaste, jhb, cem (previous version) Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D24918 Notes: svn path=/head/; revision=361303
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-231-6/+3
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267774
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Sort sections.Ruslan Ermilov2005-01-201-7/+7
| | | | Notes: svn path=/head/; revision=140505
* Spelling fixes.Mike Pritchard2004-06-211-2/+2
| | | | Notes: svn path=/head/; revision=130867
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-2/+2
| | | | Notes: svn path=/head/; revision=119893
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-06-011-107/+122
| | | | Notes: svn path=/head/; revision=115631
* Fixed troff(1) and mdoc(7) warnings.Ruslan Ermilov2003-05-181-2/+2
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=115143
* The .Fn functionPhilippe Charnier2003-03-241-1/+2
| | | | | | | The ... 2 system call Notes: svn path=/head/; revision=112543
* Add examples of dlinfo() usage to manual page.Alexey Zelkin2003-02-151-1/+48
| | | | Notes: svn path=/head/; revision=110931
* Follow Solaris's manual page and describe Link_map structure hereAlexey Zelkin2003-02-141-1/+29
| | | | Notes: svn path=/head/; revision=110853
* Add manual page for dlinfo(3). It's still need some work and addAlexey Zelkin2003-02-141-0/+191
examples, but it's better than nothing already. Notes: svn path=/head/; revision=110852