summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* In preparation for a new malloc implementation:jasone2006-01-121-0/+16
* Very minor style nit: sort include files alphabetically.imp2003-08-221-1/+1
* Fix signed/unsigned comparison warnings.obrien2003-05-041-4/+4
* Add missing include files I forgot about in previous commit.kan2003-02-131-0/+2
* Remove /usr/lib/elf from a default search path.kan2003-02-131-1/+16
* Include stddef.h for NULL definition, rather than rolling our own here.imp2002-08-211-2/+1
* Change brk's prototype from char *brk(const char *) to int brk(const void *)dwmalone2002-01-241-1/+0
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add alpha support.dfr1998-09-041-5/+6
* Import the ELF dynamic linker. This is the ElfKit version withjdp1998-03-071-0/+485
OpenPOWER on IntegriCloud