1. 0c15627 lib: Remove sys_mem_pool implementation by Andy Ross · 4 years, 4 months ago
  2. 40016a6 libc/minimal: Use a sys_heap for the malloc implementation by Andy Ross · 4 years, 4 months ago
  3. 3ed8083 kernel: Cleanup logger setup in kernel files by Krzysztof Chruscinski · 4 years, 4 months ago
  4. 43989ca libc: add labs() and llabs() by Anas Nashif · 4 years, 4 months ago
  5. 0d946b7 libc: minimal: print stderr just like stdout by Marcin Niestroj · 4 years, 4 months ago
  6. 6f4bcf7 libc: minimal: Add SPARC support by Martin Åberg · 4 years, 5 months ago
  7. 18851d8 libc/minimal: remove z_prf by Peter Bigot · 4 years, 5 months ago
  8. 7cf9a8c libc: switch to cbprintf as basis for printf functionality by Peter Bigot · 4 years, 5 months ago
  9. abb3a28 Revert "shell: support floating point output with newlib" by Peter Bigot · 4 years, 5 months ago
  10. 74fd3a8 libc: minimal: add maximum integer typedefs by Peter Bigot · 4 years, 5 months ago
  11. a29b31d libc: newlib: fix virtual memory arena size by Andrew Boie · 4 years, 5 months ago
  12. 5652285 libc: minimal: Implement abort(). by Paul Sokolovsky · 4 years, 5 months ago
  13. 97db4ac libc: add hidden option CONFIG_NEED_LIBC_MEM_PARTITION by Daniel Leung · 4 years, 5 months ago
  14. 7673bae libc: newlib: Avoid all files to be opened in line buffer mode by Arnaud Mouiche · 4 years, 6 months ago
  15. e812ee6 shell: support floating point output with newlib by Peter Bigot · 4 years, 7 months ago
  16. e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
  17. 0637595 libc: add strtok_r implementation by Siddharth Chandrasekaran · 4 years, 7 months ago
  18. 1672e51 lib: fix compile error for ARC arch by Yuguo Zou · 4 years, 8 months ago
  19. 49ab209 lib/posix: Add support for open flags to open(...) by Dominik Ermel · 4 years, 8 months ago
  20. deb1694 posix: Extend open() function signature with ellipsis by Dominik Ermel · 4 years, 8 months ago
  21. 2abdc19 libc: newlib: libc-hooks: Fix Coverity warning by David Leach · 4 years, 8 months ago
  22. bb0c6db libc: newlib: remove impossible ifdef by Andrew Boie · 4 years, 8 months ago
  23. ca1154d libc: newlib: simplfy malloc arena defn by Andrew Boie · 4 years, 8 months ago
  24. d0629e3 libc: malloc: log an error when malloc is called and arena size is 0 by Christopher Friedt · 4 years, 8 months ago
  25. 5f05d65 libc: newlib: libc-hooks: Provide our own implementation of __chk_fail() by Paul Sokolovsky · 4 years, 10 months ago
  26. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  27. be97e40 soc: nios2: Cleanup linker scripts to use new DTS macros by Kumar Gala · 5 years ago
  28. a45ea38 x86: Rework rework x86 related code to use new DTS macros by Kumar Gala · 5 years ago
  29. eddd98f kconfig: Replace some single-symbol 'if's with 'depends on' by Ulf Magnusson · 5 years ago
  30. 4fb2656 libc: newlibc: Implement dummy _gettimeofday to link by Kumar Gala · 5 years ago
  31. c869629 libc: fix build issue with posix fs APIs on xtensa by Kumar Gala · 5 years ago
  32. 9897c3b libc: Move xtensa reentrant syscall impl to common libc-hooks by Kumar Gala · 5 years ago
  33. 6317c82 toolchain: Have Kconfig NEWLIB_LIBC_NANO depend on toolchain support by Kumar Gala · 5 years ago
  34. 03baef9 libc: syscall: make aliases WEAK by default by Pavlo Hamov · 5 years ago
  35. c002634 libc: permit users to supply their own malloc. by Josh Gao · 5 years ago
  36. 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
  37. 39f2281 kconfig: Change some '#Comment' comments to '# Comment' by Ulf Magnusson · 5 years ago
  38. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  39. 8cb26d1 libc: kconfig: Have MINIMAL_LIBC depend on !REQUIRES_FULL_LIBC by Ulf Magnusson · 5 years ago
  40. c1f865b libc: Added Kconfig choice to select C library by Jan Van Winkel · 5 years ago
  41. b7eb04b x86: consolidate x86_64 architecture, SoC and boards by Daniel Leung · 5 years ago
  42. 2129937 realloc(): move mempool internal knowledge out of generic lib code by Nicolas Pitre · 5 years ago
  43. 4cbe5c0 lib/libc/min: Introduce simple math.h by Kumar Gala · 6 years ago
  44. 0173d86 lib: posix, minlibc: struct itimerspec is defined by sys/timespec.h by Paul Sokolovsky · 6 years ago
  45. dfd26db libc/minimal/assert: conditionalize static_assert macro by Peter Bigot · 6 years ago
  46. 346cce3 kernel: Port remaining buildable syscalls to new API by Andy Ross · 6 years ago
  47. 6564974 userspace: Support for split 64 bit arguments by Andy Ross · 6 years ago
  48. 749ca10 libc: Make libc-nano default for ARM toolchain if newlib by Kumar Gala · 6 years ago
  49. aed767a libc: newlib: make sbrk() thread-safe by Andrew Boie · 6 years ago
  50. 96c1b05 lib/newlib: revert treatment of libc files as system includes by Peter Bigot · 6 years ago
  51. 849df51 lib/libc: rearrange for standard use of extern "C" by Peter Bigot · 6 years ago
  52. ef4cd6a lib/libc/minimal: Refined handle duplicate time definitions by Peter A. Bigot · 6 years ago
  53. daf9f11 lib/libc/min: Handle duplicate time definitions by Kumar Gala · 6 years ago
  54. 7d2df83 libc: minimal: Add headers as system includes by Paul Sokolovsky · 6 years ago
  55. 1f4b5dd riscv32: rename to riscv by Nicolas Pitre · 6 years ago
  56. 8420f43 libc: minimal: add strspn and strcspn support by Peter A. Bigot · 6 years ago
  57. b8af1a6 libc/minimal: fix reproducibility of gmtime by Peter A. Bigot · 6 years ago
  58. 6b90a02 libc: minimal: time.h: Don't (re)define struct timespec. by Paul Sokolovsky · 6 years ago
  59. b7bb48e posix: unistd.h: open() doesn't belong here by Paul Sokolovsky · 6 years ago
  60. 1347bf9 posix: mqueue.h: Move O_CREAT and friends to fcntl.h by Paul Sokolovsky · 6 years ago
  61. 3a45539 posix: struct timespec: Move definition to sys/_timespec.h by Paul Sokolovsky · 6 years ago
  62. 3693f85 posix: Move sys/stat.h to minimal libc by Paul Sokolovsky · 6 years ago
  63. 3e8df8b libc: minimal: provide gmtime implementation by Peter A. Bigot · 6 years ago
  64. acc1703 libc: minimal: provide types in time.h by Peter A. Bigot · 6 years ago
  65. 629bd85 mempool: significant reduction of memory waste by Nicolas Pitre · 6 years ago
  66. 8e11970 realloc(): struct sys_mem_pool_block is word aligned by Nicolas Pitre · 6 years ago
  67. 3c0cc08 prf.c: handle denormals properly by Nicolas Pitre · 6 years ago
  68. 5316974 prf.c: properly format INF/NAN/zero with prefix by Nicolas Pitre · 6 years ago
  69. 90ec536 prf.c: fix wrong results with %g conversion by Nicolas Pitre · 6 years ago
  70. 132a286 prf.c: fix display of float exponent >= 100 by Nicolas Pitre · 6 years ago
  71. f286eda prf.c: remove arbitrary large stack buffer usage by Nicolas Pitre · 6 years ago
  72. d28434b prf.c: remove buffer limitation on precision and padding for floats by Nicolas Pitre · 6 years ago
  73. 7c7f107 prf.c: remove buffer limitation on field width and padding for integers by Nicolas Pitre · 6 years ago
  74. 33312cf prf.c: remove buffer limitation on field width and string copy by Nicolas Pitre · 6 years ago
  75. 4ad2a8f prf.c: don't be silent with unknown conversion specifiers by Nicolas Pitre · 6 years ago
  76. ab59209 prf.c: abstract output method call by Nicolas Pitre · 6 years ago
  77. e1d8c1f prf.c: implement the "hh" length modifier by Nicolas Pitre · 6 years ago
  78. e9b1cc5 prf.c: code and style cleanup by Nicolas Pitre · 6 years ago
  79. ff7e4e6 realloc(): fix possible memory leak by Nicolas Pitre · 6 years ago
  80. ffab197 libc: fix memchr() prototype by Nicolas Pitre · 6 years ago
  81. 55dc481 libc: add strnlen implementation by Timo Teräs · 6 years ago
  82. b889120 Revert "libc: types: Remove wrong definition" by Jukka Rissanen · 6 years ago
  83. 1b359e6 limits.h: streamline value definitions by Nicolas Pitre · 6 years ago
  84. cf97437 mempool: make alignment/rounding 64-bit compatible by Nicolas Pitre · 6 years ago
  85. a2fd7d7 cleanup: include/: move misc/util.h to sys/util.h by Anas Nashif · 6 years ago
  86. 08ee8b0 cleanup: include/: move misc/mempool.h to sys/mempool.h by Anas Nashif · 6 years ago
  87. 6ecadb0 cleanup: include/: move misc/math_extras.h to sys/math_extras.h by Anas Nashif · 6 years ago
  88. 447311e cleanup: include/: move misc/libc-hooks.h to sys/libc-hooks.h by Anas Nashif · 6 years ago
  89. 896b8d3 cleanup: include/: move misc/errno_private.h to sys/errno_private.h by Anas Nashif · 6 years ago
  90. 5eb90ec cleanup: include/: move misc/__assert.h to sys/__assert.h by Anas Nashif · 6 years ago
  91. 1c5fa6a cmake: use sdk-ng built toolchain for x86_64 by Daniel Leung · 6 years ago
  92. 2a63e34 libc: types: Remove wrong definition by Flavio Ceolin · 6 years ago
  93. ff07fc7 lib: libc: fix alignment of HEAP base address for ARM by Ioannis Glaropoulos · 6 years ago
  94. 53ec19c lib: libc: newlib: define USED_RAM_END_ADDR only where it is needed by Ioannis Glaropoulos · 6 years ago
  95. f32330b stdint.h: streamline type definitions by Nicolas Pitre · 6 years ago
  96. d4b60d6 malloc: no longer need to round mempool's max_sz by Nicolas Pitre · 6 years ago
  97. c47bf1f prf.c: implement the ll length modifiers by Nicolas Pitre · 6 years ago
  98. a6891e0 prf.c: make it 64-bit compatible by Nicolas Pitre · 6 years ago
  99. 03170c0 string.c: make it 64-bit compatible by Nicolas Pitre · 6 years ago
  100. eeb2e67 time_t: define using a fixed-width type by Nicolas Pitre · 6 years ago