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