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-06-28
LibHTTP: Ensure finish_up() is not called more than once
Ali Mohammad Pur
2021-06-28
LibTLS: Ensure that on_tls_finished is called only once
Ali Mohammad Pur
2021-06-28
Taskbar: Move 'Assistant' Desktop::AppFile to member for quicker access
Spencer Dixon
2021-06-28
Assistant+Taskbar: Use AppFile::spawn() utility
Spencer Dixon
2021-06-28
LibDesktop: Add spawn() to AppFiles
Spencer Dixon
2021-06-28
Taskbar: Open 'Assistant' with Super+Space
Spencer Dixon
2021-06-28
LibGUI+WindowServer: Add new WMEvent Super+Space
Spencer Dixon
2021-06-28
Userland: Add new app called Assistant
Spencer Dixon
2021-06-28
Meta: Tidy up include path and alphabetic ordering
Spencer Dixon
2021-06-28
Kernel: Add a sanity check for CHUNK_SIZE
Gunnar Beutner
2021-06-28
Kernel: Increase kmalloc eternal heap to 3MiB
Gunnar Beutner
2021-06-28
Kernel: Fix memset() on x86_64
Gunnar Beutner
2021-06-28
Kernel: Fix type for PageDirectory::s_cr3_map
Gunnar Beutner
2021-06-28
Kernel: Specify I/O size for BMIDEChannel
Gunnar Beutner
2021-06-28
Kernel: Implement more x86_64 context switching functionality
Gunnar Beutner
2021-06-28
Kernel: Implement entry code for x86_64 interrupts
Gunnar Beutner
2021-06-28
Kernel: Fix stack for new threads on x86_64
Gunnar Beutner
2021-06-28
LibJS: Bring Reflect.construct() closer to the specification
Idan Horowitz
2021-06-28
LibJS: Rewrite String.raw() closer to the specification
Idan Horowitz
2021-06-28
LibJS: Use CreateUnmappedArgumentsObject for non-simple parameter lists
Andreas Kling
2021-06-28
LibJS: Add and use the %ThrowTypeError% intrinsic
Idan Horowitz
2021-06-28
LibJS: Accept FlyStrings in the NativeFunction constructors
Idan Horowitz
2021-06-28
Meta: Choose the QEMU display backend based on whats available
Sahan Fernando
2021-06-28
LibJS: Handle values close to -0.5 correctly in Math.round(x)
Idan Horowitz
2021-06-28
LibJS: Implement the CreateUnmappedArgumentsObject abstract operation
Andreas Kling
2021-06-27
LibJS/Tests: Improve valueToString() output
Linus Groh
2021-06-27
LibJS: Unbreak test-js test that depended on function object class name
Andreas Kling
2021-06-27
LibJS: Fix typo "sweeped" => "swept" everywhere
Andreas Kling
2021-06-27
LibJS: Stop qualifying AK::Function
Andreas Kling
2021-06-28
AK: Add and use the RemoveCVReference<T> type trait
Ali Mohammad Pur
2021-06-27
LibJS: Rename ScriptFunction => OrdinaryFunctionObject
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-27
LibJS: Ensure shift values in shift_right are modded by 32
Andrew Kaster
2021-06-27
LibJS: Avoid undefined static cast of negative values in to_u32
Andrew Kaster
2021-06-27
WindowServer: Un-tile window if resizing warrants it
Tom
2021-06-27
LibJS: Add content type check to IntegerIndexedElementSet()
Linus Groh
2021-06-27
LibJS: Add content type check to InitializeTypedArrayFromTypedArray()
Linus Groh
2021-06-27
LibJS: Implement the TypedArray [[ContentType]] internal slot
Linus Groh
2021-06-27
LibJS: Add 'is detached' check to InitializeTypedArrayFromTypedArray()
Linus Groh
2021-06-27
LibJS: Make variables in InitializeTypedArrayFromTypedArray() match spec
Linus Groh
2021-06-27
LibJS: Add missing InitializeTypedArrayFromTypedArray() spec link
Linus Groh
2021-06-27
AK: Make the constexpr StringView methods actually constexpr
Ali Mohammad Pur
2021-06-27
FileManager: Pass launch origin rects to spawned programs
Andreas Kling
2021-06-27
WindowServer+LibGUI: Allow specifying a "launch origin" for new windows
Andreas Kling
2021-06-27
WindowServer: Add a more generic mechanism for animations
Andreas Kling
2021-06-27
Meta: Do not use gl=on if building in WSL
stelar7
2021-06-27
Kernel: Implement initializing threads on x86_64
Gunnar Beutner
2021-06-27
Kernel: Rename Thread::tss to Thread::regs and add x86_64 support
Gunnar Beutner
2021-06-27
Kernel: Reorder code a bit to clarify which #if block it belongs to
Gunnar Beutner
2021-06-27
Kernel: Implement safe_* memory access functions for x86_64
Gunnar Beutner
[next]