summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-29LibC: Fix validation logic error in construct_pwd()Ali Mohammad Pur
2021-04-29Kernel: Harden sys$select Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Harden sys$munmap Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Harden sys$purge Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Harden sys$poll Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Harden sys$execve Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Harden sys$readv / sys$writev Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Harden sys$sendmsg / sys$recvmsg Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Add a CMake flag to enable LTO for the kernelGunnar Beutner
2021-04-29Kernel: Enable building the kernel with -fltoGunnar Beutner
2021-04-29Meta: Ensure the tap device is removed before trying to create it againGunnar Beutner
2021-04-29Shell: Implement formatting for HeredocsAli Mohammad Pur
2021-04-29Base: Describe heredocs in Shell's manpageAli Mohammad Pur
2021-04-29Shell: Add some tests for heredocsAli Mohammad Pur
2021-04-29Shell: Add support for heredocsAli Mohammad Pur
2021-04-29Shell: Do not assume that all parts of a node are enclosed in the nodeAli Mohammad Pur
2021-04-29Shell: Avoid position push/pop when checking for next_is()Ali Mohammad Pur
2021-04-29Shell: Allow Syntax errors to be mutated while parsingAli Mohammad Pur
2021-04-29Utilities: Use Vector<String> positional arguments in some placesAndreas Kling
2021-04-29LibCore: Support Vector<String> positional argumentsAndreas Kling
2021-04-29LibWeb: Add list-style-type: upper-latin and upper-alpha supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: lower-alpha and lower-latin supportTobias Christiansen
2021-04-29LibWeb: Conversion from number to bijective-base with alphabet.Tobias Christiansen
2021-04-29LibWeb: Add list-style-type: decimal-leading-zero supportTobias Christiansen
2021-04-29Tests: Convert LibC exec unit test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Convert LibC mktemp tests to be LibTest based.Brian Gianforcaro
2021-04-29LibTest: Add EXPECT_NE(..) test assertion.Brian Gianforcaro
2021-04-29Tests: Enable Spreadsheet unit tests so they actually buildBrian Gianforcaro
2021-04-29Tests: Unify LibC tests to single location.Brian Gianforcaro
2021-04-29Build: Simplify LibGfx test's CMakeLists.txt with serenity_test(..)Brian Gianforcaro
2021-04-29Tests: Convert LibGfx font handling test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Convert LibGfx image decoder test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Rename LibGfx painter benchmark to denote it's not a test.Brian Gianforcaro
2021-04-29Build: Remove unused ${REGEX_SOURCES} from the tests CMakeLists.txtBrian Gianforcaro
2021-04-29LibGfx: Add basic support for bidirectional text renderingIdan Horowitz
2021-04-29Meta: Increase fconstexpr-steps for Clang Lagom buildsIdan Horowitz
2021-04-29iLibC: Fix some missed camelCase => snake_caseAndreas Kling
2021-04-29Meta: Add note to CONTRIBUTING.md about pointless GitHub commentsAndreas Kling
2021-04-29Meta: Simplify & clarify CONTRIBUTING.md somewhatAndreas Kling
2021-04-29LibWeb: Move Layout::TextNode whitespace collapse to separate functionAndreas Kling
2021-04-29Ports: Make Super Mario work with GCC 11Gunnar Beutner
2021-04-29Toolchain: Update the binutils patch file to match the portGunnar Beutner
2021-04-29Ports: Update binutils to version 2.36.1Gunnar Beutner
2021-04-29Ports: Remove duplicate configopts varGunnar Beutner
2021-04-29Ports: Build fix for gcc when building the port with gcc 11.1.0Gunnar Beutner
2021-04-29Ports: Use SHA256 for the gcc portGunnar Beutner
2021-04-29Userland: Fix new GCC warningsGunnar Beutner
2021-04-29Toolchain+Ports: Update GCC to version 11.1.0Gunnar Beutner
2021-04-29Ports: Fix ports linting, ffmpeg is missing from AvailablePorts.mdBrian Gianforcaro
2021-04-29Ports: ffmpeg 4.4Holden Green