Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase alignment to size of pointer if the alignment is too small. | davidxu | 2014-02-22 | 1 | -4/+2 |
* | malloc_aligned() may not leave enough space for pointer to allocated memory, | davidxu | 2014-02-21 | 1 | -7/+7 |
* | Build an allocator for the aligned memory on top of the rtld-private | kib | 2013-12-06 | 1 | -0/+30 |
* | Implement xstrdup() using strlen()/xmalloc()/memcpy() already | kib | 2012-03-23 | 1 | -7/+8 |
* | Use xmalloc() instead of malloc() in the places where malloc() calls | kib | 2012-03-22 | 1 | -6/+9 |
* | Rtld links with the specially built pic static libc library to get some | kib | 2011-08-24 | 1 | -5/+11 |
* | Add function prototypes. | mdodd | 2003-06-19 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Import the ELF dynamic linker. This is the ElfKit version with | jdp | 1998-03-07 | 1 | -0/+57 |