aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/xmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r359634:Konstantin Belousov2020-04-181-6/+12
* MFC r339877-r339879,r343564-r343566,r343580,r343754:Konstantin Belousov2019-02-111-7/+11
* libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Increase alignment to size of pointer if the alignment is too small.David Xu2014-02-221-4/+2
* malloc_aligned() may not leave enough space for pointer to allocated memory,David Xu2014-02-211-7/+7
* Build an allocator for the aligned memory on top of the rtld-privateKonstantin Belousov2013-12-061-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