summaryrefslogtreecommitdiffstats
path: root/lib/libstand/zalloc_malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Implement a hook to allow us to reclaim the memory used by the first stagedfr1998-10-191-1/+10
| | | | of the bootstrap (the bit which loads /boot/loader).
* Prune unused zalloc components as recommended by Matt Dillon. Extra debuggingmsmith1998-10-011-16/+6
| | | | code is still enabled (it's not very expensive).
* * Enable old UFS compatibility code for booting from Digital Unix formatteddfr1998-09-261-1/+6
| | | | | | | disks. * Fix a whole raft of warnings, printf and otherwise. * Make zalloc work for alpha (just a case of using the right typedef). * Add some (disabled) malloc debug printing to stand.h.
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlymsmith1998-09-261-0/+193
compact and much better one donated by Matt Dillon. Implement a simple sbrk() which uses the existing setheap() api. Remove the custom allocator from the UFS code. It wasn't working quite right, and it shouldn't be needed with the new allocator. Fix a serious problem with changing the value of already-existent environment variables. Don't attempt to modify the supposedly-const argument to putenv() Fix an off-by-one sizing error in the zipfs code detected by the new allocator. Submitted by: zmalloc from Matt Dillon <dillon@backplane.com>
OpenPOWER on IntegriCloud