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
/
Process.cpp
Age
Commit message (
Expand
)
Author
2019-11-17
Kernel+LibPthread+LibC: Create secondary thread stacks in userspace
Andreas Kling
2019-11-17
Kernel: Implement some basic stack pointer validation
Andreas Kling
2019-11-16
Kernel: Release the big process lock while yielding in sys$yield()
Andreas Kling
2019-11-14
Kernel: Move Thread::m_joinee_exit_value into the JoinBlocker
Andreas Kling
2019-11-14
Kernel+LibPthread: Implement pthread_join()
Andreas Kling
2019-11-14
Kernel: Implement the killpg() syscall
Sergey Bugaev
2019-11-14
Kernel: Unwind kernel stacks before dying
Sergey Bugaev
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-11-11
Kernel: open() with a zero-length path should fail with EINVAL
Andreas Kling
2019-11-10
Kernel: Use C++ structured bindings to bind syscall parameters
Andreas Kling
2019-11-10
Kernel+LibC: Implement the openat() syscall
Andreas Kling
2019-11-10
Kernel: Process should release its TTY immediately on exit
Andreas Kling
2019-11-09
Kernel: Use a lookup table for syscalls
Andreas Kling
2019-11-06
Kernel: If a process is interrupted during usleep(), return -EINTR
Andreas Kling
2019-11-06
Kernel: Rework Process::Priority into ThreadPriority
Andreas Kling
2019-11-06
LibELF: Move AK/ELF/ into Libraries/LibELF/
Andreas Kling
2019-11-03
Kernel: Teach Region how to remap itself
Andreas Kling
2019-11-03
Kernel: Regions should be mapped into a PageDirectory, not a Process
Andreas Kling
2019-11-03
Kernel: Move region map/unmap operations into the Region class
Andreas Kling
2019-11-02
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
Andreas Kling
2019-10-28
Kernel: Support passing arguments in shebangged scripts
Karol Baraniecki
2019-10-24
Kernel: Return error when attempting to read from a directory.
Drew Stratford
2019-10-23
Kernel: Move E2BIG calculation from Thread to Process
Andrew Kaster
2019-10-20
ELF: Fail layout when program header hooks return nullptr (#673)
Andrew Kaster
2019-10-18
Kernel: Keep TTY names in character buffers instead of Strings
Andreas Kling
2019-10-13
Kernel: Use word-sized entropy as much as possible in syscall
Calvin Buckley
2019-10-13
Kernel: Add a Linux-style getrandom syscall
Calvin Buckley
2019-10-08
Kernel: Delay moving accepted sockets to SetupState::Completed a bit
Andreas Kling
2019-10-07
Kernel: Add exception_code to RegisterDump.
Drew Stratford
2019-10-01
Kernel: mmap() with both MAP_PRIVATE and MAP_SHARED is an error
Andreas Kling
2019-10-01
Kernel: Fix munmap() bad splitting of already-split Regions
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-28
Kernel: Expose blocking and cloexec fd flags in ProcFS
Sergey Bugaev
2019-09-27
Kernel: Fix partial munmap() deallocating still-in-use VM
Andreas Kling
2019-09-27
Kernel: Make Region single-owner instead of ref-counted
Andreas Kling
2019-09-27
Kernel: Fix bitrotted FORK_DEBUG logging code
Andreas Kling
2019-09-22
Kernel: Avoid creating a temporary String("mmap") for every mmap() call
Andreas Kling
2019-09-17
Kernel: Stop hardcoding syscall in signal trampoline.
Drew Stratford
2019-09-16
Kernel: Move kmalloc() into a Kernel/Heap/ directory
Andreas Kling
2019-09-15
Kernel: Implement shebang executables ("#!/bin/sh")
Andreas Kling
2019-09-13
Kernel: fchdir() should fail for non-searchable directories
Andreas Kling
2019-09-13
Kernel: Implement fchdir syscall
Mauri de Souza Nunes
2019-09-09
Kernel: Remove reduntant kernel/user signal stacks.
Drew Stratford
2019-09-08
Kernel: waitpid() should unblock and -ECHILD if SIG_IGN reaps child
Andreas Kling
2019-09-07
Kernel: Support thread-local storage
Andreas Kling
2019-09-05
Kernel: Add SysV stack alignment to signal trampoline
Drew Stratford
2019-09-05
Kernel: Use user stack for signal handlers.
Drew Stratford
2019-09-04
Kernel: Rename "vmo" to "vmobject" everywhere
Andreas Kling
2019-08-29
Kernel: Fix broken passing of String as printf() argument in realpath()
Andreas Kling
2019-08-29
Kernel: Support partial munmap()
Andreas Kling
[next]