summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-01-07LibPthread: Add POSIX spec links for pthread_cond APIBrian Gianforcaro
2022-01-07LibPthread: Add POSIX spec links for semaphore APIsBrian Gianforcaro
2022-01-07LibC: Add POSIX spec links for unistd APIsBrian Gianforcaro
2022-01-07CI: Update the `lint commits` error message to be more user friendlyBrian Gianforcaro
2022-01-07LibSQL: Implement LIKE SQL expressionsGuilherme Gonçalves
2022-01-07LibSQL: Properly parse ESCAPE expressionsGuilherme Gonçalves
2022-01-07LibTest: Use Array instead of fold expression in __testjs_last()Andrew Kaster
2022-01-06Ports/stress-ng: Remove patches which disable lchown testingBrian Gianforcaro
2022-01-06Ports/stress-ng: Update to the latest version - v0.13.10Brian Gianforcaro
2022-01-07EmojiInputDialog: Ensure that all buttons are equal widthFiliph Sandström
2022-01-07Ports: Add npietNoah Rosamilia
2022-01-07Ports: Add libgdNoah Rosamilia
2022-01-07LibCore: Guard access to EventLoop notifiers set with a mutexAndreas Kling
2022-01-07Base: Adjust long s character (017f) in Csilla and Katica fontsJulian Offenhäuser
2022-01-06Ports: Add liboggz portRafał Babiarz
2022-01-06Kernel: Remove redundant socket_by_tuple removal in ~TCPSocket()Andreas Kling
2022-01-06LibJS: Fully parse the TimeZoneIANAName productionLinus Groh
2022-01-06Kernel: Only use multiboot framebuffer details if presentTom
2022-01-06Kernel: Add option to force using only the bootloader framebufferTom
2022-01-06Kernel: Lock TCPSocket lookup table across destructionAndreas Kling
2022-01-06LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mappingTimothy Flynn
2022-01-06LibUnicode: Move UTC verification to the scope that requires itTimothy Flynn
2022-01-06AK: Ensure negative predicate in TestHashMap could run unsuccessfullyNHOrus
2022-01-06LibJS: Include time zone name in TemporalInvalidTimeZoneName errorLinus Groh
2022-01-06LibGUI: Avoid double hash lookup in ModelSelection::add()Andreas Kling
2022-01-06Base: Add Bjarne Stroustrup's website to default browser bookmarks :^)Andreas Kling
2022-01-06LibGUI: Update the AboutDialog copyright year :^)sin-ack
2022-01-06PDFViewer: Add actions to rotate the displayed PDFMarcus Nilsson
2022-01-06LibGUI: Move rotate cw/ccw to CommonActionsMarcus Nilsson
2022-01-06PDFViewer: Enable panning with middle mouse buttonMarcus Nilsson
2022-01-06PDFViewer: Add zoom in/out/reset menu actionsMarcus Nilsson
2022-01-06PDFViewer: Fix sidebar toggle logicMarcus Nilsson
2022-01-06ImageViewer: Show error if wallpaper could not be setJunior Rantila
2022-01-06ImageViewer: TRY all the thingsJunior Rantila
2022-01-06LibCore+ImageViewer: Add unlink() wrapper, use itJunior Rantila
2022-01-06du: Display true size of directory instead of 4 KiBLucas CHOLLET
2022-01-06LibSoftGPU: Implement 5 bits of subpixel precisionStephan Unverwerth
2022-01-06KeyboardMapper: Port to Core::StreamRasmusNylander
2022-01-06KeyboardMapper: Propagate errors using ErrorOr and TRYRasmusNylander