Home | History | Annotate | Download | only in ld.elf_so
History log of /src/libexec/ld.elf_so/xmalloc.c
RevisionDateAuthorComments
 1.12  24-Jan-2013  christos don't free cp before we copy it!
 1.11  25-May-2011  christos branches: 1.11.4; 1.11.10;
Don't use division since we are only dealing with powers of 2.
 1.10  03-Dec-2010  joerg ANSIfy
 1.9  19-May-2009  christos warns=4
 1.8  03-Jun-2008  ad __progname isn't const.
 1.7  05-Oct-2007  ad branches: 1.7.6; 1.7.8;
- 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@.
 1.6  27-Sep-2007  christos provide xrealloc, and don't cast and use malloc and realloc directly.
 1.5  22-Oct-2004  skrll branches: 1.5.16;
Add __RCSIDs.

OK'd by mycroft.
 1.4  24-Jul-2003  skrll ANSIfy and de-__P().
 1.3  05-Jun-2003  simonb KNF- blank lines before code at start of functions.
 1.2  01-Mar-1999  christos branches: 1.2.12;
KNF
 1.1  16-Dec-1996  cgd 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.
 1.2.12.1  28-May-2004  tron Apply patch (request by skrll in ticket #1702):
Bring "ld.elf_so" (mostly) in sync with NetBSD-current:
- MI and MD (e.g. under NetBSD-alpha) performance improvements
- RTLD_SELF, RTLD_NEXT, RTLD_DEFAULT support
- much better structured code
- closes PR bin/25464
 1.5.16.1  06-Nov-2007  matt sync with HEAD
 1.7.8.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.7.6.1  17-Jun-2008  yamt sync with head.
 1.11.10.1  25-Feb-2013  tls resync with head
 1.11.4.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed