summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/alloc.c
AgeCommit message (Collapse)Author
2018-12-16Make the freelist best fit code a tiny bit smarter to not use a block ifOtto Moerbeek
half or more would be wasted. Causes more effective re-use of blocks. ok jsing@
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
ok beck@ deraadt@
2015-09-14unify free(NULL,size) behaviour by allowing passing NULLSebastien Marie
ok millert@ jasper@
2009-05-14Add two hooks allowing MD code get a MD header to be included if needed,Miod Vallat
and to override the way HEAP_START and HEAP_LIMIT are defined.
2003-08-11ansification and knf and protosTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
1997-08-01compile clean with ALLOC_FIRST_FIT definedPer Fogelstrom
1997-02-06remove net/zlib.c (use -lz now)Michael Shalayeff
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
1996-12-08Merge to NetBSD 961207Niklas Hallqvist
1996-09-23add OpenBSD tag.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt