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
Age
Commit message (
Expand
)
Author
2020-08-05
Kernel: Decorate KResult with [[nodiscard]]
Brian Gianforcaro
2020-08-05
Kernel: Suppress remaining unobserved KResult return codes
Brian Gianforcaro
2020-08-05
Kernel: Propagate a few KResults properly in FileSystem subsystems
Brian Gianforcaro
2020-08-05
Kernel: Fix build break from missing KResult [[nodiscard]] suppressions
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the futex syscall
Brian Gianforcaro
2020-08-05
Kernel: Decorate KResultOr with [[nodiscard]] to catch misbehaving callers
Brian Gianforcaro
2020-08-05
Kernel: Make Inode::directory_entry_count errors observable.
Brian Gianforcaro
2020-08-05
Kernel + LibPthread: Use Userspace<T> in the create_thread syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the rename syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the mknod syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the set_mmap_name syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the readlink syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the mmap syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the waitid syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the clock_nanosleep syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the gettimeofday syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the open syscall
Brian Gianforcaro
2020-08-05
Kernel: Switch IPv4Socket receive queue to SinglyLinkedListWithCount<T>
Brian Gianforcaro
2020-08-04
Kernel: Send SIGTTIN and SIGTTOU signals on background TTY read/write
Andreas Kling
2020-08-04
Kernel: Make File::write() and File::read() return KResultOr<size_t>
Andreas Kling
2020-08-04
Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()
Andreas Kling
2020-08-04
Kernel+LibC: Add sys$disown() for disowning child processes
Andreas Kling
2020-08-04
Kernel: Tidy up the syscalls list by reorganizing the enumerator macro
Andreas Kling
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-03
Kernel: Use Userspace<T> in sys$link() and sys$symlink()
Andreas Kling
2020-08-03
Kernel: Consolidate timeout logic
Tom
2020-08-03
Kernel: Fix a few Thread::block related races
Tom
2020-08-03
Kernel: Use for-each loops in unveil syscall
Brian Gianforcaro
2020-08-02
AK: Fix overflow and mixed-signedness issues in binary_search() (#2961)
Muhammad Zahalqa
2020-08-02
Kernel: Use Userspace<T> in unveil syscall
Brian Gianforcaro
2020-08-02
Kernel: Use Userspace<T> in sched_getparam syscall
Brian Gianforcaro
2020-08-02
Kernel: Fix signal delivery when no syscall is made
Tom
2020-08-02
Kernel: Remove ProcessInspectionHandle and make Process RefCounted
Tom
2020-08-02
Kernel: Fix some crashes due to missing locks
Tom
2020-08-02
Kernel: Prevent recursive calls into the scheduler
Tom
2020-08-02
Kernel: Remove a bunch of duplicate forward declarations
Andreas Kling
2020-08-02
Kernel: Convert some more syscalls to Userspace<T>
Andreas Kling
2020-08-02
Kernel: Use Userspace<T> in pledge syscall
Brian Gianforcaro
2020-08-02
Kernel: Use Userspace<T> in setkeymap syscall
Brian Gianforcaro
2020-08-02
Kernel: Use Userspace<T> in sched_setparam syscall
Brian Gianforcaro
2020-08-02
Kernel: Use Userspace<T> in ptrace syscall
Brian Gianforcaro
2020-08-01
Kernel: Use Userspace<T> in more syscalls
Andreas Kling
2020-08-01
Kernel+LibC: Implement 'memmem'
AnotherTest
2020-08-01
Kernel: Tell the bootloader to put us into graphics mode
etaIneLp
2020-07-31
Kernel+AK: Add and use Userspace<T>::unsafe_userspace_ptr()
Andreas Kling
2020-07-31
Kernel: Add _SC_PAGESIZE to sysconf
Itamar
2020-07-31
Kernel: Use Userspace<T> in sys$utime()
Andreas Kling
2020-07-31
Kernel: Use Userspace<T> in sys$getcwd() and sys$chdir()
Andreas Kling
2020-07-31
Kernel: Use Userspace<T> for sys$read() and sys$stat()
Andreas Kling
2020-07-31
Kernel: Add missing license headers to some syscall files
Andreas Kling
[next]