summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-07-21libc: Add assert.h to minimal libcMaureen Helm
2016-07-19lib: Adding the strstr() functionSergio Rodriguez
2016-06-10nios2: Kconfig: remove some unused config optionsAndrew Boie
2016-06-09newlib: Support both namespace protected & nonprotected stubsKumar Gala
2016-06-09newlib: Drop _fstat implementationKumar Gala
2016-06-01ext: move tinycrypt to ext/libAnas Nashif
2016-05-27tinycrypt: Fix discrepancy of ecc_make_key definition and declarationSzymon Janc
2016-05-27ext: include headers based on HAL being usedAnas Nashif
2016-05-25Cleanup whitespace in Kconfig filesKumar Gala
2016-05-16build: move library related code to lib/Anas Nashif
2016-05-16tinycrypt: move from lib to regular objectsAnas Nashif
2016-05-09newlib: treat x86 as the special caseAndrew Boie
2016-05-05libc: newlib: fix RAM config names for ARCBogdan Davidoaia
2016-05-03nios2: basic build, non-functionalAndrew Boie
2016-04-16libc: add strncat() to minimal libcBenjamin Walsh
2016-03-19printf: Limit width modifier to [0..MAXFLD]Peter Mitsis
2016-03-11libc: Add off_t definitionJohan Hedberg
2016-03-11libc: Move ssize_t definition to sys/types.hJohan Hedberg
2016-03-10libc-hooks: Provide the 'open()' syscallIván Briano
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