summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-02-27libc-hooks: newlib's heap may use entire unused RAMJithu Joseph
2016-02-20libc-hooks: Make newlib's heap size configurableIván Briano
2016-02-20libc: Add definition for ssize_tJohan Hedberg
2016-02-11doc: Fix misuse of @file doxygen tagPeter Mitsis
2016-02-10tinycrypt: Fix compilation with ECC enabledSzymon Janc
2016-02-10tinycrypt: Fix few typos in Kconfig help messagesSzymon Janc
2016-02-09minimal libc: stdlib.h no longer includes ctype.hPeter Mitsis
2016-02-08lib : tinycrypt : Adding README for external libraryDan Kalowsky
2016-02-05Integration of TinyCrypt v2: ECC, CMAC, AES-CCM with test cases for CMAC and ...Constanza Heath
2016-02-05c++: Update minimal libc headersPeter Mitsis
2016-02-05libc: Consolidate size_t definitionsPeter Mitsis
2016-02-05libc: Consolidate NULL definitionsPeter Mitsis
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
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