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-06-04
Kernel: Process::exec(): Check if path is a regular file
Jelle Raaijmakers
2021-05-29
Kernel: Convert Process::get_syscall_path_argument() to KString
Andreas Kling
2021-05-23
Kernel: Make sure we only log profiling events when m_profiling is true
Gunnar Beutner
2021-05-19
Kernel: Add support for profiling kmalloc()/kfree()
Gunnar Beutner
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-10
Kernel: Fix loading ELF images without PT_INTERP
Gunnar Beutner
2021-05-07
Kernel: Move process creation perf events to PerformanceManager
Brian Gianforcaro
2021-05-01
Kernel: Make processes start with a 16-byte-aligned stack
Sahan Fernando
2021-04-29
Kernel: Harden sys$execve Vector usage against OOM.
Brian Gianforcaro
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Kernel: Allow system calls from the dynamic loader
Gunnar Beutner
2021-03-19
Kernel: Set TLS-related members of Process after loading static program
Itamar
2021-03-19
Kernel: Make FileDescription::seek() return KResultOr<off_t>
Andreas Kling
2021-03-12
Kernel: Fix rounding of PT_LOAD mappings in sys$execve()
Andreas Kling
2021-03-11
Kernel: Move process signal trampoline address into protected data
Andreas Kling
2021-03-11
Kernel: Don't keep protected Process data in a separate allocation
Andreas Kling
2021-03-10
Kernel: Move process pledge promises into protected data
Andreas Kling
2021-03-10
Kernel: Move select Process members into protected memory
Andreas Kling
2021-03-01
Kernel: Make all syscall functions return KResultOr<T>
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
Kernel: Populate ELF::AuxilaryValue::Platform from Processor object.
Brian Gianforcaro
2021-02-21
Kernel: Remove unneeded Thread::set_default_signal_dispositions
Brian Gianforcaro
2021-02-19
Kernel: Release ptrace lock in exec before stopping due to PT_TRACE_ME
Andreas Kling
2021-02-18
Kernel: Use KResult a bit more in sys$execve()
Andreas Kling
2021-02-14
Kernel: Add some bits of randomness to the userspace stack pointer
Andreas Kling
2021-02-14
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
Andreas Kling
2021-02-14
Kernel: Map signal trampoline into each process's address space
Andreas Kling
2021-02-14
Kernel: Fix wrong sizeof() type in sys$execve() argument overflow check
Andreas Kling
2021-02-12
Kernel: Move get_interpreter_load_offset() out of Process class
Andreas Kling
2021-02-08
Kernel: Prevent execve/ptrace race
Andreas Kling
2021-02-08
Kernel: Remove two unused fields from sys$execve's LoadResult
Andreas Kling
2021-02-08
Kernel: Move ShouldAllocateTls enum from Process to execve.cpp
Andreas Kling
2021-02-08
Kernel: Set the dumpable flag before switching spaces in sys$execve()
Andreas Kling
2021-02-08
Kernel: Remove outdated code to dump memory layout after exec load
Andreas Kling
2021-02-08
Kernel: Factor address space management out of the Process class
Andreas Kling
2021-02-02
Kernel: Add a way to specify which memory regions can make syscalls
Andreas Kling
2021-01-27
Kernel: Remove Range "valid" state and use Optional<Range> instead
Andreas Kling
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-26
Kernel: Update process promise states on execve() and fork()
Andreas Kling
2021-01-26
Kernel: Remove allocate_region() functions that don't take a Range
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-24
Kernel: Fix two error codes being returned as positive in Process::exec
Luke
2021-01-23
Kernel: Clear coredump metadata on exec()
Andreas Kling
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-17
Kernel: Limit exec arguments and environment to 1/8th of stack each
Andreas Kling
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
[prev]
[next]