The Serenity Operating System 🐞
Find a file
Andreas Kling 038d8641f9 Implement utime() along with a naive /bin/touch.
This synchronous approach to inodes is silly, obviously. I need to rework
it so that the in-memory CoreInode object is the canonical inode, and then
we just need a sync() that flushes pending changes to disk.
2018-12-19 21:14:55 +01:00
AK Support inserting a newline. 2018-12-05 01:43:07 +01:00
Base/etc Make bash-2.05b build with minimal changes. 2018-11-17 00:14:07 +01:00
Editor Editor: Fix build on Linux. 2018-12-09 13:48:11 +01:00
Kernel Implement utime() along with a naive /bin/touch. 2018-12-19 21:14:55 +01:00
LibC Implement utime() along with a naive /bin/touch. 2018-12-19 21:14:55 +01:00
Userland Implement utime() along with a naive /bin/touch. 2018-12-19 21:14:55 +01:00
VirtualFileSystem Implement utime() along with a naive /bin/touch. 2018-12-19 21:14:55 +01:00
Widgets Make the widgets code build on macOS. 2018-12-02 23:41:10 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00