1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 04:04:59 +00:00
serenity/Kernel/TTY
Daniel Bertalan f820917a76 Everywhere: Use nothrow new with adopt_{ref,own}_if_nonnull
This commit converts naked `new`s to `AK::try_make` and `AK::try_create`
wherever possible. If the called constructor is private, this can not be
done, so we instead now use the standard-defined and compiler-agnostic
`new (nothrow)`.
2021-06-24 17:35:49 +04:30
..
ConsoleManagement.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
ConsoleManagement.h Kernel: Fix crash when switching to console 5 & 6 2021-05-31 17:42:21 +01:00
MasterPTY.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
MasterPTY.h Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00
PTYMultiplexer.cpp Everywhere: Use nothrow new with adopt_{ref,own}_if_nonnull 2021-06-24 17:35:49 +04:30
PTYMultiplexer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SlavePTY.cpp Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00
SlavePTY.h Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00
TTY.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
TTY.h Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00
VirtualConsole.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
VirtualConsole.h Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00