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
Age
Commit message (
Expand
)
Author
2021-06-17
Kernel: Remove obsolete size_t casts
Gunnar Beutner
2021-06-16
Kernel: Remove various other uses of ssize_t
Gunnar Beutner
2021-06-13
Kernel: Pass absolute path to shebang interpreter
Jelle Raaijmakers
2021-06-13
Kernel: Also `move()` the shebang path in execve
Jelle Raaijmakers
2021-06-08
Kernel: Properly reset m_unveiled_paths on execve()
Max Wipfli
2021-06-08
Kernel: Change unveil state to dropped even when node already exists
Max Wipfli
2021-06-08
Kernel: Update intermediate nodes when changing unveil permissions
Max Wipfli
2021-06-08
Kernel: Allow unveiling subfolders regardless of parent's permissions
Max Wipfli
2021-06-08
Kernel: Use LexicalPath to avoid two consecutive slashes in unveil path
Max Wipfli
2021-06-08
Kernel: Simplify `execve` shebang argument handling
Jelle Raaijmakers
2021-06-07
Kernel: Switch Process to InstrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-04
Kernel: Process::exec(): Check if path is a regular file
Jelle Raaijmakers
2021-06-04
LibC: Add POSIX timer constants
Jelle Raaijmakers
2021-06-02
Kernel: Fix use-after-free in sys$mremap
Gunnar Beutner
2021-06-01
Kernel: Handle OOM of file system in sys$mount
Brian Gianforcaro
2021-06-01
Kernel: Make AnonymousFile::create API OOM safe
Brian Gianforcaro
2021-05-31
Kernel: Rename instances of IO port 0xe9 to BOCHS_DEBUG_PORT
Nick Miller
2021-05-31
AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
Ali Mohammad Pur
2021-05-30
Kernel: Don't log profile data before/after the process/thread lifetime
Gunnar Beutner
2021-05-29
Kernel: Convert Process::get_syscall_path_argument() to KString
Andreas Kling
2021-05-29
Kernel: Make sure we free the thread stack on thread exit
Gunnar Beutner
2021-05-29
Kernel: Move sys$munmap functionality into a helper method
Gunnar Beutner
2021-05-29
Kernel: Make PrivateInodeVMObject factory APIs OOM safe
Brian Gianforcaro
2021-05-28
Kernel: Rename Custody::create() => try_create()
Andreas Kling
2021-05-28
Kernel: Use KString for Region names
Andreas Kling
2021-05-27
Kernel: Make dup2() return the fd even if old & new are the same (#7506)
Tim Schumacher
2021-05-24
Kernel: Disable profiling if setting up the buffer or timer failed
Gunnar Beutner
2021-05-23
Kernel: Make sure we only log profiling events when m_profiling is true
Gunnar Beutner
2021-05-20
Kernel: Remove an allocation when blocking a thread
Gunnar Beutner
2021-05-20
Kernel: Make ProcessGroup::find_or_create API OOM safe
Brian Gianforcaro
2021-05-19
Kernel: Avoid an allocation in sys$poll
Gunnar Beutner
2021-05-19
Kernel: Add support for profiling kmalloc()/kfree()
Gunnar Beutner
2021-05-19
Kernel+LibC: Add support for filtering profiling events
Gunnar Beutner
2021-05-19
Kernel: Add statvfs & fstatvfs Syscalls
Justin
2021-05-18
Kernel: Implement mprotect for multiple Regions
Hendiadyoin1
2021-05-18
Kernel: Fix subtle race condition in sys$write implementation
Sahan Fernando
2021-05-17
Kernel+Userspace: Implement the accept4() system call
Gunnar Beutner
2021-05-17
Kernel: Print failed attempt to shutdown the machine
Liav A
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-15
Kernel: Unbreak profiling all processes
Andreas Kling
2021-05-15
Kernel: Don't use the profile timer if we don't have a timer to assign
Liav A
2021-05-15
Kernel: Make perf_event() work for global profiles
Gunnar Beutner
2021-05-15
Kernel: Make Process creation APIs OOM safe
Brian Gianforcaro
2021-05-15
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
Andreas Kling
2021-05-14
Kernel+LibC: Add fstatat
Mart G
2021-05-14
Kernel: Use a separate timer for profiling the system
Gunnar Beutner
2021-05-13
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
Andreas Kling
2021-05-13
Kernel: Make InodeWatcher::crate API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Replace make<T>() with adopt_own_if_nonnull() in sys$module_load
Brian Gianforcaro
2021-05-13
Kernel: Make Process::start_tracing_from API OOM safe
Brian Gianforcaro
[next]