summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/xmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* rtld: switch from malloc_aligned() to __crt_aligned_alloc()Konstantin Belousov2023-08-281-23/+7
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* Make p_vaddr % p_align == p_offset % p_align for (some) TLS segments.Konstantin Belousov2020-04-041-6/+12
* Reduce size of rtld by 22% by pulling in less code from libcAlex Richardson2019-06-301-0/+1
* Adjust posix symbols from rtld-elf/malloc.c with the __crt_ prefix.Konstantin Belousov2019-01-291-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