index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-02
Kernel: Make clang(?) happy about templates(?)
Ben Wiederhake
2021-03-02
Kernel: Make kgettimeofday use AK::Time
Ben Wiederhake
2021-03-02
Kernel: Remove duplicative kgettimeofday(timeval&) function
Ben Wiederhake
2021-03-02
Kernel: Make TimeManagement use AK::Time internally
Ben Wiederhake
2021-03-02
Kernel: Make TimerQueue use AK::Time in interface
Ben Wiederhake
2021-03-02
Kernel: Make Thread use AK::Time internally
Ben Wiederhake
2021-03-02
Kernel: Make TimerId a distinct type
Ben Wiederhake
2021-03-02
Kernel: Make TimerQueue use AK::Time internally
Ben Wiederhake
2021-03-02
AK: Make Time more usable
Ben Wiederhake
2021-03-02
Kernel: Prevent using copy_from_user() for timespec/timeval
Ben Wiederhake
2021-03-02
Kernel: Sanitize all user-supplied timeval's/timespec's
Ben Wiederhake
2021-03-02
Kernel: Implement 'copy_time_from_user' functions to sanitize arguments
Ben Wiederhake
2021-03-02
AK: Implement C++ 'Time' type for easier time-calculations
Ben Wiederhake
2021-03-02
Kernel: Prevent inconsistent state after invalid read
Ben Wiederhake
2021-03-02
AK: Remove unused template
Ben Wiederhake
2021-03-02
AK+Tests: Test Checked for main functionality
Ben Wiederhake
2021-03-01
LibJS: Fix crash due to AST node tracking inside call stack
Jean-Baptiste Boric
2021-03-01
Ports: Build curl with --disable-ipv6
Andreas Kling
2021-03-01
Kernel: Oops, SC_abort was actually calling sys$exit_thread()
Andreas Kling
2021-03-01
Kernel: Fix build with IO_DEBUG
Andreas Kling
2021-03-01
Kernel: Use Userspace<T> in sys${munmap,mprotect,madvise,msyscall}()
Andreas Kling
2021-03-01
Kernel: Use Userspace<T> in sys$select()
Andreas Kling
2021-03-01
Kernel: Use Userspace<T> in sys$get_dir_entries()
Andreas Kling
2021-03-01
Kernel: Use Userspace<T> in sys$get_stack_bounds()
Andreas Kling
2021-03-01
Kernel: Use Userspace<T> in sys$write()
Andreas Kling
2021-03-01
Kernel: Use Userspace<T> in sys$sigaction()
Andreas Kling
2021-03-01
Kernel: Detach any attached thread tracer on sys$abort()
Andreas Kling
2021-03-01
Kernel: Make all syscall functions return KResultOr<T>
Andreas Kling
2021-03-01
LibVT: New terminal cells should be filled with whitespace, not '\0'
Andreas Kling
2021-03-01
Spreadsheet: Implement the cut operation for cells
Idan Horowitz
2021-03-01
TextEditor: Add a command line option to jump to a specific line number
ry755
2021-03-01
test-web: Utilize new LibTest types from test-web
Brian Gianforcaro
2021-03-01
LibTest + test-js: Add initial skelaton of LibTest and migrate code there.
Brian Gianforcaro
2021-03-01
FileManager: Focus on file when opening file's location from Properties
speles
2021-03-01
FileManager+LaunchServer: Add launching FileManager with focus on file
speles
2021-03-01
LibGUI: Add possibility to search for exact match in model
speles
2021-03-01
LaunchServer: Make spawn() helper accept arguments list
speles
2021-03-01
LibWeb: Provide file name to JavaScript interpreter
Jean-Baptiste Boric
2021-03-01
LibJS: Keep track of current AST node inside the call stack
Jean-Baptiste Boric
2021-03-01
LibJS: Keep track of file names, lines and columns inside the AST
Jean-Baptiste Boric
2021-03-01
Profiler: Print addresses as pointers in new Samples view
Brian Gianforcaro
2021-03-01
Base: Add test-math to set of tests run on CI
Andrew Kaster
2021-03-01
AK/Lagom: Modify TestSuite to return how many tests failed from main
Andrew Kaster
2021-03-01
Meta: Allow specifying custom grub config file for build-image-grub.sh
Tom
2021-03-01
Kernel: Fix APIC timer calibration to be more accurate
Tom
2021-03-01
Meta: Use ninja instead of make in the WSL docs (#5575)
Paweł Łukasik
2021-03-01
Kernel: Fix scrolling up in VMware
Tom
2021-03-01
LibAudio: Move format and BPS checks before VERIFYs in WAV loader
Luke
2021-03-01
LibAudio: Use handle_any_error in WAV loader
Luke
2021-03-01
Lagom/Fuzzers: Add WAV fuzzer
Luke
[next]