summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-02Kernel: Enable AVX flags if supported by cpuAshleigh Newman-Jones
2021-03-02SpaceAnalyzer: Reduce thickness of black borders between cells.Mart G
2021-03-02HackStudio: Implement removing file from diskBui Quang Minh
2021-03-02Piano: Reset position in piano roll when exportingWilliam McPherson
2021-03-02Kernel: Use RDTSC instead of get_fast_random() for syscall stack noiseAndreas Kling
2021-03-02LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClientItamar
2021-03-02LibWeb: Handle scrolling an OutOfProcessWebViewAngus Gibson
2021-03-02LibWeb: Return whether handle_mousewheel was handledAngus Gibson
2021-03-02LanguageServers/Cpp: Fix typoItamar
2021-03-02LibCpp: Parse ellipsisItamar
2021-03-02LibCpp: Consume attribute specification when parsingItamar
2021-03-02LibCpp: Parse type qualifiersItamar
2021-03-02Serendipity: A new welcome appthankyouverycool
2021-03-02LibGUI: Add word wrapping to Labelsthankyouverycool
2021-03-02Meta: Run test-js and test-compress as CTest executablesAndrew Kaster
2021-03-02Userland: Gate OSC 9 usage in test-js behind an argumentAndrew Kaster
2021-03-02LibJS: Put console dbgln() logging behind #ifdef __serenity__Linus Groh
2021-03-02Kernel: Fix sign error in TCP resend logicBen Wiederhake
2021-03-02Kernel: Make sockets use AK::TimeBen Wiederhake
2021-03-02Kernel: Make clang(?) happy about templates(?)Ben Wiederhake
2021-03-02Kernel: Make kgettimeofday use AK::TimeBen Wiederhake
2021-03-02Kernel: Remove duplicative kgettimeofday(timeval&) functionBen Wiederhake
2021-03-02Kernel: Make TimeManagement use AK::Time internallyBen Wiederhake
2021-03-02Kernel: Make TimerQueue use AK::Time in interfaceBen Wiederhake
2021-03-02Kernel: Make Thread use AK::Time internallyBen Wiederhake
2021-03-02Kernel: Make TimerId a distinct typeBen Wiederhake
2021-03-02Kernel: Make TimerQueue use AK::Time internallyBen Wiederhake
2021-03-02AK: Make Time more usableBen Wiederhake
2021-03-02Kernel: Prevent using copy_from_user() for timespec/timevalBen Wiederhake
2021-03-02Kernel: Sanitize all user-supplied timeval's/timespec'sBen Wiederhake
2021-03-02Kernel: Implement 'copy_time_from_user' functions to sanitize argumentsBen Wiederhake
2021-03-02AK: Implement C++ 'Time' type for easier time-calculationsBen Wiederhake
2021-03-02Kernel: Prevent inconsistent state after invalid readBen Wiederhake
2021-03-02AK: Remove unused templateBen Wiederhake
2021-03-02AK+Tests: Test Checked for main functionalityBen Wiederhake
2021-03-01LibJS: Fix crash due to AST node tracking inside call stackJean-Baptiste Boric
2021-03-01Ports: Build curl with --disable-ipv6Andreas Kling
2021-03-01Kernel: Oops, SC_abort was actually calling sys$exit_thread()Andreas Kling
2021-03-01Kernel: Fix build with IO_DEBUGAndreas Kling
2021-03-01Kernel: Use Userspace<T> in sys${munmap,mprotect,madvise,msyscall}()Andreas Kling
2021-03-01Kernel: Use Userspace<T> in sys$select()Andreas Kling
2021-03-01Kernel: Use Userspace<T> in sys$get_dir_entries()Andreas Kling
2021-03-01Kernel: Use Userspace<T> in sys$get_stack_bounds()Andreas Kling
2021-03-01Kernel: Use Userspace<T> in sys$write()Andreas Kling
2021-03-01Kernel: Use Userspace<T> in sys$sigaction()Andreas Kling
2021-03-01Kernel: Detach any attached thread tracer on sys$abort()Andreas Kling
2021-03-01Kernel: Make all syscall functions return KResultOr<T>Andreas Kling
2021-03-01LibVT: New terminal cells should be filled with whitespace, not '\0'Andreas Kling
2021-03-01Spreadsheet: Implement the cut operation for cellsIdan Horowitz
2021-03-01TextEditor: Add a command line option to jump to a specific line numberry755