1. 6a5af7b doc: posix: mark fdetach and fattach as supported by Gaetan Perrot · 1 year, 1 month ago
  2. 3409d0a doc: posix: mark sched_getscheduler and getparam as supported by Gaetan Perrot · 1 year, 1 month ago
  3. 3ded1c3 doc: posix: mark sched_rr_get_interval as supported by Gaetan Perrot · 1 year, 1 month ago
  4. fe5806a doc: posix: mark pthread_testcancel as supported by Gaetan Perrot · 1 year, 2 months ago
  5. e8b1784 posix: remove unneeded option to link with posix subsys by Christopher Friedt · 1 year, 1 month ago
  6. 1970004 doc: posix: mark sched_setparam & sched_setscheduler as supported by Gaetan Perrot · 1 year, 1 month ago
  7. 9b30b74 doc: posix: Update POSIX supported API documentation with sysconf() by Adam Wojasinski · 1 year, 1 month ago
  8. dc90d6c doc: posix: Add missing entries in POSIX supported API doc by Adam Wojasinski · 1 year, 1 month ago
  9. 2e7a1f9 doc: posix: Update POSIX supported API documentation by Adam Wojasinski · 1 year, 1 month ago
  10. 6a1f48b doc: posix: Update services/portability/posix doc by Doug Foster · 1 year, 2 months ago
  11. b6e48d0 doc: posix: Fix internal links by Dmitrii Golovanov · 1 year, 2 months ago
  12. b184fc3 posix: sched: Add CONFIG_POSIX_PRIORITY_SCHEDULING by Dmitrii Golovanov · 1 year, 2 months ago
  13. 768ed26 doc: posix: signal: fix `sigsuspend` typo by Yong Cong Sin · 1 year, 2 months ago
  14. f82b645 doc: posix: signal: mark `sigprocmask` as supported by Yong Cong Sin · 1 year, 2 months ago
  15. b85b7a3 doc: posix: overview: clarification on conformant implementations by Christopher Friedt · 1 year, 2 months ago
  16. 5bbec7a docs: posix: option groups: add _POSIX_THREAD_SAFE_FUNCTIONS by Christopher Friedt · 1 year, 2 months ago
  17. ce42bf3 doc: posix: option groups: add C_LANG_JUMP and C_LANG_MATH by Christopher Friedt · 1 year, 2 months ago
  18. 283d813 doc: posix: option groups: abbreviate POSIX_C_LANG_SUPPORT by Christopher Friedt · 1 year, 2 months ago
  19. 9016cec doc: posix: mark `sem_open`, `sem_close` & `sem_unlink` as supported by Yong Cong Sin · 1 year, 2 months ago
  20. e8ba19e docs: posix: aep: correct some typos by Christopher Friedt · 1 year, 2 months ago
  21. dbd4b82 doc: posix: support pthread_getguardsize pthread_setguardsize by Christopher Friedt · 1 year, 3 months ago
  22. 25ad028 doc: posix: denote pthread_sigmask() as implemented by Christopher Friedt · 1 year, 3 months ago
  23. e260201 doc: posix: mark pthread_cleanup_push() and pop() as supported by Christopher Friedt · 1 year, 3 months ago
  24. 5bfed9e doc: posix; mark pthread_getconcurrency() supported by Christopher Friedt · 1 year, 3 months ago
  25. 5da13ea docs: posix: correct spelling of XSI_THREADS_EXT by Christopher Friedt · 1 year, 3 months ago
  26. 4d8442d docs: posix: update the XSI_THREADS_EXT option group by Christopher Friedt · 1 year, 3 months ago
  27. ecd2961 doc: services: portability: posix: add pthread_setcanceltype() by Christopher Friedt · 1 year, 3 months ago
  28. 1d501a7 doc: services: portability: posix: pthread_atfork() supported by Christopher Friedt · 1 year, 3 months ago
  29. 3b45235 doc: posix: structural reorganization of posix docs by Christopher Friedt · 1 year, 5 months ago
  30. b0a3736 doc: posix: add posix timers and clock selection by Christopher Friedt · 1 year, 5 months ago
  31. 7daaad4 docs: update posix docs with pthread_equal by Jai Arora · 1 year, 8 months ago
  32. 335acf8 posix: signal: implement strsignal by Yong Cong Sin · 1 year, 8 months ago
  33. ff4b81e posix: signal: implement sigismember by Yong Cong Sin · 1 year, 8 months ago
  34. 88cd494 posix: signal: implement sigdelset by Yong Cong Sin · 1 year, 8 months ago
  35. 8011449 posix: signal: implement sigaddset by Yong Cong Sin · 1 year, 8 months ago
  36. b9720e2 posix: signal: implement sigfillset by Yong Cong Sin · 1 year, 8 months ago
  37. 6910eb4 posix: signal: implement sigemptyset by Yong Cong Sin · 1 year, 8 months ago
  38. 4580708 posix: implement uname by Yong Cong Sin · 1 year, 8 months ago
  39. 322cd46 docs: update posix docs with pthread_barrierattr by Harshil Bhatt · 1 year, 8 months ago
  40. 1f8d2e4 doc: services: portability: posix: support for POSIX_SPIN_LOCKS by Christopher Friedt · 1 year, 8 months ago
  41. b416a90 doc: services: posix: pthread_mutexattr_destroy init supported by Christopher Friedt · 1 year, 8 months ago
  42. 64a4773 doc: services: posix: pthread_condattr_destroy and init supported by Christopher Friedt · 1 year, 8 months ago
  43. 675a660 doc: services: posix: _POSIX_THREAD_PRIO_INHERIT unsupported by Christopher Friedt · 1 year, 8 months ago
  44. 88dd32c doc: services: posix: fix setvbuf typo by Christopher Friedt · 1 year, 8 months ago
  45. efe9111 doc: services: posix: update c-lang support section by Christopher Friedt · 1 year, 9 months ago
  46. 533c198 doc: services: posix: update posix supported items by Christopher Friedt · 1 year, 9 months ago
  47. 5366683 doc: POSIX arch: Add link to POSIX OS abstraction by Elvar Tresnak · 2 years, 4 months ago
  48. b391993 lib: posix: add perror() implementation by Christopher Friedt · 2 years, 8 months ago
  49. a07774e doc: Fix the layout of POSIX-related tables by Aleksandar Markovic · 2 years, 10 months ago
  50. 7ad2f76 doc: remove guides and split content by Anas Nashif · 2 years, 11 months ago