summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.c
AgeCommit message (Expand)Author
1996-11-24more 64bit fixesNiklas Hallqvist
1996-11-2364 bit cleanNiklas Hallqvist
1996-11-22removed plus sign from start of linekstailey
1996-09-26Make sure we don't dereference stray pointer when running suid or sgidThorsten Lockert
1996-09-26Restore check for suid / sgidThorsten Lockert
1996-09-26Latest changes from FreeBSDThorsten Lockert
1996-09-19From FreeBSD:Thorsten Lockert
1996-09-16Avoid pulling in stdioThorsten Lockert
1996-09-15Remove dead codeThorsten Lockert
1996-09-11only support MALLOC_OPTIONS for non-setuidTheo de Raadt
1996-09-06asm -> __asm, clean lint(1) warningsThorsten Lockert
1996-08-21Move cfree(3) weak symbol into a seperate fileThorsten Lockert
1996-08-20Make the binding cfree() -> free() weak if possibleThorsten Lockert
1996-08-20Remove ANSI function delcarations and add a cfree() stub function.Jason Downs
1996-08-19Fix RCS idsThorsten Lockert
1996-08-02malloc(3) implementation from FreeBSD; uses mmap(2) to get memoryThorsten Lockert
1996-03-25Add prototypes for internal functionsThorsten Lockert
1996-01-29realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt