summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-03-01test-web: Utilize new LibTest types from test-webBrian Gianforcaro
2021-03-01LibTest + test-js: Add initial skelaton of LibTest and migrate code there.Brian Gianforcaro
2021-03-01FileManager: Focus on file when opening file's location from Propertiesspeles
2021-03-01FileManager+LaunchServer: Add launching FileManager with focus on filespeles
2021-03-01LibGUI: Add possibility to search for exact match in modelspeles
2021-03-01LaunchServer: Make spawn() helper accept arguments listspeles
2021-03-01LibWeb: Provide file name to JavaScript interpreterJean-Baptiste Boric
2021-03-01LibJS: Keep track of current AST node inside the call stackJean-Baptiste Boric
2021-03-01LibJS: Keep track of file names, lines and columns inside the ASTJean-Baptiste Boric
2021-03-01Profiler: Print addresses as pointers in new Samples viewBrian Gianforcaro
2021-03-01Base: Add test-math to set of tests run on CIAndrew Kaster
2021-03-01AK/Lagom: Modify TestSuite to return how many tests failed from mainAndrew Kaster
2021-03-01Meta: Allow specifying custom grub config file for build-image-grub.shTom
2021-03-01Kernel: Fix APIC timer calibration to be more accurateTom
2021-03-01Meta: Use ninja instead of make in the WSL docs (#5575)Paweł Łukasik
2021-03-01Kernel: Fix scrolling up in VMwareTom
2021-03-01LibAudio: Move format and BPS checks before VERIFYs in WAV loaderLuke
2021-03-01LibAudio: Use handle_any_error in WAV loaderLuke
2021-03-01Lagom/Fuzzers: Add WAV fuzzerLuke