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
2020-05-08
Kernel+Userland: Add "settime" pledge promise for setting system time
Andreas Kling
2020-05-08
Kernel: Only allow superuser to call sys$clock_settime()
Andreas Kling
2020-05-08
Kernel: Remove SmapDisabler in sys$clock_settime()
Andreas Kling
2020-05-08
Kernel: Add for_each_vmobject_of_type<T>
Andreas Kling
2020-05-08
Kernel: Propagate failure to commit VM regions in more places
Andreas Kling
2020-05-06
Kernel: Crash the current process on OOM (instead of panicking kernel)
Andreas Kling
2020-05-03
Kernel: Don't crash on invalid fcntl
Ben Wiederhake
2020-05-03
Kernel: Fix pledge syscall applying new pledges when it fails (#2076)
Michael Lelli
2020-04-26
Kernel: Enable timeout support for sys$futex(FUTEX_WAIT)
Brian Gianforcaro
2020-04-26
Kernel: Make sys$sethostname() superuser-only
Andreas Kling
2020-04-26
Kernel: Added the ability to set the hostname via new syscall
Luke Payne
2020-04-26
Kernel: Support signaling all processes with pid == -1
Brian Gianforcaro
2020-04-26
Kernel: Implement FUTEX_WAKE of arbitrary count.
Brian Gianforcaro
2020-04-25
LibPthread: implicitly call pthread_exit on return from start routine.
Drew Stratford
2020-04-20
LibELF: Make ELF::Loader RefCounted
Itamar
2020-04-18
Kernel: Use shared locking mode in some places
Sergey Bugaev
2020-04-14
Kernel: Don't include null terminator in sys$readlink() result
Sergey Bugaev
2020-04-14
Kernel: Simplify sys$setgroups(0, ...)
Andreas Kling
2020-04-14
Kernel: Remove SmapDisablers in {peek,poke}_user_data()
Andreas Kling
2020-04-13
Debugger: Add DebugSession
Itamar
2020-04-13
Process: Fix siginfo for code CLD_STOPPED
Itamar
2020-04-13
ptrace: Add PT_SETREGS
Itamar
2020-04-13
ptrace: Stop a traced thread when it exists from execve
Itamar
2020-04-13
ptrace: Add PT_POKE
Itamar
2020-04-13
ptrace: Add PT_PEEK
Itamar
2020-04-12
Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO
Andreas Kling
2020-04-11
LibELF: Move validation methods to their own file
Andrew Kaster
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-04-10
Kernel: Ignore zero-length PROGBITS sections in sys$module_load()
Andreas Kling
2020-04-10
Kernel+LibC: Remove ESUCCESS
Andreas Kling
2020-04-09
Kernel: Remove redundant "ACPI" from filenames in ACPI/
Andreas Kling
2020-04-09
Kernel: Remove "non-operational" ACPI parser state
Andreas Kling
2020-04-08
Kernel: Update cryptically-named functions related to symbolication
Andreas Kling
2020-04-06
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-03
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
Andreas Kling
2020-04-02
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-22
Kernel: Simplify process assertion checking if region is in range
Shannon Booth
2020-03-19
Process: Use monotonic time for timeouts
Liav A
2020-03-19
Kernel: Add new syscall to allow changing the system date
Liav A
2020-03-19
Kernel: Introduce the new Time management subsystem
Liav A
2020-03-19
Kernel: Resolve relative paths when there is a veil (#1474)
Alex Muscar
2020-03-16
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
Andreas Kling
2020-03-10
Kernel: Get rid of SmapDisabler in sys$fstat()
Andreas Kling
2020-03-09
Kernel: Allow to reboot in ACPI via PCI or MMIO access
Liav A
2020-03-08
Kernel: Fix race in waitid
Ben Wiederhake
2020-03-08
Kernel: Fix race in select
Ben Wiederhake
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-06
Kernel: Simplify a bunch of dbg() and klog() calls
Andreas Kling
2020-03-05
Kernel: Run clang-format on Process.cpp & ACPIDynamicParser.h
Liav A
[next]