index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Syscalls
/
execve.cpp
Age
Commit message (
Expand
)
Author
2021-10-31
Kernel: Clarify ambiguous {File,Description}::absolute_path
Ben Wiederhake
2021-10-31
Kernel: Avoid OpenFileDescription::absolute_path
Ben Wiederhake
2021-09-16
Kernel: Only instantiate main_program_metadata in the scope it's needed
Brian Gianforcaro
2021-09-09
Kernel: Use KString all the way in sys$execve()
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Convert much of sys$execve() to using KString
Andreas Kling
2021-09-07
LibELF: Use StringView to carry temporary strings in auxiliary vector
Andreas Kling
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-09-07
Kernel: Add a comment explaining an alternate path in Process::exec()
Andreas Kling
2021-09-07
Kernel: Fix file description leak in sys$execve()
Andreas Kling
2021-09-07
Kernel: Don't seek the program executable description in sys$execve()
Andreas Kling
2021-09-07
Kernel: Hoist allocation of main program FD in sys$execve()
Andreas Kling
2021-09-07
Kernel: Reorganize ELF loading so it can use TRY()
Andreas Kling
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-09-06
Kernel: Improve API names for switching address spaces
Andreas Kling
2021-09-06
Kernel: Allocate signal trampoline before committing to a sys$execve()
Andreas Kling
2021-09-06
Kernel: Use TRY() more in sys$execve()
Andreas Kling
2021-09-06
Kernel: Use TRY() in find_elf_interpreter_for_executable()
Andreas Kling
2021-09-06
Kernel: Improve find_elf_interpreter_for_executable() parameter names
Andreas Kling
2021-09-06
Kernel: Don't turn I/O errors during sys$execve() into ENOEXEC
Andreas Kling
2021-09-06
Kernel: Improve arguments retrieval error propagation in sys$execve()
Andreas Kling
2021-09-06
Kernel: Use KResultOr and TRY() for {Shared,Private}InodeVMObject
Andreas Kling
2021-09-06
Kernel: Make Threads always have a name
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-06
Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange>
Andreas Kling
2021-09-05
Kernel: Use copy_typed_from_user<T> for fetching syscall parameters
Andreas Kling
2021-09-05
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
Andreas Kling
2021-09-05
Kernel: Tidy up Memory::AddressSpace construction
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$execve()
Andreas Kling
2021-09-01
Kernel: Convert random bytes interface to use AK::Bytes
Brian Gianforcaro
2021-09-01
Kernel: Only unlock Mutex once in execve when PT_TRACE_ME is enabled
Andrew Kaster
2021-08-31
Kernel: Ignore zero-sized PT_LOAD headers when loading ELF images
Andreas Kling
2021-08-29
Kernel: Rename Spinlock::is_owned_by_current_thread()
Andreas Kling
2021-08-29
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
Andreas Kling
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-28
Kernel: Unlock ptrace lock before entering a critical section in execve
Andrew Kaster
2021-08-23
Kernel: Make Processor::platform_string() return StringView
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-15
Kernel: Convert remaining users of copy_string_from_user()
Andreas Kling
2021-08-12
Kernel/Process: Move protected values to the end of the object
Liav A
2021-08-10
Kernel/SMP: Change critical sections to not disable interrupts
Andreas Kling
2021-08-10
Kernel/SMP: Make entering/leaving critical sections multi-processor safe
Andreas Kling
2021-08-08
Kernel: Remove unused Process pointer in Memory::AddressSpace
Andreas Kling
2021-08-07
Kernel: Fix bad search-and-replace renames
Andreas Kling
2021-08-06
Kernel: Make Process's m_promises & m_execpromises fields atomic
Idan Horowitz
2021-08-06
Kernel: Rename Process::space() => Process::address_space()
Andreas Kling
2021-08-06
Kernel: Rename Memory::Space => Memory::AddressSpace
Andreas Kling
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
[next]