summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-02AK: Add trivial structure validation to SharedBufferTom
2020-10-02Kernel: Add checks for is_trivially_copyable to copy_to/from_userTom
2020-10-02AK: Add is_trivial and is_trivially_copyableTom
2020-10-02Base: Add missing options to the Shell(1) man pageLinus Groh
2020-10-02UserspaceEmulator: Replace printf usages with format.asynts
2020-10-02AK: Add formatter for pointer types.asynts
2020-10-02AK: Add formatter for boolean values.asynts
2020-10-02 Keymaps: Add Colemak keymap (#3658)utku
2020-10-02LibGUI: Fix 1px misalignment of ColorButton selections in ColorPickerTibor Nagy
2020-10-02Meta: Update OpenSUSE build dependencies (#3655)zilrich
2020-10-01Shell: Assert that the same pid is not given to waitpid()AnotherTest
2020-10-01Shell: Wait for *any* child to change state when receiving a SIGCHLDAnotherTest
2020-10-01Shell: Sneak a way into being a session leaderAnotherTest
2020-10-01Userland: Fix buffer overflow in unzipTibor Nagy
2020-10-01LibJS: Fix fatal mistake in HeapBlock::cell_from_possible_pointer()Andreas Kling
2020-10-01DevTools: Remove VisualBuilder and FormCompilerAndreas Kling
2020-10-01LibIPC: Silence a warning when compiling with gcc -O0Andreas Kling
2020-09-30HackStudio: Integrate with C++ Language ServerItamar
2020-09-30HackStudio: Add C++ Language ServerItamar
2020-09-30LibCpp: Add library for working with c++ codeItamar
2020-09-30LibCore: Add ensure_parent_directories to LibCore::FileItamar
2020-09-30HackStudio+TextEditor: Add the Shell syntax highlighterAnotherTest
2020-09-30LibGUI: Add a Shell syntax highlighterAnotherTest
2020-09-30Shell: Track line numbers and the positions of some keywordsAnotherTest
2020-09-30Shell: Make 'editor' a member of Shell, and provide a LibShellAnotherTest
2020-09-29LibJS: Move Console from Interpreter to GlobalObjectAndreas Kling
2020-09-29LibWeb: Add cm, in, mm and Q CSS unitsLuke
2020-09-29Base: Show how long it took to load the welcome.html page :^)Andreas Kling
2020-09-29LibWeb: Implement performance.timeOriginAndreas Kling
2020-09-29LibCore: Expose origin timestamp of Core::ElapsedTimeAndreas Kling
2020-09-29LibWeb: Implement performance.now()Andreas Kling
2020-09-29LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includesAndreas Kling
2020-09-29LibJS: Reduce use of Interpreter in ReferenceAndreas Kling
2020-09-29LibJS: Reduce use of Interpreter in LexicalEnvironmentAndreas Kling
2020-09-29AK+Format: Add support for integer to character casts.asynts
2020-09-29AK: Add NumericLimits specialization for char.asynts
2020-09-29AK+Format: Support all format specifiers for strings.asynts
2020-09-29LibGfx: Fix cut off CSS color namesLuke
2020-09-28UserspaceEmulator: Implement the getsid() syscallAndreas Kling
2020-09-28Kernel: Fix overly eager fd closing in sys$execve()Andreas Kling
2020-09-28Kernel: Remove unnecessary capture in sys$execve()Andreas Kling
2020-09-28LibCore: Make TCPServer::listen() report failure instead of assertingAndreas Kling
2020-09-28Kernel: Return early in create_inode if name is too longLuke
2020-09-28Spreadsheet: Add the 'lookup' and 'reflookup' functionsAnotherTest
2020-09-28Spreadsheet: Add a 'choose' functionAnotherTest
2020-09-28Spreadsheet: Let the cells know their own position in the sheetAnotherTest
2020-09-28AK+Format: Support default index in replacement field.asynts
2020-09-28Shell: Don't execute scripts interactively.asynts
2020-09-28LibWeb: LoadRequest::operator==() should compare header valuesAndreas Kling
2020-09-28AK+TestSuite: Don't assume that the test passed in output.asynts