summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make this 64-bit safe againtholo1997-02-091-16/+16
* Integrate latest malloc(3) from FreeBSDtholo1997-01-051-264/+124
* more 64bit fixesniklas1996-11-241-10/+12
* 64 bit cleanniklas1996-11-231-3/+25
* removed plus sign from start of linekstailey1996-11-221-2/+2
* Make sure we don't dereference stray pointer when running suid or sgidtholo1996-09-261-1/+3
* Restore check for suid / sgidtholo1996-09-261-2/+2
* Latest changes from FreeBSDtholo1996-09-261-220/+271
* From FreeBSD:tholo1996-09-191-3/+4
* Avoid pulling in stdiotholo1996-09-161-3/+3
* Remove dead codetholo1996-09-151-2/+2
* only support MALLOC_OPTIONS for non-setuidderaadt1996-09-111-3/+5
* asm -> __asm, clean lint(1) warningstholo1996-09-061-15/+16
* Move cfree(3) weak symbol into a seperate filetholo1996-08-211-22/+1
* Make the binding cfree() -> free() weak if possibletholo1996-08-201-5/+12
* Remove ANSI function delcarations and add a cfree() stub function.downsj1996-08-201-22/+67
* Fix RCS idstholo1996-08-191-3/+4
* malloc(3) implementation from FreeBSD; uses mmap(2) to get memorytholo1996-08-021-365/+1158
* Add prototypes for internal functionstholo1996-03-251-3/+3
* realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;deraadt1996-01-291-2/+11
* initial import of NetBSD treederaadt1995-10-181-0/+421