summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/xmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Increase alignment to size of pointer if the alignment is too small.davidxu2014-02-221-4/+2
* malloc_aligned() may not leave enough space for pointer to allocated memory,davidxu2014-02-211-7/+7
* Build an allocator for the aligned memory on top of the rtld-privatekib2013-12-061-0/+30
* Implement xstrdup() using strlen()/xmalloc()/memcpy() alreadykib2012-03-231-7/+8
* Use xmalloc() instead of malloc() in the places where malloc() callskib2012-03-221-6/+9
* Rtld links with the specially built pic static libc library to get somekib2011-08-241-5/+11
* Add function prototypes.mdodd2003-06-191-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Import the ELF dynamic linker. This is the ElfKit version withjdp1998-03-071-0/+57
OpenPOWER on IntegriCloud