index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
stdlib.h
Age
Commit message (
Expand
)
Author
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2017-03-09
src/include: Add space after comma
Lee Leahy
2015-09-22
coreboot: introduce commonlib
Aaron Durbin
2015-08-27
stdlib: don't hide the malloc et all declarations
Aaron Durbin
2015-03-20
stdlib: Add IS_ALIGNED macro
Andrew Bresticker
2014-12-15
tegra124: A couple clock fixes.
Gabe Black
2014-07-10
include/stdlib.h: Extend common macro collection
Edward O'Callaghan
2014-07-01
stdlib: Drop duplicates of min() and max()
Kyösti Mälkki
2013-03-29
stdlib: add ALIGN_UP and ALIGN_DOWN macros
Aaron Durbin
2012-12-19
Add back dummy free()
Stefan Reinauer
2012-07-24
Remove unused free() function
Stefan Reinauer
2012-04-12
Add support for aligned allocation
Ron Minnich
2012-04-02
Align: Make sure 1 is treated as unsigned long instead of int
Stefan Reinauer
2010-03-28
drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more
Stefan Reinauer
2009-11-06
Split the two usages of __ROMCC__:
Myles Watson
2009-09-25
drop some dead code, clarify small comments and small cleanups to malloc.c
Stefan Reinauer
2008-12-23
The attached patch adds missing bits to ACPI to make Windows XP and Windows V...
Rudolf Marek
2008-03-19
Following patch will setup KT890 HT automatically. It will find the
Rudolf Marek
2007-11-07
This patch masks the function prototypes in stdlib.h from ROMCC, so that
Corey Osgood
2007-10-27
Move ARRAY_SIZE to stdlib.h to make it available to all code (trivial).
Uwe Hermann
2004-11-10
- Delete unused funciton realloc
Eric Biederman
2004-03-13
added realloc
Greg Watson
2003-04-22
- Initial checkin of the freebios2 tree
Eric Biederman