summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-06LibJS: Improve function hoisting across blocksHendi
2021-07-06LibJS: Remove variables from FunctionNodeHendi
2021-07-05LibJS: Implement and use the GetSubstitution abstract operationTimothy Flynn
2021-07-05LibJS: Fix linked specification of String.prototype.concatTimothy Flynn
2021-07-06LibM: Use assembly for all atan versionsHendiadyoin1
2021-07-06LibM: Use fcos for cosineHendiadyoin1
2021-07-06Kernel: Promote various integers to 64 bits in storage layerJean-Baptiste Boric
2021-07-06LibThread: Fix formatting that was broken by the previous commitGunnar Beutner
2021-07-06LibThreading: Fix building the library on macOSGunnar Beutner
2021-07-05Kernel+LibC: Remove sys$donate()Andreas Kling
2021-07-05LibThreading: Reimplement Lock in terms of pthread_mutex_tAndreas Kling
2021-07-05Assistant: Add missing <unistd.h> includeAndreas Kling
2021-07-05LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NPAndreas Kling
2021-07-05Kernel: Print region name+offset for user addresses in thread backtraceTom
2021-07-05LibWeb: Use is_nullish instead of is_null for nullable typesLuke
2021-07-05LibJS: Make Object.prototype.toString() fully spec compliantLinus Groh
2021-07-05PixelPaint: Make move_selection() cycle through layersMarcus Nilsson
2021-07-05PixelPaint: Use layer menu as context menu in LayerListWidgetMarcus Nilsson
2021-07-05PixelPaint: Change color of disabled layers in LayerListWidgetMarcus Nilsson
2021-07-05PixelPaint: Make LayerListWidget scrollableMarcus Nilsson
2021-07-05PixelPaint: Change the default layer name to "Layer"Marcus Nilsson
2021-07-05LibPthread: Reimplement semaphoresSergey Bugaev
2021-07-05LibPthread: Reimplement condition variablesSergey Bugaev
2021-07-05LibC: Add __pthread_mutex_lock_pessimistic_np()Sergey Bugaev
2021-07-05LibC: Rewrite pthread_mutexSergey Bugaev
2021-07-05LibC: Add futex_wait() and futex_wake() helpersSergey Bugaev
2021-07-05AK: Declare operators `new` and `delete` as global functionsDaniel Bertalan
2021-07-05LibGUI: Don't fire visibility-tracking timers in non-visible widgetsAndreas Kling
2021-07-05Piano: Use AudioServer instead of /dev/audio for audiokleines Filmröllchen
2021-07-05LibAudio: Add ClientConnection::async_enqueue()kleines Filmröllchen
2021-07-05LibAudio: Improve latency on audio queue failureskleines Filmröllchen
2021-07-05WindowServer: Fix crash removing modal windowsTom
2021-07-05LibJS: Fix bogus target.[[OwnPropertyKeys]]() call in ProxyLinus Groh
2021-07-05LibJS: Add a missing exception check in Object.assign()Linus Groh
2021-07-05LibJS: Add spec step comments to Object.assign()Linus Groh
2021-07-05LibJS: Add spec step comments to Object.hasOwn()Linus Groh
2021-07-05LibJS: Remove the non-standard get_own_property_descriptor helperIdan Horowitz
2021-07-05Kernel: Fix regression in VFS::symlinkMax Wipfli
2021-07-05Kernel: Stricter path checking in validate_path_against_process_veilMax Wipfli
2021-07-05Kernel: Use the static LexicalPath::basename(String) in VFSMax Wipfli
2021-07-05Kernel: Don't allocate Strings unnecessarily in process veil validationMax Wipfli
2021-07-05LibJS: Remove usage of define_native_property in OrdinaryFunctionObjectIdan Horowitz
2021-07-05LibThreading: Fix BackgroundAction result use-after-freeTom
2021-07-05Kernel: Fix incorrect indentationGunnar Beutner
2021-07-05LibJS: Remove PropertyName::to_value since it is not used anymore :^)davidot
2021-07-05LibJS: Use a custom property_name_to_value method instead of to_valuedavidot
2021-07-05LibJS: Use the direct formatter of PropertyName instead of via to_valuedavidot
2021-07-05LibJS: Make AbstractOperations::canonical_num... take a PropertyNamedavidot
2021-07-05Kernel: Replace raw asm functions with naked onesHendiadyoin1
2021-07-05LibWeb: Replace usage of native properties with accessors in WindowIdan Horowitz