Files
ladybird/Kernel
Andreas Kling 2f16e31afc Kernel: A running process should keep its TTY alive
It's not safe to use a raw pointer for Process::m_tty. A pseudoterminal
pair will disappear when file descriptors are closed, and we'd end up
looking dangly. Just use a RefPtr.
2019-11-06 16:52:54 +01:00
..
2019-11-04 12:04:35 +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-05-28 17:31:20 +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