summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/alloc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the freelist best fit code a tiny bit smarter to not use a block ifotto2018-12-161-2/+2
| | | | | half or more would be wasted. Causes more effective re-use of blocks. ok jsing@
* Change a bunch of (<blah> *)0 to NULL.krw2016-03-141-4/+4
| | | | ok beck@ deraadt@
* unify free(NULL,size) behaviour by allowing passing NULLsemarie2015-09-141-3/+7
| | | | ok millert@ jasper@
* Add two hooks allowing MD code get a MD header to be included if needed,miod2009-05-141-1/+16
| | | | and to override the way HEAP_START and HEAP_LIMIT are defined.
* ansification and knf and protosderaadt2003-08-111-21/+19
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-7/+7
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-5/+5
|
* compile clean with ALLOC_FIRST_FIT definedpefo1997-08-011-1/+5
|
* remove net/zlib.c (use -lz now)mickey1997-02-061-19/+137
| | | | | | | | export NO_NET and SA_ZLIB to the Makefile (from Makefile.inc) add -p printf flag (tiny code) just for gcc -Wall import latest alloc.c from netbsd text data bss dec hex 400 8 0 408 198
* Merge to NetBSD 961207niklas1996-12-081-4/+4
|
* add OpenBSD tag.mickey1996-09-231-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+109