Files
ladybird/Kernel
Sergey Bugaev cfdbb712fb Kernel: Fix failing in can_read()/can_write()
Now that the SystemMonitor queries which open files can be read and written to,
having can_read()/can_write() unconditionally call ASSERT_NOT_REACHED() leads
to system crashes when inspecting the WindowServer.

Instead, just return true from can_read()/can_write() (indicating that the
read()/write() syscalls should not block) and return -EINVAL when trying to
actually read from or write to these devices.
2019-11-13 16:37:04 +01:00
..
2019-07-13 08:00:24 +02:00
2019-10-12 19:30:59 +02:00
2019-10-12 19:30:59 +02:00
2019-09-28 13:59:49 +02:00
2019-11-05 18:56:43 +01:00
2019-11-06 13:07:07 +01:00
2019-08-11 16:30:43 +02:00