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-07-07
Kernel: Fix checking BlockResult
Tom
2020-07-07
Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace
Andrew Kaster
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-06
Kernel: Various context switch fixes
Tom
2020-07-06
Kernel: Require a reason to be passed to Thread::wait_on
Tom
2020-07-05
Kernel: Add Plan9FS :^)
Sergey Bugaev
2020-07-05
Kernel: Make sure to drop region with interrupts enabled
Sergey Bugaev
2020-07-05
AK: Make Vector::unstable_remove() return the removed value
Sergey Bugaev
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-03
LibC: Remove a few comments now that we have man pages for this.
Nico Weber
2020-07-03
Kernel: Fix signal delivery
Tom
2020-07-03
Kernel: Fix non-blocking write() blocking instead of short-writing
Andreas Kling
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-06-25
Kernel: Port mounts to reference inodes directly
Sergey Bugaev
2020-06-24
Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing
Andreas Kling
2020-06-23
LibC+Kernel: Implement ppoll
Nico Weber
2020-06-22
Kernel: Silence debug spam on exec
Andreas Kling
2020-06-22
LibC: Implement pselect
Nico Weber
2020-06-18
Kernel+LibC: Remove setreuid() / setregid() again
Nico Weber
2020-06-18
Kernel+LibC: Implement seteuid() and friends!
Nico Weber
2020-06-18
Kernel: Add "setkeymap" pledge promise
Andreas Kling
2020-06-17
Kernel: Unbreak sys$setkeymap()
Andreas Kling
2020-06-17
Kernel+LibC: Do not return -ENAMETOOLONG from sys$readlink()
Sergey Bugaev
2020-06-16
Kernel: Replace char and u8 data types to u32 for code point
Hüseyin ASLITÜRK
2020-06-13
Kernel: Process, replace internal data type to CharacterMapData
Hüseyin ASLITÜRK
2020-06-09
Kernel: Allow sys$accept(address = nullptr)
Sergey Bugaev
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
[next]