1. da0398d posix: pthread: consider PTHREAD_EXITED state in pthread_create by Christopher Friedt · 2 years, 9 months ago
  2. 65337bc lib: add mising braces to single line if statements by Anas Nashif · 2 years, 9 months ago
  3. b391993 lib: posix: add perror() implementation by Christopher Friedt · 2 years, 9 months ago
  4. 9d433c8 lib: posix: semaphore: use consistent timebase in sem_timedwait by Christopher Friedt · 2 years, 9 months ago
  5. 5cf1193 lib/posix/fs: fix end-of-dir in readdir by Rico Ganahl · 2 years, 11 months ago
  6. cbd31d7 lib: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
  7. 7c583bb lib: posix: support for pthread_attr_setstacksize by Christopher Friedt · 3 years ago
  8. 53ef68d include: Prefix includes to use a scope by Yuval Peress · 3 years ago
  9. 0e1ff84 posix: Fix pthread_once has incorrect behavior by Jaxson Han · 3 years ago
  10. 35593ce lib: posix: clock: Prevent early overflows by Krzysztof Chruscinski · 3 years ago
  11. f483b1b everywhere: fix typos by Nazar Kazakov · 3 years ago
  12. 9713f0d everywhere: fix typos by Nazar Kazakov · 3 years ago
  13. 95fb0de kconfig: remove Enable from boolean prompts by Gerard Marull-Paretas · 3 years, 1 month ago
  14. 07c00ff pthread: cond: fix pthread_cond_wait always returning ETIMEDOUT by Christopher Friedt · 3 years, 2 months ago
  15. d4559f5 lib: getopt: rework and extend getopt library by Jakub Rzeszutko · 3 years, 3 months ago
  16. 20b3d18 posix: Make clock_settime/gettime REALTIME thread-safe by Patric Karlström · 3 years, 3 months ago
  17. 4e0f7ea posix: pthread: replace irq_lock with spinlock by Evgeniy Paltsev · 3 years, 7 months ago
  18. 9867ac2 posix: pthread_exit: check for null before dereferencing by Maksim Masalski · 3 years, 10 months ago
  19. 05d7d32 posix: timer: match implementation to declaration by Anas Nashif · 4 years ago
  20. c7bb423 kernel: fix race conditions with z_ready_thread by James Harris · 4 years, 1 month ago
  21. 8339da6 lib/posix/fs: Add fs_dir_t type variable initialization by Andrzej Puzdrowski · 4 years, 2 months ago
  22. ba3b1ba posix: Add fs_file_t type variable initializations by Dominik Ermel · 4 years, 2 months ago
  23. ce480e8 posix: clock: nanosecond resolution by Nicholas Lowell · 4 years, 2 months ago
  24. 6d126e7 lib/posix: SPARC newlib has unsigned short mode_t by Martin Åberg · 4 years, 4 months ago
  25. da3e834 lib: posix: unchecked return value while taking semaphore by Maksim Masalski · 4 years, 5 months ago
  26. cae988c lib: posix: eventfd: Fix use of 'struct k_spinlock_key' by Kumar Gala · 4 years, 6 months ago
  27. fd9766c posix: fix missing _open for fopen support by Arnaud Mouiche · 4 years, 6 months ago
  28. 5ead7e7 lib: posix: eventfd: general eventfd improvements by Rafał Kuźnia · 4 years, 6 months ago
  29. 3cdf718 lib: posix: nanosleep: round up to the nearest microsecond by Christopher Friedt · 4 years, 6 months ago
  30. 2ed6b6a lib: fdtable: Add callback for close() calls by Jukka Rissanen · 4 years, 7 months ago
  31. 9e46246 lib: posix: Fix priority validity check in pthread_setschedparam by Jan Pohanka · 4 years, 8 months ago
  32. bb39466 cmake: fix include directories to work with out-of-tree arch by Torsten Rasmussen · 4 years, 8 months ago
  33. 49ab209 lib/posix: Add support for open flags to open(...) by Dominik Ermel · 4 years, 8 months ago
  34. deb1694 posix: Extend open() function signature with ellipsis by Dominik Ermel · 4 years, 8 months ago
  35. 063dd51 lib: posix: eventfd: fix read/poll after multiple writes by Marcin Niestroj · 4 years, 8 months ago
  36. 5a40ff1 posix/fs: Fix POSIX lseek to return position upon completion by Dominik Ermel · 4 years, 9 months ago
  37. 385abc7 lib: posix: eventfd: support build with !POSIX_API by Marcin Niestroj · 4 years, 10 months ago
  38. 8bcf005 lib: posix: nanosleep by Christopher Friedt · 4 years, 10 months ago
  39. 1502b9a lib: posix: eventfd: move intialization out of search loop by Marcin Niestroj · 4 years, 10 months ago
  40. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  41. 0b63479 lib: posix: Update to new timeout API by Paul Sokolovsky · 4 years, 11 months ago
  42. ca872a4 lib: posix: Add support for eventfd by Tobias Svehagen · 5 years ago
  43. e689277 lib: posix: clock: Turn clock_gettime into system call by Julien D'Ascenzio · 5 years ago
  44. 7832738 kernel/timeout: Make timeout arguments an opaque type by Andy Ross · 5 years ago
  45. 32bb239 timeout: Fix up API usage by Andy Ross · 5 years ago
  46. b1e1f64 global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() by Oleg Zhurakivskyy · 5 years ago
  47. 4b37a8f Revert "global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT()" by Carles Cufi · 5 years ago
  48. 8739517 global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() by Oleg Zhurakivskyy · 5 years ago
  49. 1128c65 lib: posix: fix ARG_UNUSED check on clock_getrtc by Julien D'Ascenzio · 5 years ago
  50. 17b19eb pthread: add setname/getname glibc extensions by Nicholas Lowell · 5 years ago
  51. 9e45c67 lib: posix: Fix undefined reference to clock_gettime() by Flavio Ceolin · 5 years ago
  52. 1e503b5 lib: posix: clock: Fix nanosecond rollover logic by Nick Ward · 5 years ago
  53. eddd98f kconfig: Replace some single-symbol 'if's with 'depends on' by Ulf Magnusson · 5 years ago
  54. 984bfae global: Remove leading/trailing blank lines in files by Ulf Magnusson · 5 years ago
  55. 4f77c2a kernel: rename z_arch_ to arch_ by Andrew Boie · 5 years ago
  56. 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
  57. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  58. 975de21 kconfig: Global whitespace/consistency cleanup by Ulf Magnusson · 5 years ago
  59. ab91eef coccinelle: standardize kernel API timeout arguments by Peter Bigot · 5 years ago
  60. 4ad9f68 kernel: rename thread return value functions by Andrew Boie · 5 years ago
  61. 8610b84 cmake: don't link interface libraries with zephyr_interface by Sebastian Bøe · 6 years ago
  62. 0dcee73 lib: posix: Kconfig: Allow to enable individual components by Paul Sokolovsky · 6 years ago
  63. 0906671 posix: pthread: pthread_mutex_timedlock should accept absolute deadline by Paul Sokolovsky · 6 years ago
  64. 68c7dc6 posix: pthread: pthread_cond_timedwait should accept absolute deadline by Paul Sokolovsky · 6 years ago
  65. 6c5a088 posix: fs: ZFD_IOCTL_CLOSE: Be sure to call posix_fs_free_obj() by Paul Sokolovsky · 6 years ago
  66. 5b3df8a posix: pthread_create: Ignore retval of pthread_mutex_init() calls by Paul Sokolovsky · 6 years ago
  67. f0d483a lib: posix: Switch to use zephyr_interface_library_named cmake directive by Paul Sokolovsky · 6 years ago
  68. ff6432e lib: posix: Use "posix_subsys" as the CMake lib for the subsystem. by Paul Sokolovsky · 6 years ago
  69. 536dd5a cleanup: include/: move misc/slist.h to sys/slist.h by Anas Nashif · 6 years ago
  70. 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.h by Anas Nashif · 6 years ago
  71. 8be9f5d cleanup: include/: move misc/fdtable.h to sys/fdtable.h by Anas Nashif · 6 years ago
  72. e1e05a2 cleanup: include/: move atomic.h to sys/atomic.h by Anas Nashif · 6 years ago
  73. f19787b posix: Fix calculation of clock base in clock_settime by Alexander Mihajlovic · 6 years ago
  74. 6922d93 lib/posix: correct the meaning of CONFIG_MAX_PTHREAD_COUNT by Wentong Wu · 6 years ago
  75. 81fa697 posix: Move gettimeofday declaration to <sys/time.h> by Paul Sokolovsky · 6 years ago
  76. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  77. 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
  78. 9d5936c lib: posix: fs: Fix access invalid memory by Flavio Ceolin · 6 years ago
  79. 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
  80. 3522e05 posix/pthreads: fix pthread_barrier_wait() behavior to match Posix by Charles E. Youse · 6 years ago
  81. e96d029 lib: posix: Fix compile issue with newer newlib by Kumar Gala · 6 years ago
  82. b730fa4 posix_lib: Disable support on native posix arch by Kumar Gala · 6 years ago
  83. 04743c9 posix: rename priority in sched_param struct by Anas Nashif · 6 years ago
  84. ec554f4 kernel: Split reschdule & pend into irq/spin lock versions by Andy Ross · 6 years ago
  85. 499feaf lib: posix: fix build break due to size comparsion by Dominik Rekawek · 6 years ago
  86. 81ec055 lib: posix: fix a wrong type in mqueue.c by Niranjhana N · 6 years ago
  87. 0c4bb83 lib: posix: Make statements evaluate boolean expressions by Flavio Ceolin · 6 years ago
  88. 17c7db6 lib: posix: Explicitly ignoring return of memcpy by Flavio Ceolin · 6 years ago
  89. 13b38ed lib: fdtable: Change ioctl vmethod signature to take va_list by Paul Sokolovsky · 6 years ago
  90. 186fb94 lib: Add 'U' to unsigned variable assignments by Patrik Flykt · 6 years ago
  91. c16b1d0 misra: Ignoring the return atomic_set when not used by Flavio Ceolin · 6 years ago
  92. b6e58d5 lib: posix: fs: Convert to use generic fdtable by Paul Sokolovsky · 6 years ago
  93. f484bba lib: posix: Implement generic file descriptor table by Paul Sokolovsky · 6 years ago
  94. 2cf2707 lib: posix: Return errno code by Punit Vara · 6 years ago
  95. 7f91275 include: posix: unistd: Fix prototypes and dependency by Paul Sokolovsky · 6 years ago
  96. 7e92630 lib: posix: Build pthreads files depending on CONFIG_PTHREAD_IPC by Paul Sokolovsky · 6 years ago
  97. 0fac0cd lib: posix: fs: Don't depend on pthreads by Paul Sokolovsky · 6 years ago
  98. d77c96b lib: posix: pthread_common: Don't depend on pthreads by Paul Sokolovsky · 6 years ago
  99. 8dc69e0 lib: posix: Add top-level define for all POSIX APIs - CONFIG_POSIX_API by Paul Sokolovsky · 6 years ago
  100. c152ebd include: posix: Split dirent.h from unistd.h by Paul Sokolovsky · 6 years ago