History log of /netbsd-src/libexec/ld.elf_so/xmalloc.c (Results 1 – 12 of 12)
Revision Date Author Comments
# f7f33994 24-Jan-2013 christos <christos@NetBSD.org>

don't free cp before we copy it!


# b9972d39 25-May-2011 christos <christos@NetBSD.org>

Don't use division since we are only dealing with powers of 2.


# 91118529 03-Dec-2010 joerg <joerg@NetBSD.org>

ANSIfy


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

warns=4


# 9795e155 03-Jun-2008 ad <ad@NetBSD.org>

__progname isn't const.


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


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

Add __RCSIDs.

OK'd by mycroft.


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


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

KNF


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