summaryrefslogtreecommitdiff
path: root/Userland/touch.cpp
AgeCommit message (Expand)Author
2020-05-01Userland: "touch" can now handle multiple paths as argumentsAndres Vieira
2020-02-18touch: Use pledge()Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-04-23touch: Newly created files were accidentally marked as FIFO's.Andreas Kling
2019-01-22Kernel: Support open() with O_CREAT.Andreas Kling
2018-12-19Implement utime() along with a naive /bin/touch.Andreas Kling