Files
ladybird/Userland
Andreas Kling 0058da734e Kernel: Add Inode::truncate(size).
- Use this to implement the O_TRUNC open flag.
- Fix creat() to pass O_CREAT | O_TRUNC | O_WRONLY.
- Make sure we truncate wherever appropriate.
2019-03-27 16:42:30 +01:00
..
2019-02-22 10:50:59 +01:00
2019-03-27 16:42:30 +01:00
2019-02-25 22:06:55 +01:00
2019-03-21 15:54:19 +01:00
2019-02-21 23:49:16 +01:00
2019-03-13 15:40:30 +01:00