Age | Commit message (Expand) | Author |
---|---|---|
2019-04-07 | Kernel+Userland: Add the rename() syscall along with a basic /bin/mv. | Andreas Kling |
2019-04-06 | Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/. | Andreas Kling |
2019-04-03 | Kernel: Move VM-related files into Kernel/VM/. | Andreas Kling |
2019-04-03 | Kernel: Remove Limits.h | Andreas Kling |
2019-04-03 | Kernel: Move devices into Kernel/Devices/. | Andreas Kling |
2019-04-03 | Kernel: Move TTY-related files into Kernel/TTY/. | Andreas Kling |
2019-04-03 | Kernel: Move FS-related files into Kernel/FileSystem/ | Andreas Kling |