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
/
Syscalls
Age
Commit message (
Expand
)
Author
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
Kernel: Remove requirement for the thread entitlement for the futex syscall
Gunnar Beutner
2021-04-19
Kernel: Add a syscall to clear the profiling buffer
Brian Gianforcaro
2021-04-18
Kernel: Add ptrace commands for reading/writing the debug registers
FalseHonesty
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-04-18
Kernel: Allow system calls from the dynamic loader
Gunnar Beutner
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-14
Kernel: Read the ELF header from the inode rather than the mapped pages
Gunnar Beutner
2021-04-14
Kernel: Make sure the offset stays the same when using mremap()
Gunnar Beutner
2021-04-12
Kernel: Replace process' regions vector with a Red Black tree
Idan Horowitz
2021-04-12
Kernel: Remove old region from process' regions vector before splitting
Idan Horowitz
2021-04-03
Kernel: Introduce a new HID subsystem
Liav A
2021-03-29
Kernel: Support write() after setting O_APPEND on a non-seekable file
Itamar
2021-03-29
Kernel: Let's also not reverse the blocking flag for FIONBIO..
Andreas Kling
2021-03-29
Kernel: Let's allow unsetting non-blocking mode with FIONBIO as well
Andreas Kling
2021-03-28
Kernel+LibC: Implement sys$ioctl() FIONBIO
Andreas Kling
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-19
Kernel: Set TLS-related members of Process after loading static program
Itamar
2021-03-19
Kernel: Make FileDescription::seek() return KResultOr<off_t>
Andreas Kling
2021-03-19
Kernel: Refactor storage stack with u64 as mmap offset
Jean-Baptiste Boric
2021-03-17
LibC+Kernel: Switch off_t to 64 bits
Jean-Baptiste Boric
2021-03-16
Kernel: sysconf(_SC_CLK_TCK): Use TimeManagement::ticks_per_second()
thatdutchguy
2021-03-16
Kernel: Add _SC_CLK_TCK to sysconf.
thatdutchguy
2021-03-15
Kernel: Don't return -EFOO when return type is KResultOr<...>
Andreas Kling
2021-03-13
Kernel: Make munmap more posix compliant
Hendiadyoin1
2021-03-13
Kernel: munmap multiple regions at a time
Hendiadyoin1
2021-03-12
Kernel: Fix rounding of PT_LOAD mappings in sys$execve()
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in a handful of places
Andreas Kling
2021-03-11
Kernel: Inherit the dumpable flag on sys$fork()
Andreas Kling
2021-03-11
Kernel: Move process termination status/signal into protected data
Andreas Kling
2021-03-11
Kernel: Move process signal trampoline address into protected data
Andreas Kling
2021-03-11
Kernel: Move process umask into protected data :^)
Andreas Kling
2021-03-11
Kernel: Don't keep protected Process data in a separate allocation
Andreas Kling
2021-03-10
Kernel: Move process pledge promises into protected data
Andreas Kling
2021-03-10
Kernel: Move process parent PID into protected data :^)
Andreas Kling
2021-03-10
Kernel: Move process extra_gids into protected data :^)
Andreas Kling
2021-03-10
Kernel: Move select Process members into protected memory
Andreas Kling
2021-03-09
Kernel+UserspaceEmulator: Add sys$emuctl() system call
Andreas Kling
2021-03-08
Kernel: Add bitwise operators for Thread::FileBlocker::BlockFlags enum
Brian Gianforcaro
2021-03-07
Kernel: Fix pointer over/underflow in create_thread
Ben Wiederhake
2021-03-03
Kernel: Skip TLB flushes while cloning regions in sys$fork()
Andreas Kling
2021-03-03
Kernel: Avoid transient kmalloc heap allocations in sys$select()
Andreas Kling
2021-03-02
Kernel+Profiler: Capture metadata about all profiled processes
Andreas Kling
2021-03-02
Kernel: Start work on full system profiling :^)
Andreas Kling
2021-03-02
Kernel: Better handling of allocation failure in profiling
Andreas Kling
2021-03-02
Kernel: Make sockets use AK::Time
Ben Wiederhake
2021-03-02
Kernel: Make kgettimeofday use AK::Time
Ben Wiederhake
2021-03-02
Kernel: Make TimeManagement use AK::Time internally
Ben Wiederhake
2021-03-02
Kernel: Make Thread use AK::Time internally
Ben Wiederhake
2021-03-02
Kernel: Sanitize all user-supplied timeval's/timespec's
Ben Wiederhake
[next]