aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* libexec: minor spelling fixes in comments.Pedro F. Giffuni2016-05-011-1/+1
* rtld-elf: use our roundup2() macro when param.h is available.Pedro F. Giffuni2016-04-191-2/+2
* Move all the paths into a new path.h to centralize them.Warner Losh2015-10-311-1/+0
* Before calling mmap() on a shared library's text and data sections, rtldAlan Cox2014-04-111-20/+9
* Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-171-5/+1
* Remove the fragments which are not needed on FreeBSD. The caltechKonstantin Belousov2012-03-221-18/+0
* Rtld links with the specially built pic static libc library to get someKonstantin Belousov2011-08-241-20/+5
* Use the newly provided aux vectors to get pagesize and osreldate information.Konstantin Belousov2010-08-171-1/+22
* In preparation for a new malloc implementation:Jason Evans2006-01-121-0/+16
* Very minor style nit: sort include files alphabetically.Warner Losh2003-08-221-1/+1
* Fix signed/unsigned comparison warnings.David E. O'Brien2003-05-041-4/+4
* Add missing include files I forgot about in previous commit.Alexander Kabaev2003-02-131-0/+2
* Remove /usr/lib/elf from a default search path.Alexander Kabaev2003-02-131-1/+16
* Include stddef.h for NULL definition, rather than rolling our own here.Warner Losh2002-08-211-2/+1
* Change brk's prototype from char *brk(const char *) to int brk(const void *)David Malone2002-01-241-1/+0
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add alpha support.Doug Rabson1998-09-041-5/+6
* Import the ELF dynamic linker. This is the ElfKit version withJohn Polstra1998-03-071-0/+485