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-31
Kernel: Tighten up some promise checks
Sergey Bugaev
2020-05-29
Kernel+Userland: Support remounting filesystems :^)
Sergey Bugaev
2020-05-29
Kernel: Misc tweaks
Sergey Bugaev
2020-05-29
Kernel: Support read-only filesystem mounts
Sergey Bugaev
2020-05-29
Kernel: Fix error case in Process::create_user_process()
Sergey Bugaev
2020-05-29
Kernel: Fix some failing assertions
Sergey Bugaev
2020-05-29
Kernel: Always require read access when mmaping a file
Sergey Bugaev
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
Kernel: Introduce "sigaction" pledge
Sergey Bugaev
2020-05-26
Kernel: fix assertion on readlink() syscall
Angel
2020-05-26
Kernel: Plumb KResult through FileDescription::read_entire_file() implementat...
Brian Gianforcaro
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-05-23
Kernel: Use a FlatPtr for the "argument" to ioctl()
Andreas Kling
2020-05-20
Kernel+LibC: Switch isatty() to use a fcntl()
Sergey Bugaev
2020-05-17
Kernel + LibC: Handle running processes in do_waitid()
AnotherTest
2020-05-17
Kernel: wait() should not block if WNOHANG is specified
AnotherTest
2020-05-16
Kernel: Remove Process::any_thread()
Andreas Kling
2020-05-16
Kernel: Sending a signal to a process now goes to the main thread
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Kernel: Remove now-unused KernelInfoPage.h
Andreas Kling
2020-05-16
Kernel: Remove sys$getdtablesize()
Andreas Kling
2020-05-16
Kernel: Use copy_to_user() in sys$gettimeofday()
Andreas Kling
2020-05-16
Kernel: Remove the "kernel info page" used for fast gettimeofday()
Andreas Kling
2020-05-15
Kernel: Disallow opening socket files
Sergey Bugaev
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
[next]