summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/dladdr.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: "The .Fn function".ru2002-12-181-4/+8
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Sort cross references.wosch1998-08-311-3/+3
|
* Move the trampolines for dlopen and related functions from crt0.ojdp1998-02-091-0/+121
into libc. This reduces the size of every dynamically linked executable by 248 bytes, and it reduces the size of static executables by a lesser amount. It also eliminates some global namespace pollution. With this change in place, the source for dlfcn.h should probably be moved to "/usr/src/include". I'll save that for another day. Compatibility note: Programs which use dlopen, if compiled on systems with this change, will not run on systems with a libc from prior to this change. Very few programs use dlopen, so I think that is OK.
OpenPOWER on IntegriCloud