summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-01Ports: Disable GetPerformanceTimer() for OpenTTDGunnar Beutner
2021-05-01LibX86+UserspaceEmulator: Add MMX insns prototypesHendiadyoin1
2021-05-01Base: Add a man page for the 'bt' command.Brian Gianforcaro
2021-05-01bt: Enumerate all threads when symbolizing stacks in the bt utility.Brian Gianforcaro
2021-05-01bt: Fix generation of click-able links for source files.Brian Gianforcaro
2021-05-01Lagom/CMake: Add -fconstexpr-steps for AppleClangCarlos César Neves Enumo
2021-05-01LibWeb: Use new way of generating list-style-type: *-alphaTobias Christiansen
2021-05-01Spreadsheet: Use String::bijective_base_from for column name resolutionTobias Christiansen
2021-05-01AK: Move bijective-base-conversion into AK/StringTobias Christiansen
2021-05-01Demos: Added Alt+F4 funtionality to demos that lacked itinalone
2021-05-01Kernel/IPv4: Unbreak raw socket (port allocation failing is OK)Andreas Kling
2021-04-30LibGUI: Bump up common locations width from 90 to 95Valtteri Koskivuori
2021-04-30Kernel: Tear down connections when we receive an RST packetGunnar Beutner
2021-04-30Kernel: Record MAC addresses for incoming IPv4 packetsGunnar Beutner
2021-04-30Kernel: Remove socket from the listener's accept list when it is closedGunnar Beutner
2021-04-30Kernel: Don't put closed/listener sockets into the closing_sockets listGunnar Beutner
2021-04-30Kernel: Avoid deadlock when trying to send packets from the NetworkTaskGunnar Beutner
2021-04-30Meta: Use author username for pull request IRC notificationsLinus Groh
2021-04-30Kernel: chmod()/chown() for PTYs should return EROFSGunnar Beutner
2021-04-30Kernel: Implement support for PTY flags ICRNL, OPOST and ONLCRGunnar Beutner
2021-04-30LibC: Implement openpty(), forkpty() and login_tty()Gunnar Beutner
2021-04-30LibLine: Fix writing to temporary file in ^X^E handlerAli Mohammad Pur
2021-04-30Meta: pre-commit should run lint-ports.py only when Ports changeBrian Gianforcaro
2021-04-30LibELF: Perform verification of TLS data in dlopenItamar
2021-04-30LibELF: Change TLS offset calculationItamar
2021-04-30Kernel+LibELF: Support initializing values of TLS dataItamar
2021-04-30LibELF: Rename tls_size to tls_size_of_current_objectItamar
2021-04-30LibELF: Extract TLS offset calculation logic to separate functionItamar
2021-04-30Kernel: Give a name to the Master TLS region allocationItamar
2021-04-30LibELF: Fix TLS offset calculation for librariesItamar
2021-04-30Browser: Add FrogFind search engineMaciej Zygmanowski
2021-04-30Kernel: Make Inode::set_{a,c,m}time return KResultAndreas Kling
2021-04-30Kernel: Fix bogus error codes from raw socket protocol_{send,receive}Andreas Kling
2021-04-30Kernel/IPv4: Propagate errors from local port allocationAndreas Kling
2021-04-30LibWeb: Position absolute boxes relative to the containing blockEgor Ananyin
2021-04-30LibWeb: Use min-height in calculating block box heightEgor Ananyin
2021-04-30LibWeb: Fix floating box position calculationEgor Ananyin
2021-04-30Kernel: Accepted socket file descriptors should not inherit flagsGunnar Beutner
2021-04-30Kernel: Closing a file descriptor should not always close the fileGunnar Beutner
2021-04-30Ports: QuakeII portJesse Buhagiar
2021-04-30Kernel/LibC: Implement `setreuid`Jesse Buhagiar
2021-04-30Ports: Remove SDL Timer replacement in MilkyTrackerjakewestrip
2021-04-30Ports: Fix MilkyTracker install scriptjakewestrip
2021-04-30CMake: Fix building with AppleClang compilerCarlos César Neves Enumo
2021-04-30CMake: Fix building libraries on macOSGunnar Beutner
2021-04-30LibWeb: Add selector support to the new CSSParserstelar7
2021-04-30Toolchain: Upgrade to QEMU 6.0 releaseBrian Gianforcaro
2021-04-30LibC: Add missing initialization for the FILE mutexGunnar Beutner
2021-04-29LibC: Implement fgetc_unlocked(), fread_unlocked() and getc_unlocked()Gunnar Beutner
2021-04-29LibC: Make rewind() ignore errors as it shouldGunnar Beutner