index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
malloc.c
Age
Commit message (
Expand
)
Author
2012-07-24
SMM: Add support for malloc in SMM if using TSEG
Duncan Laurie
2012-07-24
Remove unused free() function
Stefan Reinauer
2012-07-24
malloc/memalign: Remove unneeded linker check
Stefan Reinauer
2012-07-24
Make memalign print useful messages on failure
Ronald G. Minnich
2012-04-12
Add support for aligned allocation
Ron Minnich
2012-03-11
malloc: size is unsigned, don't test for size < 0
Patrick Georgi
2010-11-10
Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG()
Peter Stuge
2010-11-10
Debugging facility improvements.
Uwe Hermann
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2009-09-25
drop some dead code, clarify small comments and small cleanups to malloc.c
Stefan Reinauer
2009-03-06
use pointers instead of size_t when dealing with pointers. Also fix a few
Stefan Reinauer
2009-03-04
I just went on a bugfix frenzy and fixed all printk format warnings
Carl-Daniel Hailfinger
2009-02-12
This patch converts __FUNCTION__ to __func__, since __func__ is standard.
Myles Watson
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34
arch import user (historical)
2004-11-11
mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...
Eric Biederman
2004-11-10
- Delete unused funciton realloc
Eric Biederman
2004-03-26
cleanup code to remove warnings
Greg Watson
2004-03-13
added realloc
Greg Watson
2003-04-22
- Initial checkin of the freebios2 tree
Eric Biederman