summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge malloc from current.Poul-Henning Kamp1997-07-241-152/+120
* YAMFC (check for overflow in size argument)Poul-Henning Kamp1997-03-181-2/+4
* Bring in thread locking fix from rev 1.19.Alexander Langer1996-12-301-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