Andreas Kling
|
6bf901b414
Kernel: Use TRY() in sys$execve()
|
3 years ago |
Brian Gianforcaro
|
f3baa5d8c9
Kernel: Convert random bytes interface to use AK::Bytes
|
3 years ago |
Andrew Kaster
|
fcdd7aa990
Kernel: Only unlock Mutex once in execve when PT_TRACE_ME is enabled
|
3 years ago |
Andreas Kling
|
5046a1fe38
Kernel: Ignore zero-sized PT_LOAD headers when loading ELF images
|
3 years ago |
Andreas Kling
|
68bf6db673
Kernel: Rename Spinlock::is_owned_by_current_thread()
|
3 years ago |
Andreas Kling
|
0b4671add7
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
|
3 years ago |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 years ago |
Andrew Kaster
|
70518e69f4
Kernel: Unlock ptrace lock before entering a critical section in execve
|
3 years ago |
Andreas Kling
|
1b9916439f
Kernel: Make Processor::platform_string() return StringView
|
3 years ago |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 years ago |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 years ago |
Andreas Kling
|
0f6f863382
Kernel: Convert remaining users of copy_string_from_user()
|
3 years ago |
Liav A
|
01b79910b3
Kernel/Process: Move protected values to the end of the object
|
3 years ago |
Andreas Kling
|
0a02496f04
Kernel/SMP: Change critical sections to not disable interrupts
|
3 years ago |
Andreas Kling
|
9babb92a4b
Kernel/SMP: Make entering/leaving critical sections multi-processor safe
|
3 years ago |
Andreas Kling
|
15d033b486
Kernel: Remove unused Process pointer in Memory::AddressSpace
|
3 years ago |
Andreas Kling
|
f770b9d430
Kernel: Fix bad search-and-replace renames
|
3 years ago |
Idan Horowitz
|
c3f668a758
Kernel: Make Process's m_promises & m_execpromises fields atomic
|
3 years ago |
Andreas Kling
|
208147c77c
Kernel: Rename Process::space() => Process::address_space()
|
3 years ago |
Andreas Kling
|
b7476d7a1b
Kernel: Rename Memory::Space => Memory::AddressSpace
|
3 years ago |
Andreas Kling
|
cd5faf4e42
Kernel: Rename Range => VirtualRange
|
3 years ago |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
3 years ago |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
3 years ago |
Andreas Kling
|
33adc3a42d
Kernel: Store coredump metadata properties as KStrings
|
3 years ago |
Andreas Kling
|
d5d8fba579
Kernel: Store Thread name as a KString
|
3 years ago |
Brian Gianforcaro
|
4b2651ddab
Kernel: Track allocated FileDescriptionAndFlag elements in each Process
|
4 years ago |
Brian Gianforcaro
|
ba03b6ad02
Kernel: Make Process::FileDescriptions::allocate return KResultOr<int>
|
4 years ago |
Andreas Kling
|
a085168c52
Kernel: Rename Space::create => Space::try_create()
|
4 years ago |
Brian Gianforcaro
|
9201a06027
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
|
4 years ago |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 years ago |