summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* Make it possible to override the function which writes messages tophk2000-11-261-12/+18
* Oops, un-spam this file - the last commit was an accident.brian2000-09-201-1/+0
* Only realloc() environ if we're sure that we know where it came from.brian2000-09-201-0/+1
* Turn malloc options "AJ" on by default.phk2000-07-091-2/+2
* Add a missing THREAD_UNLOCK() found missing by Valentin Nechayevphk2000-04-101-3/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-9/+9
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-10/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out previous commit after discussing it with Dmitrij Tejblum.des1999-07-071-4/+0
* Always set errno to ENOMEM when returning 0 from malloc() or realloc().des1999-07-071-1/+5
* Disable the "Hint" option in phkmalloc as default. Recent VM systemphk1999-03-281-2/+2
* Delete the XXX comments that refer to spinlock recursion. The malloc/free/jb1998-09-301-15/+1
* Use 8k pagesize on alpha, not 4k.dfr1998-09-231-1/+5
* Back out part of previous commit (even though it's technically correct).alex1998-09-201-1/+17
* Correctly back out of free if a recursive call into malloc.c is detected.alex1998-09-191-8/+7
* preserve errno across the readlink() calls. There is no value in trashingpeter1998-06-181-1/+4
* Add support for thread lock debug. No impact of the malloc code.jb1998-06-091-4/+4
* Replace the threaded locking with spinlock calls for both threadedjb1998-04-291-18/+10
* Change in name of the static initializer define.jb1998-04-041-2/+2
* NetBSD doesn't have a utrace syscall, so don't define that ifjb1998-03-091-2/+4
* Drop the use of caddr_t in conjunction with mmap(2).alex1997-12-311-4/+4
* Fix recursion problem which occurs when a signal is received duringjb1997-12-151-3/+12
* Another 32bits of 64bits conformance.phk1997-08-311-2/+2
* Improvement of type independency for the bitmap.phk1997-08-271-3/+4
* Malloc option H is now default.phk1997-08-271-2/+2
* Fix a minor typo. It only affects the sparc version.jdp1997-07-261-2/+2
* Have another go at the malloc-sysv initialization.phk1997-07-021-12/+11
* malloc_sysv used before initialized, reported in PR4002 byphk1997-07-011-33/+19
* Integrate calloc with the rest of the gang.phk1997-06-221-150/+93
* Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0)phk1997-06-121-5/+9
* Fix mutex initialization.jb1997-06-041-6/+4
* Malloc flag X makes malloc behave like the canonical xmalloc() wrapper.phk1997-05-301-18/+56
* Check for overflow in size argument.phk1997-03-181-2/+4
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* _thread_kern_sig_unblock takes an integer, not a reference.alex1996-12-291-2/+2
* If you run with option Z and malloc fails, memset gets calledphk1996-10-291-4/+6
* Various cosmeticsphk1996-10-261-48/+28
* malloc_pages should be static.phk1996-10-201-187/+103
* Fix a typo.sos1996-09-251-2/+2
* A number of minor bogons and portability things from jdp.phk1996-09-251-28/+37
* phkmalloc/3phk1996-09-231-189/+232
* Fix a very rare error condition: The code to free VM back to the kernelphk1996-09-171-3/+4
* Isolated all the crap for thread-safe so I can see what goes on again...phk1996-07-031-61/+48
* Reviewed by: julian and (hsu?)julian1996-01-221-3/+66
* Fix a fencepost error.phk1996-01-051-4/+4
* Preallocate a small structure, so we can sbrk(2) further back.phk1995-12-181-2/+8
* Change phkmalloc so that the page directory is now floating and allocatedpeter1995-12-111-29/+47
* Remove EXTRA_SANITY, fix a unused var.phk1995-10-221-4/+8
OpenPOWER on IntegriCloud