1. a214ddb posix: fix one-time timer for SIGEV_SIGNAL by Noemie Gillet · 5 months ago
  2. c152fb9 posix: kconfig: remove select y from non-user-selectable help by Chris Friedt · 6 months ago
  3. 748252a posix: device_io: use mode argument correctly in open() by Chris Friedt · 6 months ago
  4. ab8b28ed posix: device_io: implement fileno() by Chris Friedt · 6 months ago
  5. 399458e posix: device_io: implement fdopen() by Chris Friedt · 6 months ago
  6. 1715196 posix: device_io: implement pselect() by Chris Friedt · 6 months ago
  7. b3d3d4f net: sockets: move select() implementation to zvfs by Chris Friedt · 6 months ago
  8. 881dc1f net: sockets: move poll implementation to zvfs by Chris Friedt · 6 months ago
  9. 5ccbaef posix: device_io: implement pread() and pwrite() by Chris Friedt · 6 months ago
  10. fe26de9 posix: device_io: require a full libc for c89 functions by Chris Friedt · 6 months ago
  11. 7506274 posix: use sys_sem instead of k_spinlock for pool synch by Chris Friedt · 6 months ago
  12. dc7c20a posix: sysconf.c uses POSIX values by Keith Packard · 7 months ago
  13. 5973a71 posix: options/shm.c needs _POSIX_C_SOURCE by Keith Packard · 7 months ago
  14. 3eedb20 lib/posix: Only enable Zephyr _r APIs when toolchain doesn't by Keith Packard · 7 months ago
  15. 98debee posix: Define _POSIX_C_SOURCE to gain access to POSIX functions by Keith Packard · 7 months ago
  16. 063d938 lib: posix:fs: handle O_TRUNC in open() by Karthikeyan Krishnasamy · 7 months ago
  17. 6a64490 style: lib: comply with MISRA C:2012 Rule 15.6 by Pisit Sawangvonganan · 7 months ago
  18. 1593954 posix: add stubs for signal.h functions that need process support by Chris Friedt · 7 months ago
  19. b71062e posix: procN: add missing alias for getpid() by Chris Friedt · 7 months ago
  20. f616c43 lib: posix: fs: add rmdir support by Karthikeyan Krishnasamy · 7 months ago
  21. fe94d43 libc: common: implement multiple time functions by Yong Cong Sin · 7 months ago
  22. 5978e52 lib: posix: update option group of `readdir_r()` by Yong Cong Sin · 7 months ago
  23. 8e1ac56 lib: posix: mutex: stubs remaining of _POSIX_THREAD_PRIO_PROTECT by Yong Cong Sin · 8 months ago
  24. 0c4870a lib: posix: mutex: implement pthread_mutexattr_setprotocol by Yong Cong Sin · 8 months ago
  25. 50f47a4 lib: posix: mutex: check args of pthread_mutexattr_getprotocol by Yong Cong Sin · 8 months ago
  26. 2ccfe82 lib: posix: add stubs for thread-safe grp & pwd functions by Yong Cong Sin · 8 months ago
  27. b7ad4c5 posix: fs: implement readdir_r by Yong Cong Sin · 8 months ago
  28. 91abf0e posix: fs: implement `fdatasync()` by Yong Cong Sin · 8 months ago
  29. ad63ca2 kconfig: replace known integer constants with variables by Pieter De Gendt · 8 months ago
  30. ac52bd6 posix: deprecated: remove new options without deprecation by Chris Friedt · 9 months ago
  31. d8929b5 posix: shm: fix build error with minimal libc by Evgeniy Paltsev · 9 months ago
  32. 97e925e Revert "posix: device_io: require a full libc for c89 functions" by Alberto Escolar Piedras · 9 months ago
  33. 61e81a7 Revert "posix: device_io: provide stdin, stdout, stderr variables" by Alberto Escolar Piedras · 9 months ago
  34. c69ff54 Revert "posix: device_io: implement pread() and pwrite()" by Alberto Escolar Piedras · 9 months ago
  35. 1df86af Revert "net: sockets: move poll implementation to zvfs" by Alberto Escolar Piedras · 9 months ago
  36. 14e4de6 Revert "net: sockets: move select() implementation to zvfs" by Alberto Escolar Piedras · 9 months ago
  37. 1a2d508 Revert "posix: device_io: implement pselect()" by Alberto Escolar Piedras · 9 months ago
  38. a111cec Revert "posix: device_io: implement fdopen()" by Alberto Escolar Piedras · 9 months ago
  39. 9f38377 Revert "posix: device_io: implement fileno()" by Alberto Escolar Piedras · 9 months ago
  40. ade54b3 Revert "posix: device_io: use mode argument correctly in open()" by Alberto Escolar Piedras · 9 months ago
  41. db5266c Revert "posix: kconfig: remove select y from non-user-selectable help" by Alberto Escolar Piedras · 9 months ago
  42. 9a02561 Revert "posix: procN: add missing alias for getpid()" by Alberto Escolar Piedras · 9 months ago
  43. 772ba46 Revert "posix: add stubs for signal.h functions that need process support" by Alberto Escolar Piedras · 9 months ago
  44. 72e2787 Revert "posix: fd_mgmt: implement dup(), dup2(), fseeko(), and ftello()" by Alberto Escolar Piedras · 9 months ago
  45. d83a649 lib/posix: Get uptime in ticks instead of cycles by Ederson de Souza · 9 months ago
  46. b18cad1 posix: fd_mgmt: implement dup(), dup2(), fseeko(), and ftello() by Chris Friedt · 9 months ago
  47. b2243af posix: add stubs for signal.h functions that need process support by Chris Friedt · 9 months ago
  48. be086f1 posix: procN: add missing alias for getpid() by Chris Friedt · 9 months ago
  49. b82b5b0 posix: kconfig: remove select y from non-user-selectable help by Chris Friedt · 9 months ago
  50. 499a633 posix: device_io: use mode argument correctly in open() by Chris Friedt · 9 months ago
  51. 48dff55 posix: device_io: implement fileno() by Chris Friedt · 9 months ago
  52. 581a0f5 posix: device_io: implement fdopen() by Chris Friedt · 9 months ago
  53. 305ec62 posix: device_io: implement pselect() by Chris Friedt · 9 months ago
  54. 49ac191 net: sockets: move select() implementation to zvfs by Chris Friedt · 9 months ago
  55. 93973e2 net: sockets: move poll implementation to zvfs by Chris Friedt · 9 months ago
  56. 2d72966 posix: device_io: implement pread() and pwrite() by Chris Friedt · 9 months ago
  57. 86b9293 posix: device_io: provide stdin, stdout, stderr variables by Chris Friedt · 9 months ago
  58. 6f62292 posix: device_io: require a full libc for c89 functions by Chris Friedt · 9 months ago
  59. fa9e933 posix: allow for external implementation of option groups by Chris Friedt · 9 months ago
  60. 88d27cc posix: pthread: correct log info of new stack address by Paul He · 9 months ago
  61. 9ada52f fdtable: replace z_ prefix with zvfs_ for fdtable.h functions by Chris Friedt · 9 months ago
  62. 9a8d136 posix: signal: use the provided argument in the macros by Yong Cong Sin · 9 months ago
  63. 3ecef55 posix: shm: offset should compare with the shm size by Yong Cong Sin · 10 months ago
  64. 2d4346b posix: implement mprotect() by Chris Friedt · 10 months ago
  65. 64f336c posix: tie page size to mmu page size by Chris Friedt · 10 months ago
  66. 5346306 posix: add support for shared memory objects by Chris Friedt · 10 months ago
  67. 5e99e13 posix: add support for mlockall() and munlockall() by Chris Friedt · 10 months ago
  68. d949c9c posix: add support for mlock() and munlock() by Chris Friedt · 10 months ago
  69. 73394a8 posix: add implementation of mmap(), msync(), and munmap() by Chris Friedt · 10 months ago
  70. 156eaab posix: move ioctl() from fdtable to posix by Chris Friedt · 10 months ago
  71. 50fc010 posix + fdtable: move zvfs_ftruncate() to fdtable.c by Chris Friedt · 10 months ago
  72. 1f9ca63 posix: fs: implement fstat() via zvfs_fstat() by Chris Friedt · 10 months ago
  73. 974bad6 coding guidelines: comply with MISRA Rule 12.1. by Hess Nathan · 10 months ago
  74. 8b61b71 posix: streams: add stub for missing putpmsg() function by Chris Friedt · 10 months ago
  75. 598b2e1 posix: conditionally generate posix_clock syscall header by Chris Friedt · 10 months ago
  76. c250c33 posix: re-introduce PTHREAD_RWLOCK_INITIALIZER by Fabio Baltieri · 10 months ago
  77. fe1e7f8 doc: release: posix: deprecate non-normative POSIX Kconfig by Chris Friedt · 10 months ago
  78. 0fa9732 posix: create kconfig options for pse51, pse52, pse53 by Chris Friedt · 10 months ago
  79. 487a875 posix: eventfd: fix dependency cycle between net and posix by Chris Friedt · 10 months ago
  80. b3e36ad posix: eventfd: remove deprecated eventfd macros by Chris Friedt · 10 months ago
  81. 3949e89 posix: net: update for POSIX_NETWORKING by Chris Friedt · 10 months ago
  82. b051bce posix: move getpid() to Kconfig.procN and doc MULTI_PROCESS by Chris Friedt · 10 months ago
  83. 2e429f1 posix: reword aio and sched options. add experimental by Chris Friedt · 10 months ago
  84. 3f29b17 posix: deprecate POSIX_SIGNAL in favour of POSIX_SIGNALS by Chris Friedt · 10 months ago
  85. 2642eaa posix: relocate Kconfig.eventfd to Kconfig.compat by Chris Friedt · 10 months ago
  86. fcebe60 posix: deprecate PTHREAD_IPC _MUTEX _COND and _KEY by Chris Friedt · 10 months ago
  87. 2f2cad7 posix: deprecate POSIX_PUTMSG for XOPEN_STREAMS by Chris Friedt · 10 months ago
  88. 0711d60 posix: deprecate POSIX_SYSLOG for XSI_SYSTEM_LOGGING by Chris Friedt · 10 months ago
  89. 842a7b7 posix: deprecate SEM_VALUE_MAX and SEM_NAMELEN_MAX by Chris Friedt · 10 months ago
  90. 9f6590c posix: deprecate POSIX_FS for POSIX_FILE_SYSTEM by Chris Friedt · 10 months ago
  91. 2bc722a posix: deprecate POSIX_FNMATCH GETOPT GETENTROPY by Chris Friedt · 10 months ago
  92. 70e2b02 posix: deprecate PTHREAD_RWLOCK for POSIX_READER_WRITER_LOCKS by Chris Friedt · 10 months ago
  93. f270de7 posix: deprecate POSIX_MQUEUE in favour of POSIX_MESSAGE_PASSING by Chris Friedt · 10 months ago
  94. 4e181f7 posix: deprecate PTHREAD_SPINLOCK for POSIX_SPIN_LOCKS by Chris Friedt · 10 months ago
  95. 2fe9d6c posix: deprecate POSIX_ENV _CONFSTR _SYSCONF and _UNAME by Chris Friedt · 10 months ago
  96. b639604 posix: deprecate PTHREAD_BARRIER for POSIX_BARRIERS by Chris Friedt · 10 months ago
  97. bc4374b posix: deprecate POSIX_MAX_FDS and add POSIX_DEVICE_IO by Chris Friedt · 10 months ago
  98. 3f46966 posix: fd_mgmt: add fd_mgmt option group by Chris Friedt · 10 months ago
  99. 4a5c4e5 posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER by Chris Friedt · 10 months ago
  100. e2fc78a posix: signals: deprecate CONFIG_POSIX_LIMITS_RTSIG_MAX by Chris Friedt · 10 months ago