summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-21Kernel: Stop using LibKeyboard's CharacterMap in HIDManagementIdan Horowitz
2022-01-21Kernel/PCI: Verify Access is not initialized before initializing itLiav A
2022-01-21Shell: Make Juxtaposition autocompletion smarterAli Mohammad Pur
2022-01-21Shell: Make SimpleVariable::hit_test_position not hit irrelevant offsetsAli Mohammad Pur
2022-01-21Kernel: Use KString instead of String in InodeWatcher::Event's pathIdan Horowitz
2022-01-21Kernel: Replace {String => KString}::formatted in ACPISysFSDirectoryIdan Horowitz
2022-01-21Kernel: Use KString instead of String in Ext2FSInode's lookup cacheIdan Horowitz
2022-01-21AK: Support setting with non copyable keys in HashMapIdan Horowitz
2022-01-21Kernel: Make ACPI reboot OOM-fallibleIdan Horowitz
2022-01-21Kernel: Make VirtIO::Queue construction fallibleIdan Horowitz
2022-01-21Kernel: Stop adopting non-heap memory into OwnPtrs in VirtIO::QueuesIdan Horowitz
2022-01-21Kernel: Make Memory::RingBuffer construction fallibleIdan Horowitz
2022-01-21LibRegex: Allow the pattern to match the zero-length end of the stringAli Mohammad Pur
2022-01-21LibRegex: Implement an ECMA262 Regex quirk with negative lookaroundsAli Mohammad Pur
2022-01-21LibRegex: Correct jump offset to the start of the loop blockAli Mohammad Pur
2022-01-21LibCore: Make sockets close-on-exec by defaultsin-ack
2022-01-21LibGL: Fix incorrect GL_DECAL constant valueLuke Wilde
2022-01-21UserspaceEmulator: Correctly fail in execve when binary is inaccessibleRummskartoffel
2022-01-21UserspaceEmulator: Fix execve messing up command lines with "--"Rummskartoffel
2022-01-21Taskbar: Remove QuickLaunch entries if corresponding file was deletedMaciej
2022-01-21Taskbar: Support arbitrary *files* as QuickLaunch entriesMaciej
2022-01-21LibDesktop: Add Launcher::ensure_connection()Maciej
2022-01-21Taskbar: Support arbitrary executables as QuickLaunch entriesMaciej
2022-01-21Taskbar: Abstract out quick launch entriesMaciej
2022-01-21LibCore: Add Core::System wrapper for disown()Maciej
2022-01-21LibCore: Handle null lines in ConfigFileMaciej
2022-01-21LibJS: Increase margin in check for stack space limitMorten Larsen
2022-01-21zip: Add unveil and pledge promisesDavid Lindbom
2022-01-21cal: Add unveil and pledge promisesDavid Lindbom
2022-01-21aplay: Add unveil and pledge promisesDavid Lindbom
2022-01-21adjtime: Port to LibMainmjz19910
2022-01-21LibCore: Add ArgsParser::add_option for Optional doublemjz19910
2022-01-21LibCore: Add ErrorOr wrapper for adjtimemjz19910
2022-01-20LibWeb: Don't match the node querySelector(All) was called onLuke Wilde
2022-01-20LibJS: Implement ECMA-402 compliant TypedArray.prototype.toLocaleStringIdan Horowitz
2022-01-20Tests: Add should_error_when_connection_fails test to TestLibCoreStreamsin-ack
2022-01-20LibCore: Use Core::System and Error::from_syscall in Stream classessin-ack
2022-01-20LibCore: Implement Core::System::lseeksin-ack
2022-01-20LibCore: Don't manually close the fd when connection fails in socketssin-ack
2022-01-20Tests: Fix the TestLibCoreStream local_socket_write testsin-ack
2022-01-20FileSystemAccessClient: Remove old API returning file descriptors :^)Mustafa Quraish
2022-01-20SpreadSheet: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-203DFileViewer: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20ThemeEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20TextEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20PDFViewer: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20PixelPaint: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20HexEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20FileSystemAccessClient: Add `try_*` variants returning `Core::File`Mustafa Quraish
2022-01-20CrashReporter: Don't crash when investigating a HackStudio crashSam Atkins