Andreas Kling
|
59335bd8ea
Kernel: Rename FileDescription::create() => try_create()
|
3 vuotta sitten |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
4 vuotta sitten |
Andreas Kling
|
4c582b57e9
Kernel: Port PTYMultiplexer to ProtectedValue
|
4 vuotta sitten |
Andreas Kling
|
7f2791f02e
Kernel: Increase maximum PTY count from 8 to 64
|
4 vuotta sitten |
Brian Gianforcaro
|
43f930d3aa
Kernel: Convert MasterPTY creation to use DoubleBuffer factory
|
4 vuotta sitten |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 vuotta sitten |
Brian Gianforcaro
|
425195e93f
Kernel: Standardize the header include style to 'include <Kernel/...>'
|
4 vuotta sitten |
Brian Gianforcaro
|
8211aee4b5
Kernel: Remove unused header includes in TTY subtree
|
4 vuotta sitten |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
4 vuotta sitten |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 vuotta sitten |
Lenny Maiorani
|
5751327195
Kernel: static vs non-static constexpr variables
|
4 vuotta sitten |
Brian Gianforcaro
|
77868abe6a
Kernel: Make PTYMultiplexer::open API OOM safe
|
4 vuotta sitten |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 vuotta sitten |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 vuotta sitten |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 vuotta sitten |
Andreas Kling
|
fdf03852c9
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
|
4 vuotta sitten |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 vuotta sitten |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 vuotta sitten |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 vuotta sitten |
asynts
|
7b0a1a98d9
Everywhere: Replace a bundle of dbg with dbgln.
|
4 vuotta sitten |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 vuotta sitten |
Tom
|
f98ca35b83
Kernel: Improve ProcFS behavior in low memory conditions
|
4 vuotta sitten |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 vuotta sitten |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
4 vuotta sitten |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
4 vuotta sitten |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
4 vuotta sitten |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
5 vuotta sitten |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
5 vuotta sitten |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
5 vuotta sitten |
Liav A
|
ac9a001b92
PTYMultiplexer: Use dbg() instead of dbgprintf()
|
5 vuotta sitten |