Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-24 | Add standard header stdbool.h | Nikunj A Dadhania | 1 | -0/+20 | |
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Acked-by: Thomas Huth <thuth@linux.vnet.ibm.com> | |||||
2011-12-20 | Silenced some compiler warnings that occur when compiling with prototype checks | Thomas Huth | 4 | -0/+7 | |
The compiler flags -Wmissing-prototypes and -Wstrict-prototypes generally help to write code with proper prototypes. This way one can avoid some ugly bugs because it helps to identify functions that do not have prototypes in headers. It also helps to improve performance since local functions then have to be declared "static", so the compiler can do better optimizations. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com> | |||||
2010-12-01 | Initial import of slof-JX-1.7.0-4 | Benjamin Herrenschmidt | 68 | -0/+3187 | |
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> |