Files
ladybird/Kernel
Andreas Kling 0a1865ebc6 Kernel: read() and write() should fail with EBADF for wrong mode fd's
It was previously possible to write to read-only file descriptors,
and read from write-only file descriptors.

All FileDescription objects now start out non-readable + non-writable,
and whoever is creating them has to "manually" enable reading/writing
by calling set_readable() and/or set_writable() on them.
2020-01-03 03:29:59 +01:00
..
2020-01-02 00:50:09 +01:00
2019-12-29 19:08:02 +01:00
2020-01-02 00:50:09 +01:00
2019-07-13 08:00:24 +02:00
2019-12-31 19:31:42 +01:00
2019-12-20 22:59:11 +01:00
2019-12-26 11:43:23 +01:00
2019-09-28 13:59:49 +02:00
2020-01-02 21:45:04 +01:00
2020-01-02 00:50:09 +01:00