summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-02Meta: Use grep -E/F, not grep -Pthislooksfun
2021-11-02PixelPaint: Map color_distance_squared from 0 to 1Musab Kılıç
2021-11-02ConfigureComponents: Reduce duplicated codeBen Wiederhake
2021-11-02Kernel: Move TTY subsystem to use KString instead of `AK::String`Brian Gianforcaro
2021-11-02Kernel: Remove duplicate constructor from TTY/VirtualConsoleBrian Gianforcaro
2021-11-02Kernel: Switch BIOSSysFSComponent constructor to AK::StringViewBrian Gianforcaro
2021-11-02Meta: Don't check for toolchain if serenity.sh target is lagomLinus Groh
2021-11-02Documentation: Update required Qemu dev packagesJelle Raaijmakers
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-11-02Utilities: Remove misbehaving-applicationBen Wiederhake
2021-11-02LibWeb: Convert is_named_property_exposed_on_object to ThrowCompletionsIdan Horowitz
2021-11-02LibJS: Implement Temporal.PlainDateTime.prototype.subtract()Linus Groh
2021-11-02LibJS: Implement Temporal.PlainDateTime.prototype.add()Linus Groh
2021-11-02LibJS: Enable Temporal.Calendar.prototype.dateAdd() test that now passesLinus Groh
2021-11-02LibJS: Implement TODO()'d parts of balance_duration()Linus Groh
2021-11-01LibJS: Implement Temporal.PlainTime.prototype.subtract()Luke Wilde
2021-11-01LibJS: Implement Temporal.PlainTime.prototype.add()Luke Wilde
2021-11-01LibJS: Implement Temporal.TimeZone.prototype.getInstantFor()Linus Groh
2021-11-01Meta: Check auto-generated manpages for completeness on CIBen Wiederhake
2021-11-01Manpages: Auto-generate many through ArgsParserBen Wiederhake
2021-11-01Meta: Add script to generate and export manpagesBen Wiederhake
2021-11-01Base: Add new system-mode that just generates manpagesBen Wiederhake
2021-11-01UserspaceEmulator: Avoid special character in pseudo-identifierBen Wiederhake
2021-11-01LibCore: Make ArgsParser '--help' description more generalBen Wiederhake
2021-11-01LibCore: Enable emitting markdown from ArgsParserBen Wiederhake
2021-11-01LibMarkdown: Recognize and handle commentsBen Wiederhake
2021-11-01Base: Don't start unnecessary services in self-testBen Wiederhake
2021-11-01Manpages: Document path of crash(1)Ben Wiederhake
2021-11-01profile: Don't treat '--help' as an errorBen Wiederhake
2021-11-01Everywhere: Remove unused ArgsParser headerBen Wiederhake
2021-11-01Ports: Enable SDL support in AngbandTim Schumacher
2021-11-01less: Fix condition to read more dataBen Wiederhake
2021-11-01hexdump: Avoid using read_allBen Wiederhake
2021-11-01hexdump: Make non-ASCII output easier to readBen Wiederhake
2021-11-01echo: Obey -n when text is emptyRodrigo Tobar
2021-11-01Ports: Fix typo in ffmpeg dependenciesTim Schumacher
2021-11-01Ports: gnucobol: Build with ncurses and without NLSBrendan Coles
2021-11-01HexEditor: Give magic constants namesArne Elster
2021-11-01HexEditor: Use size_t where applicableArne Elster
2021-11-01HexEditor: Remove magic color constant for modified bytesArne Elster
2021-11-01HexEditor: Show blinking caret at current positionArne Elster
2021-10-31Kernel: Do not try opening the same file when dumping perfcoreSeekingBlues
2021-10-31Ports/vim: Add symlink 'vi' pointing to target 'vim'Kenneth Myhra
2021-10-31strace: Teach mmap() pretty-printer about more MAP_FOO flagsAndreas Kling
2021-10-31Revert "wc: Count last line even if it doesn't end in newline"Andreas Kling
2021-10-31UserspaceEmulator: Fix inconsistent log formattingAndreas Kling
2021-10-31Base: Use outln() in the HackStudio basic C++ program templateAndreas Kling
2021-10-31LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOrTimothy Flynn
2021-10-31Kernel: Don't crash on writes to ProcFSBen Wiederhake
2021-10-31Kernel: Write test that crashes ProcFSBen Wiederhake