zephyr/lib/posix
Gerard Marull-Paretas 667eeb11fb shell: fix MISRA 5.7 violations on `struct shell`
MISRA Rule 5.7 requires uniqueness of tag identifiers. Shell is
frequently problematic because many code uses `const struct shell
*shell`. This causes CI noise every time one of these shell files is
edited, so let's update all of them with `const struct shell *sh`
instead.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-04-14 12:21:08 +02:00
..
getopt shell: fix MISRA 5.7 violations on `struct shell` 2023-04-14 12:21:08 +02:00
CMakeLists.txt lib: posix: move fnmatch from lib/util to lib/posix 2023-03-03 17:40:14 +09:00
Kconfig lib: posix: move fnmatch from lib/util to lib/posix 2023-03-03 17:40:14 +09:00
clock.c posix: clock: fix seconds calculation 2023-01-04 21:12:58 +01:00
eventfd.c
fnmatch.c posix: fnmatch: correct (many) compliance issues 2023-03-03 17:40:14 +09:00
fs.c posix: fs: avoid adding open() alias with newlib and picolibc 2023-01-23 09:57:31 -08:00
mqueue.c posix: mqueue: do not typedef mq_attr 2023-01-23 09:57:31 -08:00
nanosleep.c sys: util: migrate all files to DIV_ROUND_UP 2023-04-11 12:00:37 +02:00
perror.c
posix_internal.h posix: newlib compatible PTHREAD_CREATE_DETACHED and JOINABLE 2023-01-10 09:02:21 +09:00
pthread.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
pthread_barrier.c
pthread_common.c
pthread_cond.c posix: cond: abstract pthread_cond_t as uint32_t 2022-11-19 14:16:38 +09:00
pthread_key.c posix: key: abstract pthread_key_t as uint32_t 2022-11-24 04:19:01 +09:00
pthread_mutex.c posix: headers: harmonize remaining types with newlib 2023-01-10 09:02:21 +09:00
pthread_rwlock.c
pthread_sched.c posix: rename posix_sched.h to sched.h 2023-01-23 09:57:31 -08:00
semaphore.c
sleep.c lib: posix: update usleep() to follow the POSIX spec 2022-11-24 19:31:33 -05:00
timer.c posix: Kconfig for timer_create wait time 2022-12-27 15:34:13 +01:00