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-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
2020-07-31
Kernel: Remove SmapDisabler in sys$setsockopt()
Andreas Kling
2020-07-31
Kernel: Remove SmapDisabler in sys$ioctl()
Andreas Kling
2020-07-30
Kernel: Rename region_from_foo() => find_region_from_foo()
Andreas Kling
2020-07-30
Kernel: Turn Process::FileDescriptionAndFlags into a proper class
Andreas Kling
2020-07-30
Kernel: Simplify the ScopedSpinLock template
Andreas Kling
2020-07-30
Kernel: Move syscall implementations out of Process.cpp
Andreas Kling
2020-07-30
Kernel: Run clang-format on Scheduler.cpp
Andreas Kling
2020-07-30
Kernel: Make BXVGA detection actually detect VBoxVGA
Luke
2020-07-28
Net: Fix IPv4 fragmentation not working for larger payloads
Andreas Kling
2020-07-28
Kernel: Use AK::Span a bunch in the network adapter code
Andreas Kling
2020-07-27
Kernel+LibC: Add sys$set_process_name() for changing the process name
Andreas Kling
2020-07-27
Kernel: Support file-backed mmap() with non-zero offset
Andreas Kling
2020-07-26
Kernel: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
Refactor: Change the AK::binary_search signature to use AK::Span.
asynts
2020-07-25
Kernel: Allow Thread::sleep for more than 388 days
Ben Wiederhake
2020-07-25
Kernel: Make clock_nanosleep aware of dynamic tick length
Ben Wiederhake
2020-07-25
Kernel: Make usleep aware of dynamic tick length
Ben Wiederhake
2020-07-25
Kernel: Allow process creation during low-entropy condition
Ben Wiederhake
2020-07-19
Kernel: Implement FIFOs/named pipes
Peter Elliott
2020-07-18
Kernel: Remove special-casing of sys$gettid() in syscall entry
Andreas Kling
2020-07-17
Kernel: Make all 6 VirtualConsoles available via shortcut
Florian Angermeier
2020-07-17
Kernel: Ensure there are all VirtualConsoles properly initialized
Florian Angermeier
2020-07-17
Kernel: Make the VirtualConsole index const unsigned instead of unsigned
Florian Angermeier
2020-07-15
Kernel: Fix crash on cat /proc/PID/vmobjects
Andreas Kling
2020-07-15
LibC+Kernel: Start implementing sysconf
Nico Weber
2020-07-11
ProcFS: JSONify /proc/cpuinfo
Linus Groh
2020-07-11
LibC: Implement tcflush(3)
Peter Elliott
2020-07-09
Kernel: Fix some flaws that caused crashes or hangs during boot
Tom
2020-07-09
Kernel: Protect Inode list with SpinLock (#2748)
Tom
[prev]
[next]