summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-27Kernel: Prevent regular users from accessing other processes' threadskleines Filmröllchen
2022-10-27Tests: Add pthread scheduler priority testskleines Filmröllchen
2022-10-27Kernel+LibC: Report correct scheduling priority limitskleines Filmröllchen
2022-10-27LibC: Implement pthread_{get,set}schedparamkleines Filmröllchen
2022-10-27Kernel: Make scheduler control syscalls more generickleines Filmröllchen
2022-10-27LibC: Remove duplicate definition of sched_param from sched.hkleines Filmröllchen
2022-10-26Ports: Update qemu to 7.1.0Kenneth Myhra
2022-10-26Ports: Update glib to 2.74.1Kenneth Myhra
2022-10-26Ports: Update curl to 7.86.0Kenneth Myhra
2022-10-26Kernel: Remove bunch of unused includes in SysFS/Processes.cppTimon Kruiper
2022-10-26Kernel/aarch64: Unify building kernel source files in CMakeLists.txtTimon Kruiper
2022-10-26Kernel: Move bar0_space_size declaration out of arch-specific ifdefsTimon Kruiper
2022-10-26Kernel: Include missing headers for various filesTimon Kruiper
2022-10-26Kernel: Don't expose processor information for aarch64 in sysfsTimon Kruiper
2022-10-26Kernel: Stub more functions to progress aarch64 buildTimon Kruiper
2022-10-26Kernel: Use generic functions to change interrupt state of ProcessorTimon Kruiper
2022-10-26Kernel/aarch64: Branch to local halt function instead of C++ oneTimon Kruiper
2022-10-26Kernel: Move PAGE_MASK define to the shared CPU.h headerTimon Kruiper
2022-10-26LibWeb: Make Fetch::Request follow abort signals where appropriate Luke Wilde
2022-10-26LibWeb: Add the ability for an AbortSignal to follow anotherLuke Wilde
2022-10-26LibWeb: Convert DOM::AbortSignal to use JS::SafeFunctionLuke Wilde
2022-10-26GMLPlayground: Replace /proc/all unveil with /sys/kernel/processesTimothy Flynn
2022-10-26Meta: Disallow emoji images with invalid code points in their file nameTimothy Flynn
2022-10-26Base: Remove invalid U+1F5CBC emoji imageTimothy Flynn
2022-10-26LibGUI: Make sure combobox list windows can't be movedGunnar Beutner
2022-10-26LibWeb: Fix unchecked Variant access in Request::construct_impl()Linus Groh
2022-10-26LibWeb: Fix incorrect peek offset in HeaderList::get_decode_and_split()Linus Groh
2022-10-25Everywhere: Require version >= 12 for GCC host compilerLinus Groh
2022-10-25LibWeb: Remove old assertion in host_enqueue_promise_job context hackLuke Wilde
2022-10-25Base: Describe the moved SysFS power_state node in SysFS documentLiav A
2022-10-25Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directoryLiav A
2022-10-25Base: Remove all global entries from the ProcFS documentLiav A
2022-10-25Kernel/ProcFS: Remove all unnecessary componentsLiav A
2022-10-25Base: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Utilities: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Services: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25LibSymbolication: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25LibCore: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Applets: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Tests: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Ports/OpenJDK: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Ports/libuv: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Ports/neofetch: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25sysctl: Use /sys/kernel/variables/ directory instead of /proc/sysLiav A
2022-10-25Base: Document the new /sys/kernel/ directoryLiav A
2022-10-25Kernel: Introduce global variables and stats in /sys/kernel directoryLiav A
2022-10-25LibGUI: Fix EditingEngine Shift + Up/Down highlight behaviorskelegorg
2022-10-25Ports/python3: Update Python to 3.11.0Linus Groh
2022-10-25Ports/python3: Reformat package.sh according to our current guidelinesLinus Groh