summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2020-08-02Kernel: Use Userspace<T> in unveil syscallBrian Gianforcaro
2020-08-02Kernel: Use Userspace<T> in sched_getparam syscallBrian Gianforcaro
2020-08-02Kernel: Fix signal delivery when no syscall is madeTom
2020-08-02Kernel: Remove ProcessInspectionHandle and make Process RefCountedTom
2020-08-02Kernel: Fix some crashes due to missing locksTom
2020-08-02Kernel: Prevent recursive calls into the schedulerTom
2020-08-02Kernel: Remove a bunch of duplicate forward declarationsAndreas Kling
2020-08-02Kernel: Convert some more syscalls to Userspace<T>Andreas Kling
2020-08-02Kernel: Use Userspace<T> in pledge syscallBrian Gianforcaro
2020-08-02Kernel: Use Userspace<T> in setkeymap syscallBrian Gianforcaro
2020-08-02Kernel: Use Userspace<T> in sched_setparam syscallBrian Gianforcaro
2020-08-02Kernel: Use Userspace<T> in ptrace syscallBrian Gianforcaro
2020-08-01Kernel: Use Userspace<T> in more syscallsAndreas Kling
2020-08-01Kernel+LibC: Implement 'memmem'AnotherTest
2020-08-01Kernel: Tell the bootloader to put us into graphics modeetaIneLp
2020-07-31Kernel+AK: Add and use Userspace<T>::unsafe_userspace_ptr()Andreas Kling
2020-07-31Kernel: Add _SC_PAGESIZE to sysconfItamar
2020-07-31Kernel: Use Userspace<T> in sys$utime()Andreas Kling
2020-07-31Kernel: Use Userspace<T> in sys$getcwd() and sys$chdir()Andreas Kling
2020-07-31Kernel: Use Userspace<T> for sys$read() and sys$stat()Andreas Kling
2020-07-31Kernel: Add missing license headers to some syscall filesAndreas Kling
2020-07-31Kernel: Remove SmapDisabler in sys$setsockopt()Andreas Kling
2020-07-31Kernel: Remove SmapDisabler in sys$ioctl()Andreas Kling
2020-07-30Kernel: Rename region_from_foo() => find_region_from_foo()Andreas Kling
2020-07-30Kernel: Turn Process::FileDescriptionAndFlags into a proper classAndreas Kling
2020-07-30Kernel: Simplify the ScopedSpinLock templateAndreas Kling
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling
2020-07-30Kernel: Run clang-format on Scheduler.cppAndreas Kling
2020-07-30Kernel: Make BXVGA detection actually detect VBoxVGALuke
2020-07-28Net: Fix IPv4 fragmentation not working for larger payloadsAndreas Kling
2020-07-28Kernel: Use AK::Span a bunch in the network adapter codeAndreas Kling
2020-07-27Kernel+LibC: Add sys$set_process_name() for changing the process nameAndreas Kling
2020-07-27Kernel: Support file-backed mmap() with non-zero offsetAndreas Kling
2020-07-26Kernel: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26Refactor: Change the AK::binary_search signature to use AK::Span.asynts
2020-07-25Kernel: Allow Thread::sleep for more than 388 daysBen Wiederhake
2020-07-25Kernel: Make clock_nanosleep aware of dynamic tick lengthBen Wiederhake
2020-07-25Kernel: Make usleep aware of dynamic tick lengthBen Wiederhake
2020-07-25Kernel: Allow process creation during low-entropy conditionBen Wiederhake
2020-07-19Kernel: Implement FIFOs/named pipesPeter Elliott
2020-07-18Kernel: Remove special-casing of sys$gettid() in syscall entryAndreas Kling
2020-07-17Kernel: Make all 6 VirtualConsoles available via shortcutFlorian Angermeier
2020-07-17Kernel: Ensure there are all VirtualConsoles properly initializedFlorian Angermeier
2020-07-17Kernel: Make the VirtualConsole index const unsigned instead of unsignedFlorian Angermeier
2020-07-15Kernel: Fix crash on cat /proc/PID/vmobjectsAndreas Kling
2020-07-15LibC+Kernel: Start implementing sysconfNico Weber
2020-07-11ProcFS: JSONify /proc/cpuinfoLinus Groh
2020-07-11LibC: Implement tcflush(3)Peter Elliott
2020-07-09Kernel: Fix some flaws that caused crashes or hangs during bootTom
2020-07-09Kernel: Protect Inode list with SpinLock (#2748)Tom