summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add a missing THREAD_UNLOCK() found missing by Valentin NechayevPoul-Henning Kamp2000-04-101-3/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-9/+9
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-10/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out previous commit after discussing it with Dmitrij Tejblum.Dag-Erling Smørgrav1999-07-071-4/+0
* Always set errno to ENOMEM when returning 0 from malloc() or realloc().Dag-Erling Smørgrav1999-07-071-1/+5
* Disable the "Hint" option in phkmalloc as default. Recent VM systemPoul-Henning Kamp1999-03-281-2/+2
* Delete the XXX comments that refer to spinlock recursion. The malloc/free/John Birrell1998-09-301-15/+1
* Use 8k pagesize on alpha, not 4k.Doug Rabson1998-09-231-1/+5
* Back out part of previous commit (even though it's technically correct).Alexander Langer1998-09-201-1/+17
* Correctly back out of free if a recursive call into malloc.c is detected.Alexander Langer1998-09-191-8/+7
* preserve errno across the readlink() calls. There is no value in trashingPeter Wemm1998-06-181-1/+4
* Add support for thread lock debug. No impact of the malloc code.John Birrell1998-06-091-4/+4
* Replace the threaded locking with spinlock calls for both threadedJohn Birrell1998-04-291-18/+10
* Change in name of the static initializer define.John Birrell1998-04-041-2/+2
* NetBSD doesn't have a utrace syscall, so don't define that ifJohn Birrell1998-03-091-2/+4
* Drop the use of caddr_t in conjunction with mmap(2).Alexander Langer1997-12-311-4/+4
* Fix recursion problem which occurs when a signal is received duringJohn Birrell1997-12-151-3/+12
* Another 32bits of 64bits conformance.Poul-Henning Kamp1997-08-311-2/+2
* Improvement of type independency for the bitmap.Poul-Henning Kamp1997-08-271-3/+4
* Malloc option H is now default.Poul-Henning Kamp1997-08-271-2/+2
* Fix a minor typo. It only affects the sparc version.John Polstra1997-07-261-2/+2
* Have another go at the malloc-sysv initialization.Poul-Henning Kamp1997-07-021-12/+11
* malloc_sysv used before initialized, reported in PR4002 byPoul-Henning Kamp1997-07-011-33/+19
* Integrate calloc with the rest of the gang.Poul-Henning Kamp1997-06-221-150/+93
* Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0)Poul-Henning Kamp1997-06-121-5/+9
* Fix mutex initialization.John Birrell1997-06-041-6/+4
* Malloc flag X makes malloc behave like the canonical xmalloc() wrapper.Poul-Henning Kamp1997-05-301-18/+56
* Check for overflow in size argument.Poul-Henning Kamp1997-03-181-2/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* _thread_kern_sig_unblock takes an integer, not a reference.Alexander Langer1996-12-291-2/+2
* If you run with option Z and malloc fails, memset gets calledPoul-Henning Kamp1996-10-291-4/+6
* Various cosmeticsPoul-Henning Kamp1996-10-261-48/+28
* malloc_pages should be static.Poul-Henning Kamp1996-10-201-187/+103
* Fix a typo.Søren Schmidt1996-09-251-2/+2
* A number of minor bogons and portability things from jdp.Poul-Henning Kamp1996-09-251-28/+37
* phkmalloc/3Poul-Henning Kamp1996-09-231-189/+232
* Fix a very rare error condition: The code to free VM back to the kernelPoul-Henning Kamp1996-09-171-3/+4
* Isolated all the crap for thread-safe so I can see what goes on again...Poul-Henning Kamp1996-07-031-61/+48
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-3/+66
* Fix a fencepost error.Poul-Henning Kamp1996-01-051-4/+4
* Preallocate a small structure, so we can sbrk(2) further back.Poul-Henning Kamp1995-12-181-2/+8
* Change phkmalloc so that the page directory is now floating and allocatedPeter Wemm1995-12-111-29/+47
* Remove EXTRA_SANITY, fix a unused var.Poul-Henning Kamp1995-10-221-4/+8
* phkmalloc/2Poul-Henning Kamp1995-10-081-291/+353
* A buglet when dumping and a stylistic point from Mike.Poul-Henning Kamp1995-09-221-8/+8
* ``phkmalloc''Poul-Henning Kamp1995-09-161-361/+1006
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+420