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-07-06
LibJS: Improve function hoisting across blocks
Hendi
2021-07-06
LibJS: Remove variables from FunctionNode
Hendi
2021-07-05
LibJS: Implement and use the GetSubstitution abstract operation
Timothy Flynn
2021-07-05
LibJS: Fix linked specification of String.prototype.concat
Timothy Flynn
2021-07-06
LibM: Use assembly for all atan versions
Hendiadyoin1
2021-07-06
LibM: Use fcos for cosine
Hendiadyoin1
2021-07-06
Kernel: Promote various integers to 64 bits in storage layer
Jean-Baptiste Boric
2021-07-06
LibThread: Fix formatting that was broken by the previous commit
Gunnar Beutner
2021-07-06
LibThreading: Fix building the library on macOS
Gunnar Beutner
2021-07-05
Kernel+LibC: Remove sys$donate()
Andreas Kling
2021-07-05
LibThreading: Reimplement Lock in terms of pthread_mutex_t
Andreas Kling
2021-07-05
Assistant: Add missing <unistd.h> include
Andreas Kling
2021-07-05
LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
Andreas Kling
2021-07-05
Kernel: Print region name+offset for user addresses in thread backtrace
Tom
2021-07-05
LibWeb: Use is_nullish instead of is_null for nullable types
Luke
2021-07-05
LibJS: Make Object.prototype.toString() fully spec compliant
Linus Groh
2021-07-05
PixelPaint: Make move_selection() cycle through layers
Marcus Nilsson
2021-07-05
PixelPaint: Use layer menu as context menu in LayerListWidget
Marcus Nilsson
2021-07-05
PixelPaint: Change color of disabled layers in LayerListWidget
Marcus Nilsson
2021-07-05
PixelPaint: Make LayerListWidget scrollable
Marcus Nilsson
2021-07-05
PixelPaint: Change the default layer name to "Layer"
Marcus Nilsson
2021-07-05
LibPthread: Reimplement semaphores
Sergey Bugaev
2021-07-05
LibPthread: Reimplement condition variables
Sergey Bugaev
2021-07-05
LibC: Add __pthread_mutex_lock_pessimistic_np()
Sergey Bugaev
2021-07-05
LibC: Rewrite pthread_mutex
Sergey Bugaev
2021-07-05
LibC: Add futex_wait() and futex_wake() helpers
Sergey Bugaev
2021-07-05
AK: Declare operators `new` and `delete` as global functions
Daniel Bertalan
2021-07-05
LibGUI: Don't fire visibility-tracking timers in non-visible widgets
Andreas Kling
2021-07-05
Piano: Use AudioServer instead of /dev/audio for audio
kleines Filmröllchen
2021-07-05
LibAudio: Add ClientConnection::async_enqueue()
kleines Filmröllchen
2021-07-05
LibAudio: Improve latency on audio queue failures
kleines Filmröllchen
2021-07-05
WindowServer: Fix crash removing modal windows
Tom
2021-07-05
LibJS: Fix bogus target.[[OwnPropertyKeys]]() call in Proxy
Linus Groh
2021-07-05
LibJS: Add a missing exception check in Object.assign()
Linus Groh
2021-07-05
LibJS: Add spec step comments to Object.assign()
Linus Groh
2021-07-05
LibJS: Add spec step comments to Object.hasOwn()
Linus Groh
2021-07-05
LibJS: Remove the non-standard get_own_property_descriptor helper
Idan Horowitz
2021-07-05
Kernel: Fix regression in VFS::symlink
Max Wipfli
2021-07-05
Kernel: Stricter path checking in validate_path_against_process_veil
Max Wipfli
2021-07-05
Kernel: Use the static LexicalPath::basename(String) in VFS
Max Wipfli
2021-07-05
Kernel: Don't allocate Strings unnecessarily in process veil validation
Max Wipfli
2021-07-05
LibJS: Remove usage of define_native_property in OrdinaryFunctionObject
Idan Horowitz
2021-07-05
LibThreading: Fix BackgroundAction result use-after-free
Tom
2021-07-05
Kernel: Fix incorrect indentation
Gunnar Beutner
2021-07-05
LibJS: Remove PropertyName::to_value since it is not used anymore :^)
davidot
2021-07-05
LibJS: Use a custom property_name_to_value method instead of to_value
davidot
2021-07-05
LibJS: Use the direct formatter of PropertyName instead of via to_value
davidot
2021-07-05
LibJS: Make AbstractOperations::canonical_num... take a PropertyName
davidot
2021-07-05
Kernel: Replace raw asm functions with naked ones
Hendiadyoin1
2021-07-05
LibWeb: Replace usage of native properties with accessors in Window
Idan Horowitz
[next]