History log of /netbsd-src/libexec/ld.elf_so/rtldenv.h (Results 1 – 12 of 12)
Revision Date Author Comments
# b49eab8e 06-May-2013 skrll <skrll@NetBSD.org>

Trailing whitespace


# 934a3ac4 11-Dec-2011 joerg <joerg@NetBSD.org>

Mark xassert as __dead


# acfd35da 29-Oct-2010 christos <christos@NetBSD.org>

PR/44010: YAMAMOTO Takashi: sbrk: grow 0xb3ba2000 failed, error = 12"
(due to setenv changes?)
Provide a mini unsetenv that does not allocate/free memory and does not
bother about locking.


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


# eb92277c 22-May-2006 drochner <drochner@NetBSD.org>

sprinkle some __noreturn__ attributes, saves gcc4 warnings elsewhere


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

ANSIfy and de-__P().


# fa5df294 24-Sep-2002 mycroft <mycroft@NetBSD.org>

Include xassert() only if DEBUG, like the real assert().
Also, xassert() calls abort(), so there's no need to do it in all of the
callers.


# 712b838f 13-Sep-2002 mycroft <mycroft@NetBSD.org>

Kill the extra newline in assert messages.


# 26475619 01-Mar-1999 christos <christos@NetBSD.org>

KNF


# 896c1cce 08-Oct-1997 mrg <mrg@NetBSD.org>

WARNS?=1


# 41fe218b 16-Dec-1996 cgd <cgd@NetBSD.org>

First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf
kit, then hacked on by Matt Thomas <matt@3am-software.com>, then by me (to
make it work with new versions of the toolcha

First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf
kit, then hacked on by Matt Thomas <matt@3am-software.com>, then by me (to
make it work with new versions of the toolchain, etc.). This runs, but it's
in serious need of cleaning and/or a fair bit of reworking. See the README
file for more information, and a list of things to do.

show more ...