History log of /freebsd-9.3-release/share/man/man5/libmap.conf.5
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 263031 11-Mar-2014 des

MFH (r251810): fix installation from read-only .OBJDIR
MFH (r255384): add PRIVATELIB for internal-use shred libraries
MFH (r255385, r255413): add a stock libmap32.conf
MFH (r255765): always support directory mapping; rewrite libmap man page


# 236523 03-Jun-2012 bapt

MFC: 234851, 235059

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.

Approved by: des (mentor)


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 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.