History log of /freebsd-10.1-release/share/man/man5/libmap.conf.5
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 255765 21-Sep-2013 des

Make the directory mapping functionality, which was previously only
available in 32-bit compatibility mode, unconditional.

Overhaul the man page, which had evolved more by accretion than by design.

Approved by: re (gjb)
MFC after: 3 weeks


# 234851 30-Apr-2012 bapt

Add two special directives to libmap.conf:
include <file>:
Parse the contents of file before continuing with the current file.
includedir <dir>:
Parse the contents of every file in dir that ends in .conf before continuing
with the current file.
Any file or directory encountered while processing include or includedir
directives will be parsed exactly once, even if it is encountered multiple
times.

Reviewed by: kib, des
Approved by: des (mentor)
MFC after: 1 month


# 157178 27-Mar-2006 pav

- Be explicit about libmap32.conf only working on amd64

Requested by: ru


# 157168 26-Mar-2006 pav

- Document libmap32.conf

MFC after: 1 week


# 151741 27-Oct-2005 jhb

Update example libmap.conf file:
- Remove pointless examples that map libpthread to itself.
- Update shared libraries for 6.0 bumps.

Reported by: rwatson
MFC after: 1 day


# 148957 11-Aug-2005 ceri

Correct some grammar.


# 148950 10-Aug-2005 imp

Document methods people use to load linux shared libraries in FreeBSD
binaries. A very neat trick.


# 140561 21-Jan-2005 ru

Sort sections.


# 130582 16-Jun-2004 ru

Assorted markup, spelling, and grammar fixes.


# 130103 05-Jun-2004 ceri

Correct a spelling error.


# 129638 23-May-2004 mdodd

Support basename and path based constrained matches.

eg:
[foo]
...

matches any executable 'foo'

[/usr/bin/foo/]
...

matches any executable under the directory /usr/bin/foo/

Exact matches continue to function as before.

PR: bin/66769
Submitted-by: Dan Nelson


# 125278 31-Jan-2004 trhodes

deischen had a good idea on how to make my previous commit a little better,
update accordingly.

Suggested by: deischen


# 125272 31-Jan-2004 trhodes

Update this manual page for the libkse -> libpthread changes.

Discussed with: deischen


# 120039 13-Sep-2003 mdodd

Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.


# 115393 29-May-2003 ru

Assorted mdoc(7) fixes.


# 113229 07-Apr-2003 mdodd

Dynamic object dependency mapping: libmap.

This is an optional feature, disabled by default.

This will be useful to people testing the various POSIX threading
libraries under -CURRENT but can easily serve other needs.