Files
ladybird/Kernel
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-01-23 05:14:00 +01:00
2019-02-26 15:52:06 +01:00
2019-01-23 05:14:00 +01:00
2019-01-23 05:14:00 +01:00
2018-12-03 00:39:25 +01:00
2018-12-03 00:39:25 +01:00
2019-01-13 04:31:16 +01:00
2018-10-17 16:48:43 +02:00
2018-12-24 23:10:48 +01:00