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-12-14
Kernel: Remove spammy log message in sys$sendto()
Andreas Kling
2019-12-11
Kernel: Implement a simple process time profiler
Andreas Kling
2019-12-09
Kernel+LibC: Make all SharedBuffers purgeable (default: non-volatile)
Andreas Kling
2019-12-09
Kernel: Start implementing purgeable memory support
Andreas Kling
2019-12-09
AK: SinglyLinkedList::size_slow() should return size_t
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-08
Kernel: Allow setting thread names
Andrew Kaster
2019-12-07
Kernel+LibPthread: Implement pthread_detach()
Andreas Kling
2019-12-06
Kernel: Add getsockopt(SO_PEERCRED) for local sockets
Andreas Kling
2019-12-02
Kernel: Crash on memory access in non-readable regions
Andreas Kling
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-11-29
Kernel: Have modules export their name in a "module_name" string
Andreas Kling
2019-11-28
Kernel: Allow modules to link against anything in kernel.map :^)
Andreas Kling
2019-11-28
Kernel: Implement basic module unloading :^)
Andreas Kling
2019-11-28
Kernel: Implement very simple kernel module loading
Andreas Kling
2019-11-27
Kernel: listen() should fail with EINVAL for already-connected sockets
Andreas Kling
2019-11-27
Kernel: Remove outdated FIXME about EINTR in select()
Andreas Kling
2019-11-25
Kernel: Implement the setkeymap() syscall.
Hüseyin ASLITÜRK
2019-11-24
Kernel: Mark mmap()-created regions with a special bit
Andreas Kling
2019-11-19
Kernel: Don't interrupt short writes
Sergey Bugaev
2019-11-18
Kernel+LibPthread: pthread_create handles pthread_attr_t
Andrew Kaster
2019-11-17
Kernel+LibC: Remove the isatty() syscall
Andreas Kling
2019-11-17
Kernel: Let's have sys$uname() report "i686" instead of "i386"
Andreas Kling
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
[next]