1. ec2dd19 samples: openamp_rsc_table: Add the option to use predefined vring ID by Alexandru Lastur · 6 months ago
  2. c480375 net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX by Robert Lubos · 6 months ago
  3. c152fb9 posix: kconfig: remove select y from non-user-selectable help by Chris Friedt · 6 months ago
  4. 748252a posix: device_io: use mode argument correctly in open() by Chris Friedt · 6 months ago
  5. ab8b28ed posix: device_io: implement fileno() by Chris Friedt · 6 months ago
  6. 399458e posix: device_io: implement fdopen() by Chris Friedt · 6 months ago
  7. 1715196 posix: device_io: implement pselect() by Chris Friedt · 6 months ago
  8. b3d3d4f net: sockets: move select() implementation to zvfs by Chris Friedt · 6 months ago
  9. 881dc1f net: sockets: move poll implementation to zvfs by Chris Friedt · 6 months ago
  10. 5ccbaef posix: device_io: implement pread() and pwrite() by Chris Friedt · 6 months ago
  11. fe26de9 posix: device_io: require a full libc for c89 functions by Chris Friedt · 6 months ago
  12. 6f766a0 fdtable: read, write, close: only execute methods if non-NULL by Chris Friedt · 6 months ago
  13. b0f6f1d Revert "lib: fix ubsan errors in cbvprintf_package" by Carles Cufi · 6 months ago
  14. 6f95a50 lib: fix ubsan errors in cbvprintf_package by Curtis Malainey · 6 months ago
  15. 88ee2be net: buf: increase log level of timeout ignore by Jordan Yates · 6 months ago
  16. ec5354c lib: crc: add `crc8_rohc` for CRC-8/ROHC variant calculation by Pisit Sawangvonganan · 6 months ago
  17. 03029e7 json: support parsing and serializing 'uint64_t' by Mykhailo Lohvynenko · 6 months ago
  18. 9d835fe cmake: move specs compiler and linker flags to toolchain properties by Torsten Rasmussen · 6 months ago
  19. 2e3873a cmake: improve Zephyr link phase by Torsten Rasmussen · 6 months ago
  20. 7506274 posix: use sys_sem instead of k_spinlock for pool synch by Chris Friedt · 6 months ago
  21. 8fceb64 libc: minimal: math: Removed undefined behavior in sqrt routines by Lars-Ove Karlsson · 6 months ago
  22. 0a8e1ad libc: minimal: math: Removed undefined behavior in sqrt routines by Lars-Ove Karlsson · 6 months ago
  23. 3a15e37 lib: libc: common: time: Add toolchain include by Jamie McCrae · 6 months ago
  24. 746c59c arch: kernel: lib: toolchain: Standardize TLS keyword by Daniel Flodin · 6 months ago
  25. dc7c20a posix: sysconf.c uses POSIX values by Keith Packard · 7 months ago
  26. 5973a71 posix: options/shm.c needs _POSIX_C_SOURCE by Keith Packard · 7 months ago
  27. 8d176ea libc/picolibc: Don't replace picolibc time _r functions by Keith Packard · 7 months ago
  28. 3eedb20 lib/posix: Only enable Zephyr _r APIs when toolchain doesn't by Keith Packard · 7 months ago
  29. ac3df26 libc/common: Remove redundant Kconfig POSIX_THREAD_SAFE_FUNCTIONS uses by Keith Packard · 7 months ago
  30. 98debee posix: Define _POSIX_C_SOURCE to gain access to POSIX functions by Keith Packard · 7 months ago
  31. 7f41292 libc/common: Define _POSIX_C_SOURCE to gain access to POSIX functions by Keith Packard · 7 months ago
  32. 6ce257c lib/libc/Kconfig: Fix libC depends with NATIVE_APPlICATION by Alberto Escolar Piedras · 7 months ago
  33. 063d938 lib: posix:fs: handle O_TRUNC in open() by Karthikeyan Krishnasamy · 7 months ago
  34. 6a64490 style: lib: comply with MISRA C:2012 Rule 15.6 by Pisit Sawangvonganan · 7 months ago
  35. 159f7db lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h by Henrik Brix Andersen · 7 months ago
  36. ced80b1 lib: net_buf: move the network buffer implementation to lib by Henrik Brix Andersen · 7 months ago
  37. ce0ab06 cmake: cleanup newlib CMakeLists.txt file by Torsten Rasmussen · 7 months ago
  38. 836514c sys: timeutil: expose and use macro for base year by Anuj Pathak · 7 months ago
  39. 1593954 posix: add stubs for signal.h functions that need process support by Chris Friedt · 7 months ago
  40. b71062e posix: procN: add missing alias for getpid() by Chris Friedt · 7 months ago
  41. 45705a8 logging: fix log buffer pending while it is definitely full by Xiaolu Sun · 7 months ago
  42. abf6269 lib: libc: stdio: add support remove api by Karthikeyan Krishnasamy · 7 months ago
  43. f616c43 lib: posix: fs: add rmdir support by Karthikeyan Krishnasamy · 7 months ago
  44. fe94d43 libc: common: implement multiple time functions by Yong Cong Sin · 8 months ago
  45. 5978e52 lib: posix: update option group of `readdir_r()` by Yong Cong Sin · 8 months ago
  46. 57b5f71 style: lib: crc: comply with MISRA C:2012 Rule 15.6 by Pisit Sawangvonganan · 8 months ago
  47. 878640f json: support parsing and serializing 'int64_t' by Marcin Niestroj · 8 months ago
  48. ff668a6 libc: newlib: add config to use custom sbrk by Dawid Niedzwiecki · 8 months ago
  49. 8e1ac56 lib: posix: mutex: stubs remaining of _POSIX_THREAD_PRIO_PROTECT by Yong Cong Sin · 8 months ago
  50. 0c4870a lib: posix: mutex: implement pthread_mutexattr_setprotocol by Yong Cong Sin · 8 months ago
  51. 50f47a4 lib: posix: mutex: check args of pthread_mutexattr_getprotocol by Yong Cong Sin · 8 months ago
  52. 2ccfe82 lib: posix: add stubs for thread-safe grp & pwd functions by Yong Cong Sin · 8 months ago
  53. b7ad4c5 posix: fs: implement readdir_r by Yong Cong Sin · 8 months ago
  54. 91abf0e posix: fs: implement `fdatasync()` by Yong Cong Sin · 8 months ago
  55. ad63ca2 kconfig: replace known integer constants with variables by Pieter De Gendt · 8 months ago
  56. a7c8ce5 lib: os: change __printk_get_hook return type to printk_hook_fn_t by Fabio Baltieri · 8 months ago
  57. 36768aa lib: os: use a typedef for __printk_hook_install argument by Fabio Baltieri · 8 months ago
  58. ef14c9b lib: os: add a header for printk hook functions by Fabio Baltieri · 8 months ago
  59. 84cddc6 lib: os: make _char_out static by Fabio Baltieri · 8 months ago
  60. ac52bd6 posix: deprecated: remove new options without deprecation by Chris Friedt · 9 months ago
  61. 28a5159 lib: libc: errno: remove non-existing c_std_lib doxygen group by Gerard Marull-Paretas · 9 months ago
  62. 0155c6f lib/libc: minimal: remove deprecated headers by Yong Cong Sin · 9 months ago
  63. 89f3d22 tests: posix: headers: fix build error when minimal libc is used by Evgeniy Paltsev · 9 months ago
  64. d8929b5 posix: shm: fix build error with minimal libc by Evgeniy Paltsev · 9 months ago
  65. f875390 lib/libc: picolibc: select its source with Kconfig choice by Yong Cong Sin · 9 months ago
  66. 3afd942 json: Fix alignment calculation for nested objects by Mykyta Poturai · 9 months ago
  67. 47df73e lib: os: mpsc_pbuf: Do not use sem when CONFIG_MULTITHREADING=n by Krzysztof Chruściński · 9 months ago
  68. 89bf4b2 lib/libc: select PICOLIBC_SUPPORTED if toolchain has it or module exists by Yong Cong Sin · 9 months ago
  69. 7950638 lib/libc: picolibc: cleanup PICOLIBC_USE_TOOLCHAIN dependencies by Yong Cong Sin · 9 months ago
  70. 846556f Revert "fdtable: read, write, close: only execute methods if non-NULL" by Alberto Escolar Piedras · 9 months ago
  71. 97e925e Revert "posix: device_io: require a full libc for c89 functions" by Alberto Escolar Piedras · 9 months ago
  72. 61e81a7 Revert "posix: device_io: provide stdin, stdout, stderr variables" by Alberto Escolar Piedras · 9 months ago
  73. c69ff54 Revert "posix: device_io: implement pread() and pwrite()" by Alberto Escolar Piedras · 9 months ago
  74. 1df86af Revert "net: sockets: move poll implementation to zvfs" by Alberto Escolar Piedras · 9 months ago
  75. 14e4de6 Revert "net: sockets: move select() implementation to zvfs" by Alberto Escolar Piedras · 9 months ago
  76. 1a2d508 Revert "posix: device_io: implement pselect()" by Alberto Escolar Piedras · 9 months ago
  77. a111cec Revert "posix: device_io: implement fdopen()" by Alberto Escolar Piedras · 9 months ago
  78. 9f38377 Revert "posix: device_io: implement fileno()" by Alberto Escolar Piedras · 9 months ago
  79. ade54b3 Revert "posix: device_io: use mode argument correctly in open()" by Alberto Escolar Piedras · 9 months ago
  80. db5266c Revert "posix: kconfig: remove select y from non-user-selectable help" by Alberto Escolar Piedras · 9 months ago
  81. 9a02561 Revert "posix: procN: add missing alias for getpid()" by Alberto Escolar Piedras · 9 months ago
  82. 772ba46 Revert "posix: add stubs for signal.h functions that need process support" by Alberto Escolar Piedras · 9 months ago
  83. 72e2787 Revert "posix: fd_mgmt: implement dup(), dup2(), fseeko(), and ftello()" by Alberto Escolar Piedras · 9 months ago
  84. 94b752d lib: smf: use `while (true)` in `get_child_of` for better clarity by Pisit Sawangvonganan · 9 months ago
  85. 0bb25d2 lib: os: spsc_pbuf: Clarify using cache management in the module by Krzysztof Chruściński · 9 months ago
  86. 80fe531 ARCMWDT: Fix issues with posix types by Nikolay Agishev · 9 months ago
  87. d83a649 lib/posix: Get uptime in ticks instead of cycles by Ederson de Souza · 9 months ago
  88. 5d92abe ARCMWDT: Fix cbprintf issue with omitted function prototype by Nikolay Agishev · 9 months ago
  89. b18cad1 posix: fd_mgmt: implement dup(), dup2(), fseeko(), and ftello() by Chris Friedt · 9 months ago
  90. b2243af posix: add stubs for signal.h functions that need process support by Chris Friedt · 9 months ago
  91. be086f1 posix: procN: add missing alias for getpid() by Chris Friedt · 9 months ago
  92. b82b5b0 posix: kconfig: remove select y from non-user-selectable help by Chris Friedt · 9 months ago
  93. 499a633 posix: device_io: use mode argument correctly in open() by Chris Friedt · 9 months ago
  94. 48dff55 posix: device_io: implement fileno() by Chris Friedt · 9 months ago
  95. 581a0f5 posix: device_io: implement fdopen() by Chris Friedt · 9 months ago
  96. 305ec62 posix: device_io: implement pselect() by Chris Friedt · 9 months ago
  97. 49ac191 net: sockets: move select() implementation to zvfs by Chris Friedt · 9 months ago
  98. 93973e2 net: sockets: move poll implementation to zvfs by Chris Friedt · 9 months ago
  99. 2d72966 posix: device_io: implement pread() and pwrite() by Chris Friedt · 9 months ago
  100. 86b9293 posix: device_io: provide stdin, stdout, stderr variables by Chris Friedt · 9 months ago