summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-10Kernel: Stop reporting POLLHUP exclusively when available in sys$pollIdan Horowitz
2022-07-10Kernel: Remove unused WriteNotOpen File BlockFlagIdan Horowitz
2022-07-10Kernel: Report POLLNVAL events in sys$poll instead of returning EBADFIdan Horowitz
2022-07-10Kernel: Stop providing POLLRDHUP events in sys$poll by defaultIdan Horowitz
2022-07-10Kernel: Set POLLHUP on WriteHangUp in sys$poll instead of POLLNVALIdan Horowitz
2022-07-10Kernel: Handle SHUT_RDWR in Socket::shutdownIdan Horowitz
2022-07-10Kernel: Accept SHUT_RD and SHUT_WR as shutdown() how valuesIdan Horowitz
2022-07-10LibCompress: Write Deflate window size in the Zlib headerKarol Kosek
2022-07-10LibWeb: Tiebreak corner color on existence of corresponding bordersMacDue
2022-07-10Base: Add uptime(1) manpageRussell
2022-07-10Meta: Teach pick_host_compiler about Homebrew ClangDaniel Bertalan
2022-07-10LibGUI: Allow deleting text editor indent selections in non tab casesnetworkException
2022-07-10LibJS: Fix typos in Temporal spec commentsLinus Groh
2022-07-10LibJS: Add Add IsValidISODate assertionsLinus Groh
2022-07-10Meta: Remove accidantally committed 'test' fileLinus Groh
2022-07-10js: Add missing built-in functions to help() outputLinus Groh
2022-07-10js: Remove load() built-in functionLinus Groh
2022-07-10LibWeb: Support flex item cross sizing based on intrinsic aspect ratioAndreas Kling
2022-07-10LibWeb: Don't include flex line margins in inner flex item cross sizesAndreas Kling
2022-07-10LibWeb: Improve support for flex-start/end with reversed flex-directionAndreas Kling
2022-07-09AK: Always check shift amount in LEB128 read functionskleines Filmröllchen
2022-07-09LibWeb: Make sure CSS::ComputedValues has initial size valuesAndreas Kling
2022-07-09LibWeb: Add LengthPercentage::is_auto() convenience helperAndreas Kling
2022-07-09LibGfx: Use float when calculating text width in ScaledFontAndreas Kling
2022-07-09LibGfx: Paint whitespace characters (including  ) as empty spaceAndreas Kling
2022-07-09AK: Make VERIFY() work in MinSizeRel buildsAndreas Kling
2022-07-09LibCrypto: Add the [[nodiscard]] qualifier in both BigInteger classesLucas CHOLLET
2022-07-09Kernel/Routing: Hide some leftover debugging under a debug flagMaciej
2022-07-09FileManager: Change PGID of spawned processesLucas CHOLLET
2022-07-09AK: Add equality operators to compare RefPtr to NonNullRefPtrAllan Regush
2022-07-09AK: Add comparison operators to NonnullRefPtrAllan Regush
2022-07-09LibWeb: Base marker size on font height rather than line heightMacDue
2022-07-09LibCore+Userland: Use StringViews when calling Core::System::openkleines Filmröllchen
2022-07-09Applications: Add a new NetworkSettings applicationMaciej
2022-07-09NetworkServer: Kill running DHCPServer before starting our ownMaciej
2022-07-09NetworkServer: Clear default gateway route entry before addingMaciej
2022-07-09route: Support removing entries with unknown gatewayMaciej
2022-07-09Kernel/Net: Support removing route entries with unknown gatewayMaciej
2022-07-09AK: Add IPv4Address::netmask_from_cidrMaciej
2022-07-09LibRegex: Fix lookup table-based range checks in CompareAli Mohammad Pur
2022-07-09Base: Add -ftrivial-auto-var-init to man7/Mitigations.mdBrian Gianforcaro
2022-07-08Ports: Add a QEMU portTim Schumacher
2022-07-08Ports: Add a port for `pixman`Tim Schumacher
2022-07-08LibC: Move stack canary initialization before the global constructorsTim Schumacher
2022-07-08Kernel: Implement `sigsuspend` using a SignalBlockerTim Schumacher
2022-07-08Kernel: Unblock SignalBlocker if a signal was just unmarked as pendingTim Schumacher
2022-07-08Kernel: Don't let locks of the same owner conflict with each otherTim Schumacher
2022-07-08Kernel: Don't fail on unlocking nonexistent file locksTim Schumacher
2022-07-08Kernel: Do not disable userland access to the RDTSC instructionTim Schumacher
2022-07-08Tests: Remove the RDTSC kernel crash testTim Schumacher