summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-15LibJS: Add Date.prototype.toGMTString()Andreas Kling
2021-03-15LibWeb: Stub out Document.cookieAndreas Kling
2021-03-15LibJS: Partial support for Date.prototype.setFullYear()Andreas Kling
2021-03-15LibJS: Add naive implementation of eval() :^)Andreas Kling
2021-03-15AK: Make ByteBuffer::slice(0, size()) a freebieAndreas Kling
2021-03-15Apply suggestions from code review Elie Donadio
2021-03-15bt: add source file number integrationElDonad
2021-03-15LaunchServer: added additional file parametersElDonad
2021-03-15LibTextCodec: Make UTF16BEDecoder read only up to an even offsetIdan Horowitz
2021-03-15UserspaceEmulator: downgrade TODO to dbgln for invalid fcntl cmd argBrendan Coles
2021-03-15Kernel/Storage: Add SATA error disambiguationLuke
2021-03-15Kernel: Don't return -EFOO when return type is KResultOr<...>Andreas Kling
2021-03-15LibGUI: Fix crash when text_in_range() was called on an empty documentCesar Torres
2021-03-15TextEditor: Add charcount info about selected text to the statusbarCesar Torres
2021-03-15Ports: Do not call ./package.sh from a subshell in ./build_all.shTom Needham
2021-03-15Ports: Allow verbose argument in build_all.shTom Needham
2021-03-15Kernel: Return 0 to indicate EOF when reading from end-of-file of deviceLiav A
2021-03-15Kernel: Fix race conditions processing async device requestsTom
2021-03-15Kernel: Fix race condition completing IDEChannel async requestTom
2021-03-15Kernel: When writing to device node, use can_write for checkingLiav A
2021-03-15Shell: Consume the username when parsing '~user'AnotherTest
2021-03-15LibELF+LibTest: Fix serenity_install_sources() pathsLinus Groh
2021-03-15Keymap: Added no-latin1.json for Norwegian pc105 keyboards (#5794)Magnus Alvestad
2021-03-14LibM: Add remainder{f, l}Mițca Dumitru
2021-03-14LibM: Define HUGE_VAL{F,L} in terms of compiler builtinsMițca Dumitru
2021-03-14LibM: Define MAXFLOATMițca Dumitru
2021-03-14LibM: Define FLT_EVAL_METHOD, float_t and double_tMițca Dumitru
2021-03-14LibM: Declare ldexpl in math.hMițca Dumitru
2021-03-14LibM: Add the gamma family of functionsMițca Dumitru
2021-03-14LibM: Organise math.h so it is less of a wall of functionsMițca Dumitru
2021-03-14LibM: Implement the missing parts of the round familyMițca Dumitru
2021-03-14LibM: Add missing float and long double function variantsMițca Dumitru
2021-03-14test-compress: Initialize byte buffer with random dataBrendan Coles
2021-03-14readelf: Tweak section headers output column paddingBrendan Coles
2021-03-14UserspaceEmulator: Add SC_rmdir syscallBrendan Coles
2021-03-14LibJS: Change non-ScriptFunction source string to "[native code]"Linus Groh
2021-03-14LibJS: Don't try to derive function source from ProxyObjectLinus Groh
2021-03-14LibCompress: Decrease CanonicalCode's size on stackIdan Horowitz
2021-03-14UserspaceEmulator: Increase stack size from 64 * KiB to 1 * MiBBrendan Coles
2021-03-14readelf: Add support for core notes and relocationsBrendan Coles
2021-03-14LibJS: Fix some issues in RegExp.prototype[@@match]Linus Groh
2021-03-14LibJS: Fix String.prototype.match() for non-string argumentLinus Groh
2021-03-14LibJS: Fix flags check in regexp_create()Linus Groh
2021-03-14LibJS: Add the same Object::invoke() overloads as VM::call()Linus Groh
2021-03-14Ports: Make gnuplot build fail laterBen Wiederhake
2021-03-14LibC: Rename feclearexcept{s,}Ben Wiederhake
2021-03-14Ports: Fix 'bc' portBen Wiederhake
2021-03-14Ports: Remove ever-broken 'editline' buildBen Wiederhake
2021-03-14Ports: Fix cross-compiling git for serenityBen Wiederhake
2021-03-14Ports: Fix package.sh executable bitsBen Wiederhake