summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-02-05newlib: Rename exit to _exitAndre Guedes
2016-02-05Add isgraph()/isprint()/isxdigit()/toupper()Vlad Lungu
2016-02-05lib/libc: Add implementation for isprint()Johan Hedberg
2016-02-05libc/minimal: use per-thread errno implementationBenjamin Walsh
2016-02-05stdio: Fix bug in fputs()Allan Stephens
2016-02-05checkpatch: warning - block_comment_styleDan Kalowsky
2016-02-05checkpatch: error - trailing_whitespaceDan Kalowsky
2016-02-05checkpatch: warning - unnecssary_elseDan Kalowsky
2016-02-05checkpatch: warning - leading_spaceDan Kalowsky
2016-02-05checkpatch: error - global_initialisersDan Kalowsky
2016-02-05checkpatch: warning - block_comment_styleDan Kalowsky
2016-02-05checkpatch: error - pointer_locationDan Kalowsky
2016-02-05checkpatch: error - open_braceDan Kalowsky
2016-02-05checkpatch: error - return_parenthesesDan Kalowsky
2016-02-05checkpatch: error - spacingDan Kalowsky
2016-02-05checkpatch: error - switch_case_indent_levelDan Kalowsky
2016-02-05checkpatch: error - trailing statementsDan Kalowsky
2016-02-05checkpatch: code_indent failuresDan Kalowsky
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05tinycrypt: use tabs not spacesDan Kalowsky
2016-02-05tinycrypt: moving includesDan Kalowsky
2016-02-05Revert "tinycrypt: moving includes"Anas Nashif
2016-02-05Revert "tinycrypt: use tabs not spaces"Anas Nashif
2016-02-05tinycrypt: use tabs not spacesDan Kalowsky
2016-02-05tinycrypt: moving includesDan Kalowsky
2016-02-05crypto: comply with checkpatch file lengthDan Kalowsky
2016-02-05libc: use isdigit from ctype.hAnas Nashif
2016-02-05Add MINIMAL_LIBC_EXTENDED to limit libc buildsAnas Nashif
2016-02-05libc: add support for strncasecmp functionAnas Nashif
2016-02-05libc: add atoi to minimal libcAnas Nashif
2016-02-05libc: add strcat to minimal libcAnas Nashif
2016-02-05libc: add strtol and strtoul to minimal libcAnas Nashif
2016-02-05libc: update ctype.h with isdigit, isspace, isalpha, isupperAnas Nashif
2016-02-05libc: added errno global variableDirk Brandewie
2016-02-05Add initial import of TinyCrypt crypto library and testsConstanza Heath
2016-02-05libc: Add memchr implementationJukka Rissanen
2016-02-05cleanup libc kconfig and use choiceAnas Nashif
2016-02-05build: build libc as object, not kbuild library (lib.a)Anas Nashif
2016-02-05doxygen: add @brief and capitalizeAnas Nashif
2016-02-05doxygen: RETURNS: -> @returnAnas Nashif
2016-02-05doxygen: change comment style to match javadocAnas Nashif
2016-02-05libc: Add tolower implementationJukka Rissanen
2016-02-05Eliminate non-standard boolean type supportAllan Stephens
2016-02-05newlib: Fix coding style and checkpatch warnings/errorsAnas Nashif
2016-02-05Optimize performance of memset() and memcpy()Allan Stephens
2016-02-05libc: add license headerAnas Nashif
2016-02-05Kbuild: enable toolchain newlib library instead of minimal libcAnas Nashif
2016-02-05Kbuild: Build minimal libc as a static library.Juan Manuel Cruz
2016-02-05Kbuild: User kernel instead of TiMoAnas Nashif
2016-02-05Creation of Makefiles for libc minimal.Juan Manuel Cruz