summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-04Assistant: Show a border around the windowtimre13
2021-07-04Userland: Add pgrepAziz Berkay Yesilyurt
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-07-04LibELF: Fix loading objects with a non-zero load baseGunnar Beutner
2021-07-04LibWeb: Hook on_call_stack_emptied after m_interpreter was initializedIdan Horowitz
2021-07-04Assistant: Prevent window from being minimizedForLoveOfCats
2021-07-04Taskbar: Add show desktop button to toggle showing of the desktopForLoveOfCats
2021-07-04WindowServer: Add show desktop toggle IPC callForLoveOfCats
2021-07-04LibGUI: Make tooltip height line count awareLuK1337
2021-07-04AK+LibIPC: Make all enums codableTimothy
2021-07-04LibCore: Add method to leak fd from FileTimothy
2021-07-04Tests: Add tests for `Optional`'s conditionally trivial functionsDaniel Bertalan
2021-07-04AK: Destroy original value when assigning to VariantDaniel Bertalan
2021-07-04AK: Use conditionally trivial special member functionsDaniel Bertalan
2021-07-04FileManager: Remove explicit `T` to `Optional<T>` conversionDaniel Bertalan
2021-07-04Tests: Add test for supported operation type traitsDaniel Bertalan
2021-07-04AK: Add type traits describing supported operationsDaniel Bertalan
2021-07-04LibJS: Bring ArrayCreate and ArrayConstructor closer to specIdan Horowitz
2021-07-04LibJS: Add the IteratorStep abstract iterator operationIdan Horowitz
2021-07-04HackStudio: Remove old form editing logicErik Biederstadt
2021-07-04Toolchain+Userland: Enable TLS for x86_64Gunnar Beutner
2021-07-04LibELF: Swap the arguments for negative_offset_from_tls_block_endGunnar Beutner
2021-07-04LibELF: Fix relocation support for 'static __thread' variablesGunnar Beutner
2021-07-04LibELF: Save the negative TLS offset in m_tls_offsetGunnar Beutner
2021-07-04LibELF: Implement TLS relocation support for x86_64Gunnar Beutner
2021-07-04Kernel: Implement TLS support for x86_64Gunnar Beutner
2021-07-04Kernel: Hide the implementation detail that MSRs use two registersGunnar Beutner
2021-07-04Kernel: Don't allow allocate_tls() if the process has multiple threadsGunnar Beutner
2021-07-04Kernel: Replace some hard-coded memory addresses with macrosGunnar Beutner
2021-07-04DynamicLoader: Remove -fbuilding-libgcc hackGunnar Beutner
2021-07-04Ports: Remove obsolete patches for ninjaGunnar Beutner
2021-07-04Ports: Remove obsolete patches for libexpatGunnar Beutner
2021-07-04Ports: Remove obsolete patches for cmakeGunnar Beutner
2021-07-04Ports: Remove obsolete patches for chesterGunnar Beutner
2021-07-04Ports: Remove obsolete patches for bcGunnar Beutner
2021-07-04Ports: Remove obsolete patches for libicuGunnar Beutner
2021-07-03Assistant: Make more of the classes finalGunnar Beutner
2021-07-03Assistant: Make the bitmap accessor pure virtualGunnar Beutner
2021-07-03Assistant: Add missing bitmap accessor for terminal actionsGunnar Beutner
2021-07-03Assistant: Skip URL provider if query is empty or provider specificEdwin Hoksberg
2021-07-03Assistant: Don't index the /proc and /sys directoriesAndreas Kling
2021-07-03Assistant: Avoid copying the result vectors when providers finishAndreas Kling
2021-07-03Assistant: Keep the set of providers in a Vector for easy iterationAndreas Kling
2021-07-03CI: Manually cleanup previous self-hosted test262 run workspace folderIdan Horowitz
2021-07-03Documentation: Add git to the list of self-hosted runner requirementsIdan Horowitz
2021-07-03Documentation: Increase recommended amount of RAMGunnar Beutner
2021-07-03Documentation: Update VirtualBox documentation for x86_64Gunnar Beutner
2021-07-03Meta: Add missing quotes in Meta/run.shGunnar Beutner
2021-07-03Assistant: Use fstatat() while building FileProvider path cacheAndreas Kling
2021-07-03Assistant: Use StringView more in FileProvider fuzzy matching codeAndreas Kling