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-17
Kernel: Don't use copy_from_user() for kernelspace read in perf events
Andreas Kling
2020-08-17
Kernel: Emit ProcFS pledge/veil properties as "N/A" for kernel processes
Brian Gianforcaro
2020-08-17
Kernel: Remove a comment that has been stale since 7a64f55c0f
Nico Weber
2020-08-17
Kernel: Remove strncpy() and strrchr()
Andreas Kling
2020-08-16
Kernel: Switch a comment to GiB
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-15
Meta: Install source files at /usr/src/serenity
Itamar
2020-08-15
Kernel: Fix behaviour of PT_TRACEME in ptrace
Itamar
2020-08-15
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
Andreas Kling
2020-08-15
Kernel: Briefly resume stopped threads when being killed
Tom
2020-08-14
Kernel: mark kmalloc with attributes
Muhammad Zahalqa
2020-08-13
Kernel: Request random numbers for syscall stack noise in larger chunks (#3125)
Nico Weber
2020-08-13
Kernel: Simplify the way we check for "serial_debug" on command line
Andreas Kling
2020-08-13
Kernel: Remove strdup() since nothing uses it
Andreas Kling
2020-08-13
Kernel: Fix rng regression from bc7a149039
Nico Weber
2020-08-13
Kernel: Don't request a random u32 when all but 5 bits are immediately masked...
Nico Weber
2020-08-12
Kernel: Tell compiler about invisible calls
Ben Wiederhake
2020-08-12
Kernel: Group C++ ABI functions together
Ben Wiederhake
2020-08-12
Kernel: Module symbol declarations for type-checking
Ben Wiederhake
2020-08-12
Kernel: Avoid linking errors when calling Kernel API
Ben Wiederhake
2020-08-12
Kernel: Avoid ninja-import of global variable
Ben Wiederhake
2020-08-12
Kernel: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Kernel: Allow moving a process to a new pgrp via setpgid()
AnotherTest
2020-08-12
Kernel: Expose thread stacks as separate files
Ben Wiederhake
2020-08-11
LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
AnotherTest
2020-08-11
Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer)
Andreas Kling
2020-08-11
Kernel: Forward declare struct stat in the syscall API header
Andreas Kling
2020-08-11
Kernel: Always return from Thread::wait_on
Tom
2020-08-10
Kernel: Include the 128 byte slab allocator in for_each_allocator
Tom
2020-08-10
Kernel: Invoke heap constructors separately early on
Tom
2020-08-10
Kernel: Use Userspace<T> for the exit_thread syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the join_thread syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the chroot syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the module_unload syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the module_load syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getrandom syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the shbuf_get syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the get_thread_name syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the set_thread_name syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the connect syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the accept syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the bind syscall, and implementation
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the chmod syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the umount syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the unlink syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the sigpending syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the sigprocmask syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the fstat syscall
Brian Gianforcaro
[next]