malloc: size is unsigned, don't test for size < 0
[coreboot.git] / src / lib / malloc.c
2012-03-11 Patrick Georgimalloc: size is unsigned, don't test for size < 0
2010-11-10 Peter StugeEnsure that config options hidden by r6054 have default...
2010-11-10 Uwe HermannDebugging facility improvements.
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2009-09-25 Stefan Reinauerdrop some dead code, clarify small comments and small...
2009-03-06 Stefan Reinaueruse pointers instead of size_t when dealing with pointe...
2009-03-04 Carl-Daniel HailfingerI just went on a bugfix frenzy and fixed all printk...
2009-02-12 Myles WatsonThis patch converts __FUNCTION__ to __func__, since...
2005-07-06 arch import user... Revision: linuxbios@linuxbios.org--devel/freebios-...
2004-11-11 Eric Biedermanmpspec.h: Tweak the write_smp_table macro so that it...
2004-11-10 Eric Biederman- Delete unused funciton realloc
2004-03-26 Greg Watsoncleanup code to remove warnings
2004-03-13 Greg Watsonadded realloc
2003-04-22 Eric Biederman- Initial checkin of the freebios2 tree