summaryrefslogtreecommitdiffstats
path: root/lib/libstand/gzipfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlymsmith1998-09-261-2/+4
| | | | | | | | | | | | | | | | | 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>
* Path arguments to *_open functions should be const, but we were manglingmsmith1998-09-181-3/+3
| | | | | | them. Submitted by: write-protected text segment in BTX
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+316
modules). Obtained from: NetBSD, with some architectural changes and many additions.
OpenPOWER on IntegriCloud