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-08-23
LibJS: Implement Promise.any on the Promise constructor
Timothy Flynn
2021-08-23
LibJS: Set the function names for the resolve, reject, and executor
Timothy Flynn
2021-08-23
LibJS: Generalize PerformPromiseAll common functionality
Timothy Flynn
2021-08-23
LibJS: Generalize PromiseAllResolveElementFunction common functionality
Timothy Flynn
2021-08-23
Kernel: Rename QueueBlocker => WaitQueueBlocker
Andreas Kling
2021-08-23
Kernel: Rename BlockerSet::unblock() to something more accurate
Andreas Kling
2021-08-23
Kernel: Remove unnecessary FutexQueue::did_remove()
Andreas Kling
2021-08-23
Kernel: VERIFY that nobody is holding lock in ~BlockerSet()
Andreas Kling
2021-08-23
Kernel: Rename Thread::BlockCondition to BlockerSet
Andreas Kling
2021-08-23
Kernel: Make Processor::clean_fpu_state() static
Andreas Kling
2021-08-23
Kernel: Mark Thread::Blocker leaf subclasses final
Andreas Kling
2021-08-23
Kernel: Mark BlockCondition subclasses as final
Andreas Kling
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling
2021-08-23
Kernel: Mape quickmap functions VERIFY that MM lock is held
Andreas Kling
2021-08-23
Kernel: Make Processor::platform_string() return StringView
Andreas Kling
2021-08-23
Kernel: Consolidate I386/X86_64 implementations of do_init_context()
Andreas Kling
2021-08-23
Kernel: Fix some trivial clang-tidy warnings in x86/common/Processor.cpp
Andreas Kling
2021-08-23
Kernel: Rename Processor::id() => current_id()
Andreas Kling
2021-08-23
Kernel: Add VERIFY(!m_in_block) when entering Thread::block()
Andreas Kling
2021-08-23
Kernel: Convert Processor::in_irq() to static current_in_irq()
Andreas Kling
2021-08-23
Kernel: Fix some trivial clang-tidy warnings in Thread.{cpp,h}
Andreas Kling
2021-08-22
Kernel/SysFS: Don't expose SMBIOS blobs if can't find SMBIOS tables
Liav A
2021-08-22
HackStudio: Update every editor with matching filename on 'Save as...'
Karol Kosek
2021-08-22
HackStudio: Convert selected path to a relative path on 'Save as...'
Karol Kosek
2021-08-22
Games: Make cpath appear once in the pledge promises
Ralf Donau
2021-08-22
LibJS: Add missing builtin calendar check to ParseTemporalCalendarString
Linus Groh
2021-08-22
AK: Use POSIX specified types for Time::to_timespec and to_timeval
Richard Wurth
2021-08-22
Utilities: Add -d option to gzip
Itamar
2021-08-22
SQLServer: Use m_client_id instead of client_id in callback
Robert Stefanic
2021-08-22
LibGUI: Make Ctrl+Shift+Right select text
Andrew January
2021-08-22
LibC: Support getsignalbyname() with full signal name
Maciej Zygmanowski
2021-08-22
HackStudio: Warn about unsaved changes on opening different project
Lennon Donaghy
2021-08-22
HackStudio: Fix editor not marking file with unsaved changes as dirty
Lennon Donaghy
2021-08-22
HackStudio: Fix GitWidget issues with switching between projects
Lennon Donaghy
2021-08-22
HackStudio: Moved code closing project from open_project to own method
Lennon Donaghy
2021-08-22
HackStudio: Call update_gml_preview() to reset when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Make FindInFilesWidget reset when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Stop debugger when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Clear embedded terminal upon opening a different project
Lennon Donaghy
2021-08-22
HackStudio: Clear ToDo entries upon opening new project
Lennon Donaghy
2021-08-22
HackStudio: Move handle_external_file_deletion logic into own method
Lennon Donaghy
2021-08-22
LibGUI: Always resize the mapping rows when sorting
Karol Kosek
2021-08-22
Kernel: Return ENOTSUP instead of panicking on invalid sockopt
Peter Elliott
2021-08-22
LibC: Add <sys/poll.h> as an alias for <poll.h>
Peter Elliott
2021-08-22
Kernel+LibC: Implement FIONREAD ioctl
Peter Elliott
2021-08-22
LibC: Make <netinet/in.h> more POSIX compliant
Peter Elliott
2021-08-22
LibC: Add LINK_MAX and _PC_LINK_MAX
Peter Elliott
2021-08-22
LibC: Modify fd_set to be compatible with X/OPEN
Peter Elliott
2021-08-22
Meta: Add 'copy-src' command to serenity.sh
Itamar
2021-08-22
Base: Add csv file association
Karol Kosek
[prev]
[next]