Gunnar Beutner
|
38fca26f54
Kernel: Add stubs for missing x86_64 functionality
|
4 years ago |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 years ago |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 years ago |
Jelle Raaijmakers
|
5b03b62518
Kernel: Only call `Process::die()` once on terminating signal
|
4 years ago |
Gunnar Beutner
|
3bac14e19e
Kernel: Remove incorrect VERIFY() in Thread::relock_process
|
4 years ago |
Gunnar Beutner
|
3c2a6a25da
Kernel: Don't finalize a thread while it still has code running
|
4 years ago |
Gunnar Beutner
|
b9d693665b
Kernel: Make sure we unmap the TLS region when a thread exits
|
4 years ago |
Andreas Kling
|
fc9ce22981
Kernel: Use KString for Region names
|
4 years ago |
Tom
|
9dcc7a67e5
Kernel: Close a Thread tid lookup race
|
4 years ago |
Gunnar Beutner
|
7557f2db90
Kernel: Remove an allocation when blocking a thread
|
4 years ago |
Nicholas Baron
|
aa4d41fe2c
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
|
4 years ago |
Brian Gianforcaro
|
112393b38a
Kernel: Make Thread::try_create API OOM safe
|
4 years ago |
Andreas Kling
|
7ae7170d61
Everywhere: "file name" => "filename"
|
4 years ago |
Brian Gianforcaro
|
0d5827f865
Kernel: Remove the now defunct `RESTORE_LOCK(..)` macro.
|
4 years ago |
Brian Gianforcaro
|
04156d53ca
Kernel: Utilize AK::SourceLocation for LOCK_DEBUG instrumentation.
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
AnotherTest
|
e3fd914187
Kernel: Send SIGCHLD to the parent process when changing stopped state
|
4 years ago |
Hendiadyoin1
|
0d934fc991
Kernel::CPU: Move headers into common directory
|
4 years ago |
Itamar
|
2365e06b12
Kernel: Set TLS-related members of Process after loading static program
|
4 years ago |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 years ago |
Andreas Kling
|
232738fb7a
Kernel: Use dbgln_if() and PANIC() in Thread.cpp
|
4 years ago |
Andreas Kling
|
adb2e6be5f
Kernel: Make the kernel compile & link for x86_64
|
4 years ago |
Ben Wiederhake
|
2b6546c40a
Kernel: Make Thread use AK::Time internally
|
4 years ago |
Andreas Kling
|
8129f3da52
Kernel: Move SMAP disabler RAII helper to its own file
|
4 years ago |
Andreas Kling
|
8f70528f30
Kernel: Take some baby steps towards x86_64
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Brian Gianforcaro
|
dae071629f
Kernel: Switch m_signal_action_data to Array<...>
|
4 years ago |
Brian Gianforcaro
|
a977cdd9ac
Kernel: Remove unneeded Thread::set_default_signal_dispositions
|
4 years ago |
Andreas Kling
|
fdf03852c9
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
|
4 years ago |