History log of /DragonOS/user/apps/test_utimensat/.gitignore (Results 1 – 1 of 1)
Revision Date Author Comments
# 6f189d27 27-Jun-2024 linfeng <chenlinfeng25@outlook.com>

feat(time): Add syscall support for utime* (#838)

* feat(vfs): Add syscall support for utime*

impl sys_utimensat
impl sys_utimes
add utimensat test
fix some warning

* fix(vfs): Verify point

feat(time): Add syscall support for utime* (#838)

* feat(vfs): Add syscall support for utime*

impl sys_utimensat
impl sys_utimes
add utimensat test
fix some warning

* fix(vfs): Verify pointer validity

* fix: remove bad cfg

show more ...