12 Commits (cfae0418347a9e6a49c0735e83c0a52613ccb26c)

Author SHA1 Message Date
Chris Friedt cfae041834 posix: implement the XSI_SINGLE_PROCESS Option Group 2 months ago
Chris Friedt 0b869efe6a posix: clock: move most implementations to clock_common.c 2 months ago
Chris Friedt 73ee23e3ad posix: clock: create z_clock_gettime().. convenience functions. 2 months ago
Ilya Tagunov 07b4d3a297 posix: clock: partially reformat __z_clock_nanosleep 7 months ago
Ilya Tagunov 4c56eb6f65 posix: clock: fix potential int32_t overflow in __z_clock_nanosleep 7 months ago
Ilya Tagunov bf525851e8 posix: clock: fix 32-bit time_t overflow in __z_clock_nanosleep 7 months ago
Ederson de Souza d83a649a67 lib/posix: Get uptime in ticks instead of cycles 1 year ago
Hess Nathan 974bad6242 coding guidelines: comply with MISRA Rule 12.1. 1 year ago
Chris Friedt 4a5c4e5f73 posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER 1 year ago
Yong Cong Sin bbe5e1e6eb build: namespace the generated headers with `zephyr/` 1 year ago
Christopher Friedt d36dd8097e posix: clock: implement clock_getres() 1 year ago
Christopher Friedt 855b8bc6ca posix: separate shell utilities and posix api implementation 1 year ago
Yong Cong Sin 73e20a8967 posix: clock: add ztest rule to reset clock base 1 year ago
Jai Arora a3573a9e30 posix: implement clock_getcpuclockid function 2 years ago
Christopher Friedt 95a22b1217 posix: clock: clock_gettime() should not be a syscall 2 years ago
Christopher Friedt e0383a6f9d posix: clock: check for invalid ns in clock_settime() 2 years ago
Anas Nashif a08bfeb49c syscall: rename Z_OOPS -> K_OOPS 2 years ago
Anas Nashif 9c4d881183 syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2 years ago
Anas Nashif 4e396174ce kernel: move syscall_handler.h to internal include directory 2 years ago
Tom Finet d09a1c39f9 posix: implement clock_nanosleep 2 years ago
Chris Friedt 44b72bf801 posix: clock: fix seconds calculation 3 years ago
Christopher Friedt a5ee862ff0 posix: clock: make tz non-const in gettimeofday 3 years ago
Gerard Marull-Paretas cbd31d720b lib: migrate includes to <zephyr/...> 3 years ago
Krzysztof Chruscinski 35593ce1e9 lib: posix: clock: Prevent early overflows 3 years ago
Patric Karlström 20b3d180d1 posix: Make clock_settime/gettime REALTIME thread-safe 4 years ago
Nicholas Lowell ce480e8577 posix: clock: nanosecond resolution 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Julien D'Ascenzio e689277dd5 lib: posix: clock: Turn clock_gettime into system call 5 years ago
Julien D'Ascenzio 1128c65ab0 lib: posix: fix ARG_UNUSED check on clock_getrtc 5 years ago
Nick Ward 1e503b5ca7 lib: posix: clock: Fix nanosecond rollover logic 5 years ago
Alexander Mihajlovic f19787bb84 posix: Fix calculation of clock base in clock_settime 6 years ago
Paul Sokolovsky 81fa697f32 posix: Move gettimeofday declaration to <sys/time.h> 6 years ago
Kumar Gala e96d02984c lib: posix: Fix compile issue with newer newlib 6 years ago
David Brown 9d6f1c600f lib: posix: clock: Implement clock_settime 7 years ago
David Brown 9921eb329d lib: posix: clock: Add read of CLOCK_REALTIME 7 years ago
David Brown e0dda1b4b0 lib: posix: clock: Add gettimeofday() call 7 years ago
Ramakrishna Pallala 03a3c992b8 lib: posix: clock: Use k_uptime_get() to compute tv_nsec 7 years ago
Ramakrishna Pallala f603e603bb lib: posix: Move posix layer from 'kernel' to 'lib' 7 years ago
Youvedeep Singh d50b1fe981 kernel: POSIX: Compatibility layer for POSIX clock APIs. 7 years ago