summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/xmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r262277:David Xu2014-02-271-7/+5
* MFC r259043:Konstantin Belousov2013-12-131-0/+30
* Implement xstrdup() using strlen()/xmalloc()/memcpy() alreadyKonstantin Belousov2012-03-231-7/+8
* Use xmalloc() instead of malloc() in the places where malloc() callsKonstantin Belousov2012-03-221-6/+9
* Rtld links with the specially built pic static libc library to get someKonstantin Belousov2011-08-241-5/+11
* Add function prototypes.Matthew N. Dodd2003-06-191-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Import the ELF dynamic linker. This is the ElfKit version withJohn Polstra1998-03-071-0/+57