.. |
clock
|
clock/settime: minor fix compile warning
|
2022-07-10 20:44:21 +03:00 |
environ
|
sched/env: Check for incoming parameter validity in unsetenv()
|
2022-06-14 10:39:52 +03:00 |
group
|
Fix compiler warnings (-Wunused-parameter) in various functions
|
2022-07-12 11:42:34 +08:00 |
init
|
sched/init: Initialize the idle thread local storage by tls_init_info
|
2022-06-08 19:07:33 +09:00 |
irq
|
Fix compiler warnings (-Wunused-parameter) in various functions
|
2022-07-12 11:42:34 +08:00 |
module
|
mod_insmod: fix coverity warning
|
2022-04-02 20:09:42 +08:00 |
mqueue
|
net: Ensure sendmsg and sendfile return -EAGAIN in case of timeout
|
2022-06-28 06:19:13 +03:00 |
paging
|
Don't include assert.h from public header file
|
2021-06-03 08:36:03 -07:00 |
pthread
|
sched: Remove "0x" prefix preceding "%p" specifier on format string
|
2022-06-30 22:08:58 +03:00 |
sched
|
libc/stdio: enable long long formating by CONFIG_HAVE_LONG_LONG
|
2022-07-13 09:50:38 -03:00 |
semaphore
|
sched: Convert DEBUGASSERT(false) into more intuitive DEBUGPANIC()
|
2022-07-14 12:08:45 +08:00 |
signal
|
sigact: get free sigact from freelist always successful
|
2022-04-01 13:38:29 +08:00 |
task
|
Fix compiler warnings (-Wunused-parameter) in various functions
|
2022-07-12 11:42:34 +08:00 |
timer
|
sched/timer: timer_settime not fully satisfy IEEE 1003.1
|
2022-07-18 12:30:28 +08:00 |
tls
|
sched/tls: Wrap up_info_size into tls_info_size
|
2022-06-08 19:07:33 +09:00 |
wdog
|
sched/wdog: Change the return type of wd_gettime from int to sclock_t
|
2022-05-19 23:21:54 +03:00 |
wqueue
|
sched/wqueue: Change the return type of work_notifier_teardown to void
|
2022-05-14 00:35:29 +03:00 |
Kconfig
|
sched/mqueue: configurable mqueue notification
|
2022-06-11 14:51:09 +08:00 |
Makefile
|
sched/tls: Add tls_init_info and tls_dup_info
|
2022-06-03 23:56:50 +03:00 |