nanovms / nanos

A kernel designed to run one and only one application in a virtualized environment
https://nanos.org
Apache License 2.0
2.64k stars 137 forks source link

Unix syscalls: implement utimensat(2) #1917

Closed francescolavra closed 1 year ago

francescolavra commented 1 year ago

This change adds to the kernel an implementation of the utimensat syscall, which allows programs to use the utimensat() and futimens() POSIX functions. The new code is being exercised in the runtime tests.