1. e95d14a tests: posix/{common,fs}: enable testing TLS by Daniel Leung · 4 years, 5 months ago
  2. d897bd1 tests: posix: eventfd: increase test coverage with polling by Rafał Kuźnia · 4 years, 6 months ago
  3. 75b9292 tests: posix: nanosleep: round up to the nearest microsecond by Christopher Friedt · 4 years, 6 months ago
  4. 2b44573 tests: posix: common: move printk() out of k_usleep() tick alignment by Alexandre Bourdiol · 4 years, 6 months ago
  5. bcf1aed tests: fix potential integer overflow by peng1 chen · 4 years, 6 months ago
  6. 2534b18 tests: posix: common: remove sub-microsecond nanosleep test by Peter Bigot · 4 years, 7 months ago
  7. 3c6eaa5 tests: posix: fix nanosleep tests for clock slew by Peter Bigot · 4 years, 7 months ago
  8. dca317c sanitycheck: inclusive language by Anas Nashif · 4 years, 7 months ago
  9. 97ca277 tests/posix/fs: Fix missing close in error paths by Dominik Ermel · 4 years, 8 months ago
  10. e606801 tests/posix/fs: Fix close of bad file descriptor by Dominik Ermel · 4 years, 8 months ago
  11. b9054bf tests/posix/fs: Add tests for open flags by Dominik Ermel · 4 years, 8 months ago
  12. add51d8 tests: posix: eventfd: test read and poll after multiple writes by Marcin Niestroj · 4 years, 8 months ago
  13. 5a40ff1 posix/fs: Fix POSIX lseek to return position upon completion by Dominik Ermel · 4 years, 9 months ago
  14. 1200222 test: posix: fix identifier by Anas Nashif · 4 years, 9 months ago
  15. 398f22b tests: eventfd: drop POSIX_API ifdeffery by Marcin Niestroj · 4 years, 9 months ago
  16. 3b0917b tests: posix: eventfd_basic: add new test by Marcin Niestroj · 4 years, 10 months ago
  17. 72e7deb tests: posix: tests for nanosleep(2) by Christopher Friedt · 4 years, 10 months ago
  18. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  19. debade9 tests: make find_package(Zephyr...) REQUIRED by Marc Herbert · 4 years, 10 months ago
  20. b074896 tests: posix: clock: Workaround to align clocks before querying by Paul Sokolovsky · 5 years ago
  21. 32270ae tests: posix: eventfd: Don't mix POSIX and Zephyr kernel APIs by Paul Sokolovsky · 5 years ago
  22. a61f86e tests: posix: common: Switch k_sleep() -> k_msleep(). by Paul Sokolovsky · 5 years ago
  23. ca872a4 lib: posix: Add support for eventfd by Tobias Svehagen · 5 years ago
  24. 407b49b cmake: use find_package to locate Zephyr by Torsten Rasmussen · 5 years ago
  25. 79a58dd tests: posix: pthread: Clean up test for pthread_getname/setname_np by Paul Sokolovsky · 5 years ago
  26. 17b19eb pthread: add setname/getname glibc extensions by Nicholas Lowell · 5 years ago
  27. 984bfae global: Remove leading/trailing blank lines in files by Ulf Magnusson · 5 years ago
  28. 813ef68 tests: updated names for the tests by Maksim Masalski · 5 years ago
  29. 11faaac tests/posix/common: Fix miscalibrated timing test by Maksim Masalski · 5 years ago
  30. f914669 tests/posix/common: restructure to eliminate casts by Charles E. Youse · 6 years ago
  31. 2e78804 tests/posix/common: make 64-bit clean by Charles E. Youse · 6 years ago
  32. 967fbb1 tests: posix: fs: Add test for (no) leak of file descriptors by Paul Sokolovsky · 6 years ago
  33. 9de5e99 tests: posix: test_fs_file: Cut down on noise output by Paul Sokolovsky · 6 years ago
  34. 16c1db9 tests: posix: No longer use target_include_directories by Paul Sokolovsky · 6 years ago
  35. b7bb48e posix: unistd.h: open() doesn't belong here by Paul Sokolovsky · 6 years ago
  36. ffb9e09 tests/posix/common: Adjust miscalibrated timing test by Andy Ross · 6 years ago
  37. 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.h by Anas Nashif · 6 years ago
  38. 656f4df cleanup: include/: move fs.h to fs/fs.h by Anas Nashif · 6 years ago
  39. 4afcc0f sanitycheck: CONFIG_TEST_USERSPACE / userspace tag cleanup by Marc Herbert · 6 years ago
  40. 81fa697 posix: Move gettimeofday declaration to <sys/time.h> by Paul Sokolovsky · 6 years ago
  41. 7387b56 tests: add nsim special cases for two tests by Andrew Boie · 6 years ago
  42. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  43. 21358ba all: Update unsigend 'U' suffix due to multiplication by Patrik Flykt · 6 years ago
  44. 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
  45. 3522e05 posix/pthreads: fix pthread_barrier_wait() behavior to match Posix by Charles E. Youse · 6 years ago
  46. a461437 tests: Mass SMP disablement on non-SMP-safe tests by Andy Ross · 6 years ago
  47. c894aa3 tests: posix: add newlib cfg option by Kumar Gala · 6 years ago
  48. 69b6cc8 Revert "tests: posix: add newlib cfg option" by Anas Nashif · 6 years ago
  49. dc39a9a tests: posix: add newlib cfg option by Kumar Gala · 6 years ago
  50. b730fa4 posix_lib: Disable support on native posix arch by Kumar Gala · 6 years ago
  51. c69ee89 tests: posix: Fix array overrun issue by Ramakrishna Pallala · 6 years ago
  52. 04743c9 posix: rename priority in sched_param struct by Anas Nashif · 6 years ago
  53. 55ba23e tests: posix: fs: Decrease ramdisk size, increase stack size by Paul Sokolovsky · 6 years ago
  54. 84c8089 tests: set CONFIG_MAX_THREAD_BYTES for a few tests by Andrew Boie · 6 years ago
  55. 3119d29 tests/posix/common: Correct TEST_EXTRA_STACKSIZE usage by Andy Ross · 6 years ago
  56. 5060ca6 cmake: increase minimal required version to 3.13.1 by Anas Nashif · 6 years ago
  57. 4b1eba7 tests: posix: test_fs_file: Add testcase with non-zero lseek() by Paul Sokolovsky · 6 years ago
  58. 440b535 tests: Add 'U' to unsigned variable assignments by Patrik Flykt · 6 years ago
  59. 7eabab2 samples, tests: Use semi-accurate project names by Reto Schneider · 6 years ago
  60. 7fa2ec4 tests: posix: Check for return values by Spoorthi K · 6 years ago
  61. c6799dc tests: posix: Bugfix unitialized array in posix_pthread_execution by Alberto Escolar Piedras · 6 years ago
  62. deaab90 tests/samples: cleanup tags by Anas Nashif · 6 years ago
  63. 7622fc3 subsys: fs: Migrate to new logging subsys by Varun Sharma · 6 years ago
  64. 11775b2 tests: posix: enhance pthread test by Niranjhana N · 6 years ago
  65. 81f835f tests: posix: group pthread tests by Niranjhana N · 6 years ago
  66. 4c73b48 tests: POSIX: Enhance clock tests by Spoorthi K · 6 years ago
  67. 3949846 tests: posix: fs: Use ssize_t/off_t types by Paul Sokolovsky · 6 years ago
  68. dc8bbce tests: POSIX: Enhance semaphore tests by Spoorthi K · 6 years ago
  69. 11aa39b tests: POSIX: Refactor POSIX API tests by Spoorthi K · 6 years ago
  70. ccb2ef9 tests: posix: Enable CONFIG_POSIX_API by Paul Sokolovsky · 6 years ago
  71. c152ebd include: posix: Split dirent.h from unistd.h by Paul Sokolovsky · 6 years ago
  72. 6a34c72 tests: POSIX: Enhance test to verify deadlock by Spoorthi K · 7 years ago
  73. ced1c03 tests: posix: Test realtime clock by David Brown · 7 years ago
  74. 55ee53c cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts by Sebastian Bøe · 7 years ago
  75. e21e6c1 tests: posix: improve pthread_key test by Niranjhana N · 7 years ago
  76. c9e1249 cmake: Remove duplicate invocations of target_link_libraries on app by Sebastian Bøe · 7 years ago
  77. 8891bea tests: posix: add test for pthread_key by Niranjhana N · 7 years ago
  78. 9b2880f tests: posix: fix meta-data and rename test file by Anas Nashif · 7 years ago
  79. f5bf281 tests: posix: Function call return values need to be validated. by Sritej Kanakadandi Venkata Rama · 7 years ago
  80. 9a28c87 tests: posix: rename entry file to main.c by Anas Nashif · 7 years ago
  81. 21792fa tests: posix: timer: Fix integer handling issues by Spoorthi K · 7 years ago
  82. 843ad8b tests: semaphore: Check return value by Punit Vara · 7 years ago
  83. 071b1bd doc: fix misspellings in test documentation by David B. Kinder · 7 years ago
  84. dccd275 tests: posix: fs: Free dirp resource in case error by Ramakrishna Pallala · 7 years ago
  85. 7a3ace3 tests: Remove newline character by Punit Vara · 7 years ago
  86. 4c7a44b tests: posix: Fix pthread attribute initialization by Ramakrishna Pallala · 7 years ago
  87. 5e87c08 tests: posix: Increase sram size by Punit Vara · 7 years ago
  88. f0eaa8e tests: mutex: Add test case to test mutex API by Punit Vara · 7 years ago
  89. c1200cd tests: posix: fs: Add description for test cases by Ramakrishna Pallala · 7 years ago
  90. 55cf6dd tests: posix: Add test for Posix File System API's by Ramakrishna Pallala · 7 years ago
  91. 5575487 tests: posix: Fix sigevent initialization by Andy Gross · 7 years ago
  92. 0f5a88b tests: posix: mqueue remove extra printk by Anas Nashif · 7 years ago
  93. 89a5093 tests: posix: style, tag, and category fixes by Anas Nashif · 7 years ago
  94. 8e8d6de tests: posix: fix tags and sections by Anas Nashif · 7 years ago
  95. 46931c9 tests: posix: Resolve header file dependencies by Ramakrishna Pallala · 7 years ago
  96. 80e2216 tests: posix: add more tests by Niranjhana N · 7 years ago
  97. 2ecaee0 tests: posix: Fixing pthread attr object initialization. by Niranjhana N · 7 years ago
  98. 2486d5a tests: posix: mqueue: Add test for posix message queue APIs. by Youvedeep Singh · 7 years ago
  99. 4aa4905 tests: posix: fix semaphore.h test by Juan Manuel Torres Palma · 7 years ago
  100. 9edc7ce tests: semaphore: test APIs by Punit Vara · 7 years ago