History log of /netbsd-src/libexec/ld.elf_so/paths.c (Results 1 – 25 of 42)
Revision Date Author Comments
# a21e6644 24-Jan-2016 christos <christos@NetBSD.org>

we don't need <sys/mbuf.h>


# b49eab8e 06-May-2013 skrll <skrll@NetBSD.org>

Trailing whitespace


# fa64a5bf 19-May-2009 christos <christos@NetBSD.org>

warns=4


# 156176be 05-Jun-2008 ad <ad@NetBSD.org>

Fix error in previous. From nakayama@.


# 36b49f84 03-Jun-2008 ad <ad@NetBSD.org>

Try read() on ld.so.conf. If the file is small, it avoids stat+mmap+munmap.


# bf4b000d 05-Oct-2007 ad <ad@NetBSD.org>

- Don't use the names malloc/free/etc, since we can end up pulling in libc's
malloc which is not what we want.
- Remove ancient memory compaction hack. Realloc on free memory is now an
error agai

- Don't use the names malloc/free/etc, since we can end up pulling in libc's
malloc which is not what we want.
- Remove ancient memory compaction hack. Realloc on free memory is now an
error again (from joerg@).

Ok christos@.

show more ...


# 596c6ec5 27-Sep-2007 christos <christos@NetBSD.org>

provide xrealloc, and don't cast and use malloc and realloc directly.


# 40cfdb5e 20-Sep-2007 christos <christos@NetBSD.org>

Use AT_SUN_EXECPATH instead of argv[0] for the executable name. This needs
kernel support, which is not there yet, thus $ORIGIN is broken at this time.
This is ok, nothing uses it yet.


# 04ee85ad 18-May-2007 christos <christos@NetBSD.org>

Support Solaris-like $ORIGIN etc. expansions in paths.


# a50c8ab3 01-Jun-2005 lukem <lukem@NetBSD.org>

Add some sanity checking inspired by gcc -Wuninitialized.


# 2728318e 22-Oct-2004 skrll <skrll@NetBSD.org>

Add __RCSIDs.

OK'd by mycroft.


# d1b3d841 05-Jul-2004 cube <cube@NetBSD.org>

Make ld.elf_so use the new sysctl API. That allows the user to give any
sysctl variable name in /etc/ld.so.conf. It also makes the ld.elf_so
binary slightly smaller (at least on i386), and has no i

Make ld.elf_so use the new sysctl API. That allows the user to give any
sysctl variable name in /etc/ld.so.conf. It also makes the ld.elf_so
binary slightly smaller (at least on i386), and has no impact on
performance.

Fixes PR 26100.

show more ...


# 1de60baa 16-Mar-2004 atatat <atatat@NetBSD.org>

The <sys/sysctl.h> header already provides a perfectly good struct for
this purpose, so...uh...use it.


# f1740378 15-Feb-2004 enami <enami@NetBSD.org>

Don't assume past the mmaped region is accessible.


# 63fcb5a0 15-Feb-2004 enami <enami@NetBSD.org>

Fix warning message: the failed operation is not fstat but mmap.


# 5f573ab6 24-Jul-2003 skrll <skrll@NetBSD.org>

ANSIfy and de-__P().


# a9f5b3f8 05-Jun-2003 simonb <simonb@NetBSD.org>

KNF- blank lines before code at start of functions.


# d0c51200 06-Oct-2002 junyoung <junyoung@NetBSD.org>

Embedded whitespace in dirname is supported again.


# 2036ad0c 05-Oct-2002 junyoung <junyoung@NetBSD.org>

A line whose length is 0 always begins with '#'.


# e4d4608a 05-Oct-2002 junyoung <junyoung@NetBSD.org>

Minor cleanup.


# 2e853452 05-Oct-2002 junyoung <junyoung@NetBSD.org>

Better fix of parser bug.


# 89342b95 05-Oct-2002 junyoung <junyoung@NetBSD.org>

Don't call _rtld_process_mapping() with null string.


# 80b0665a 05-Oct-2002 mycroft <mycroft@NetBSD.org>

Simplify the hint file parser a bit.


# ad8ccd62 05-Oct-2002 mycroft <mycroft@NetBSD.org>

Minor cleanup.


# b615e155 28-Sep-2002 junyoung <junyoung@NetBSD.org>

Call NEW() rather than CNEW().


12