summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-27LibJS: Don't require Interpreter& for constructing an AccessorAndreas Kling
2020-09-27LibJS: Reduce Interpreter& usage in the Object classAndreas Kling
2020-09-27LibJS: Don't require Interpreter& in PropertyName and StringOrSymbolAndreas Kling
2020-09-27LibJS: Make all the JS::Value binary op helpers take GlobalObject&Andreas Kling
2020-09-27LibJS: Remove unused js_symbol(Interpreter&, ...)Andreas Kling
2020-09-27LibJS: Remove use of Interpreter& in JSONObject codeAndreas Kling
2020-09-27LibJS: Remove Interpreter& argument to Function::construct()Andreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-09-27LibJS: Make Function::call() not require an Interpreter&Andreas Kling
2020-09-27LibJS: Move scope stack from VM back to InterpreterAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-27Kernel: Make Thread refcountedTom
2020-09-27AK: Clear previous/next link in InlineLinkList::removeTom
2020-09-27Ports: Add OpenSSH portLuke
2020-09-27LibC: Add SCM_RIGHTS to sockets.h and caddr_t to types.hLuke
2020-09-27LibC: Make isalum/isalpha/etc. functions instead of macrosLuke
2020-09-27LibC: Add ss_family to sockaddr_storageLuke
2020-09-27LibELF: Validate PT_GNU_RELRO program headerLuke
2020-09-27LibC: Add missing utmp backwards compatibility hacks and user/dead process ma...Luke
2020-09-27Kernel: Implement _SC_OPEN_MAXLuke
2020-09-27LibC: Made mbtowc return int instead of size_tLuke
2020-09-27LibC: Add FIXME for vsscanfLuke
2020-09-27LibC: Add some missing netinet macros required by OpenSSHLuke
2020-09-27LibC: Add SSIZE_MAX limitLuke
2020-09-27LibC: Include cdefs.h in getopt.hLuke
2020-09-27LibC: Add EPFNOSUPPORT error numberLuke
2020-09-27Kernel: Return ENOPROTOOPT instead of asserting on unimplemented levels in ge...Luke
2020-09-27LibC: Add paths.h with some default mail directory for nowLuke
2020-09-26Shell: Fix use-after-move in alias resolutionAnotherTest
2020-09-26Shell: Add live formatting and take an option to enable itAnotherTest
2020-09-26Shell: Fix a FIXME in the a test about using functionsAnotherTest
2020-09-26Shell: Add a (very basic) formatterAnotherTest
2020-09-26Shell: Ignore '\\\n' in inputAnotherTest
2020-09-26Shell: Rename two 'fd' class members to have an 'm_' prefixAnotherTest
2020-09-26Shell: Use NonnullRefPtr to store non-null subnodesAnotherTest
2020-09-26LibLine: Add a setter for the cursor positionAnotherTest
2020-09-26lsof: Separate file name componentsMaciej Zygmanowski
2020-09-26lsof: Allow selecting files by file nameMaciej Zygmanowski
2020-09-26LibJS: Remove two unused Interpreter member functionsAndreas Kling
2020-09-26Kernel: Allow killing queued threadsTom
2020-09-26LibGUI: Update color widgets when has_alpha is toggled in ColorPickerTibor Nagy
2020-09-26AK+Format: Use the new format backend in the implementation.asynts
2020-09-26AK+Format: Add new integer to string backend.asynts
2020-09-26HackStudio: Detach from debugged process before terminatingItamar
2020-09-26LibDebug: Add ability to detach from debuggeeItamar
2020-09-26HackStudio: Fix FormEditor widget icons loadingItamar
2020-09-26AK: Enhance GenericLexer's string consumptionBenoit Lormeau
2020-09-26AK: Alphabetically sort the ctype adaptersBenoit Lormeau
2020-09-26AK: Added explanatory comments in GenericLexer.hBenoit Lormeau
2020-09-26Documentation: Debian gcc-9 installation instructionsRobbe De Greef