summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/xmalloc.c
AgeCommit message (Expand)Author
2023-08-21rtld: switch from malloc_aligned() to __crt_aligned_alloc()Konstantin Belousov
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-04-04Make p_vaddr % p_align == p_offset % p_align for (some) TLS segments.Konstantin Belousov
2019-06-30Reduce size of rtld by 22% by pulling in less code from libcAlex Richardson
2019-01-29Adjust posix symbols from rtld-elf/malloc.c with the __crt_ prefix.Konstantin Belousov
2017-11-27libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-02-22Increase alignment to size of pointer if the alignment is too small.David Xu
2014-02-21malloc_aligned() may not leave enough space for pointer to allocated memory,David Xu
2013-12-06Build an allocator for the aligned memory on top of the rtld-privateKonstantin Belousov
2012-03-23Implement xstrdup() using strlen()/xmalloc()/memcpy() alreadyKonstantin Belousov
2012-03-22Use xmalloc() instead of malloc() in the places where malloc() callsKonstantin Belousov
2011-08-24Rtld links with the specially built pic static libc library to get someKonstantin Belousov
2003-06-19Add function prototypes.Matthew N. Dodd
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-03-07Import the ELF dynamic linker. This is the ElfKit version withJohn Polstra