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
2018-11-10 00:56:10 +01:00
2019-03-27 16:42:30 +01:00
2019-02-25 22:06:55 +01:00
2018-12-21 02:42:30 +01:00
2019-03-21 15:54:19 +01:00
2019-01-22 07:03:44 +01:00
2019-02-21 23:49:16 +01:00
2018-12-20 00:39:29 +01:00
2019-01-22 00:58:56 +01:00
2019-03-13 15:40:30 +01:00