summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-08CI: Add a cache for the IANA time zone database filesTimothy Flynn
2022-01-08LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generatorTimothy Flynn
2022-01-08Meta: Move invoke_generator to utils.cmakeTimothy Flynn
2022-01-08Meta: Move remove_unicode_data_if_version_changed to utils.cmakeTimothy Flynn
2022-01-08Meta: Redefine link_with_unicode_data to not include unicode_data.cmakeTimothy Flynn
2022-01-08Meta: Remove -ldl linkage from LagomUnicodeTimothy Flynn
2022-01-08PixelPaint+LibGfx: Add sepia color filterXavier Defrang
2022-01-08LibGfx: Implement Grayscale/Invert filters as ColorFilterXavier Defrang
2022-01-08Userland: Introduce the pmemdump utilityLiav A
2022-01-08Kernel: Avoid potential memory info leak when doing mmap on /dev/memLiav A
2022-01-08Kernel: Implement read functionality for MemoryDeviceLiav A
2022-01-08Kernel: Remove needless did_seek method override in MemoryDevice classLiav A
2022-01-08Kernel: Change method name to clarify physical memory mmap validationLiav A
2022-01-08less: Fix crash on empty inputRummskartoffel
2022-01-08KeyboardMapper: Add support for dynamic keyboard visualizationJean-Paul Balabanian
2022-01-08LibGUI: Add missing altgr() modifier keyJean-Paul Balabanian
2022-01-08Ports: Update curl port to version 7.81.0Luke Wilde
2022-01-08Ports: Update zstd port to version 1.5.1Luke Wilde
2022-01-08Ports: Update OpenSSL port to version 1.1.1mLuke Wilde
2022-01-08Ports: Update libtiff port to version 4.3.0 and use sha256Luke Wilde
2022-01-08LibTLS: Mark the socket as idle after a TLS-level disconnectionAli Mohammad Pur
2022-01-07CI: Extract toolchain ccache in the Serenity build stageTimothy Flynn
2022-01-08Ports: Remove unnecessary `-lmodplug` from `tuxracer`Jelle Raaijmakers
2022-01-08Ports: Fix dynamic load of libmodplug by SDL2_mixerJelle Raaijmakers
2022-01-08LibC: Fix up a few copy-pasted INTMAX parameter namesTim Schumacher
2022-01-08Ports: Include missing signal.h in emu2Tim Schumacher
2022-01-08Ports: Unset env vars after configure in `php`Jelle Raaijmakers
2022-01-08Ports: Update `php` port to version 8.1.1Jelle Raaijmakers
2022-01-08LibJS: Remove duplicate assignment step from parse_iso_date_time()Linus Groh
2022-01-08Ports: Reinstate `config.sub` patch for `libogg`Jelle Raaijmakers
2022-01-08Spider: Add functionality to automatically move cards to valid stacksNeolyum
2022-01-07man: Fix error handling when section is specifiedJulian Eigmüller
2022-01-07Base: Port serenity-application template to LibMainDolphin von Chips
2022-01-07Ports/qt6: Add qt6-serenityMartin Bříza
2022-01-07Ports/qt6: Add a very basic Qt6 Base packageMartin Bříza
2022-01-07Toolchain/GCC: Declare we don't have memalignMartin Bříza
2022-01-07LibC: Add mntent stub functionsMartin Bříza
2022-01-07Kernel/Memory: Remove needless VERIFY in /dev/mem mmap validation methodLiav A
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07Meta: Remove explicit IDE attached drive from q35 setupLiav A
2022-01-07CI: Don't let APT ask for confirmation on package installationTim Schumacher
2022-01-07AK: Use a full-period xorshift PRNG for double_hashSchlufi
2022-01-07Ports: Describe in README that 'depends' is an arrayErlend Lind Madsen
2022-01-07Meta+CI+Documentation: Bump host gcc requirement up to gcc 11Andrew Kaster
2022-01-07LibLine: Replace call to vfork() with fork()Andrew Kaster
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2022-01-07run-tests: Make reproducing test failures behave closer to selftest modeBrian Gianforcaro
2022-01-07LibPthread: Remove bad spec link for pthread_{get/set}name_np APIsBrian Gianforcaro
2022-01-07LibPthread: Add POSIX spec link for pthread_sigmask APIBrian Gianforcaro
2022-01-07LibPthread: Add POSIX spec links for pthread_once APIBrian Gianforcaro