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-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
2020-08-10
Kernel: Use Userspace<T> for the uname syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the sethostname syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the gethostname syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the clock_settime syscall
Brian Gianforcaro
2020-08-10
Kernel: Modifiy clock_settime timespec argument to const
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the clock_gettime syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getresgid syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getresuid syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the times syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getgroups syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the setgroups syscall
Brian Gianforcaro
[next]