summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-19Kernel: Slap UNMAP_AFTER_INIT on a bunch more functionsAndreas Kling
2021-02-19WindowServer: Restore cursor when marking window as responsiveSahan Fernando
2021-02-19Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functionsAndreas Kling
2021-02-19Kernel: Mark write_cr0() and write_cr4() as UNMAP_AFTER_INITAndreas Kling
2021-02-19Kernel: Add .unmap_after_init section for code we don't need after initAndreas Kling
2021-02-19Kernel: Add helpers for manipulating x86 control registersAndreas Kling
2021-02-19CrashReporter: Fix showing assertion info in backtraceLinus Groh
2021-02-19Toolchain: Use -ftls-model=initial-exec by defaultItamar
2021-02-19DisplaySettings: Show revert dialog only for resolution/dpi changes.belginul
2021-02-19Ports: Add libjpeg 9djonno85uk
2021-02-19Kernel: Release ptrace lock in exec before stopping due to PT_TRACE_MEAndreas Kling
2021-02-19ProcFS: Fix /proc/PID/* hardening bypassAndreas Kling
2021-02-19Everywhere: Build with -fstack-clash-protectionAndreas Kling
2021-02-19LibC: Remove text relocationAndreas Kling
2021-02-19DynamicLoader+Userland: Enable RELRO for shared libraries as well :^)Andreas Kling
2021-02-18LibELF+Userland: Enable RELRO for all userland executables :^)Andreas Kling
2021-02-18DynamicLoader: Some ELF data segments were allocated too smallAndreas Kling
2021-02-18Kernel: Factor out mmap & friends range expansion to a helper functionAndreas Kling
2021-02-18Chess: Allow right click to cancel drag move while dragging a pieceBrendan Coles
2021-02-18Website: Add @cees-elzinga's ptrace race + ASLR bypass to bounty pageAndreas Kling
2021-02-18Chess: pledge threadBrendan Coles
2021-02-18Kernel: Use KResult a bit more in sys$execve()Andreas Kling
2021-02-18LibC: Remove serenity.h.rejLinus Groh
2021-02-18LibChess: SetOptionCommand: Set provided option name and valueBrendan Coles
2021-02-18WindowServer: Ignore other button presses while moving/resizing windowsTom
2021-02-18WindowServer: Apply the backing bitmap's scale when alpha hit-testingTom
2021-02-18Conway: Set minumum window size to game columns x rowsLinus Groh
2021-02-18LibJS: Implement tests for Array.prototype.flatBreno Silva
2021-02-18LibJS: Implement Array.prototype.flatKesse Jones
2021-02-18LibC: Use "static inline" for inline functions in arpa/inet.h (#5392)jonno85uk
2021-02-17LibTTF: ScaledFont should have a NonnullRefPtr<TTF::Font>Andreas Kling
2021-02-17LibWeb: Add constructor to XMLHttpRequest IDL interfaceLinus Groh
2021-02-17LibWeb: Add constructor to Range IDL interfaceLinus Groh
2021-02-17LibWeb: Add constructor to Event IDL interfaceLinus Groh
2021-02-17LibWeb: Add constructor to Document IDL interfaceLinus Groh
2021-02-17LibWeb: Actually construct impl and wrapper in construct() :^)Linus Groh
2021-02-17LibWeb: Parse IDL interface constructorsLinus Groh
2021-02-17LibWeb: Fix .length of functions generated from IDLLinus Groh
2021-02-17Ports: Add tinyscheme 1.42 (#5387)Marcel Hernandez
2021-02-17Run: Store and present recent Run command history in a ComboBox.Nick Vella
2021-02-17LibGUI: Correctly handle ComboBox list windows of less than three items (~50p...Nick Vella
2021-02-17Ports: Add bison 1.25 (#5382)jonno85uk
2021-02-17Ports: Add libtiff (#5383)jonno85uk
2021-02-17PixelPaint: Open image file passed as argumentLinus Groh
2021-02-17WindowServer: Unbreak "pick new active window" algorithmAndreas Kling
2021-02-17Kernel: Convert snprintf() => String::formatted()/number()Andreas Kling
2021-02-17Kernel: Remove kprintf()Andreas Kling
2021-02-17Kernel: Convert dbgprintf()/klog() => dbgln()/dmesgln() in UHCI codeAndreas Kling
2021-02-17Kernel: Remove dbgprintf() from kernelAndreas Kling
2021-02-17Shell: Convert dbgprintf() => dbgln()Andreas Kling