openharmony_kernel_liteos_a/compat/posix/src
zhushengle 16ed05e844 feat: 支持time容器
BREAKING CHANGE:
支持ipc容器及增强对外变更:
1.clone 支持CLONE_NEWTIME
2.增加”/proc/[pid]/container/time" 用于查询容器信息
3.增加”/proc/[pid]/container/time_for_children" 用于查询容器信息
4.增加”/proc/[pid]/container/pid_for_children" 用于查询容器信息
5.增加”/proc/[pid]/time_offsets" 用于查询和配置time容器信息

Close #I6B0A3

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I54d79937ca608a10a4384f61e11c88757f833edf
2023-01-19 15:03:18 +08:00
..
errno.c chore(musl): reduce the modifications of musl 2021-08-19 16:07:12 +08:00
malloc.c fix: 编码规范修复 2022-03-21 20:47:46 +08:00
map_error.c chore: fix typos 2021-06-16 14:52:06 +08:00
map_error.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
misc.c feat: 支持uts容器 2023-01-12 16:42:11 +08:00
mqueue.c feat: 支持IPC容器 2023-01-18 10:59:25 +08:00
posix_memalign.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
pprivate.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
pthread.c feat: 支持pid容器 2023-01-11 11:13:34 +08:00
pthread_attr.c refactor: 对LiteOS_a内核中menuconfig开关的宏使用#ifdef/#ifndef做预编译处理 2021-07-01 09:08:18 +08:00
pthread_cond.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
pthread_mutex.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
sched.c chore(musl): reduce the modifications of musl 2021-08-19 16:07:12 +08:00
semaphore.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
socket.c update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
stdio.c chore(musl): reduce the modifications of musl 2021-08-19 16:07:12 +08:00
stdlib.c fix: A核代码静态告警定期清理 2021-11-15 02:47:08 +00:00
time.c feat: 支持time容器 2023-01-19 15:03:18 +08:00