summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-11Kernel: Keep records of PCI::Address & PCI::ID pairs for enumerationLiav A
2020-04-11Kernel: Simplify a message in PATAChannel::create()Liav A
2020-04-11Kernel: Assert if we try to initialize VMWareBackdoor more than onceLiav A
2020-04-10LibJS: Improve Object.defineProperty test4ourbit
2020-04-10LibJS: Add String.prototype.pad{Start,End}()Linus Groh
2020-04-10LibJS: Remove assert function from Object.defineProperty() testLinus Groh
2020-04-10Kernel: Ignore zero-length PROGBITS sections in sys$module_load()Andreas Kling
2020-04-10LibJS: Key shape transitions on both property name and attributesAndreas Kling
2020-04-10AK: Add FlyString::hash()Andreas Kling
2020-04-10LibJS: Remove mock String.prototype from testsLinus Groh
2020-04-10LibJS: Add String.prototype.toString()Linus Groh
2020-04-10LibJS: Add String constructor :^)Andreas Kling
2020-04-10LibJS: Use enumerator macros for boilerplate code around native typesAndreas Kling
2020-04-10Meta: Add supercomputer7 to contributor list in ReadMeAndreas Kling
2020-04-10IRCClient: Add NotifyOnMessage/NotifyOnMention config optionsBrendan Coles
2020-04-10LibJS: Boolean, Number and String prototypes should have values tooAndreas Kling
2020-04-10Kernel+LibC: Remove ESUCCESSAndreas Kling
2020-04-10LibJS: Throw real TypeError, ReferenceError, etc objectsAndreas Kling
2020-04-10LibJS: Add all the Error subclassesAndreas Kling
2020-04-10IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf optionsBrendan Coles
2020-04-10Kernel: Add explicit offset parameter to File::read etcConrad Pankoff
2020-04-10IRCClient: Autojoin channels after client registrationBrendan Coles
2020-04-10Calendar: Implement add event actionrhin123
2020-04-10Calendar: Implement add event UIrhin123
2020-04-10LibJS: Add tests for exception if assignment LHS is invalidBarney Wilks
2020-04-10LibJS: Throw exception if LHS of assignment is of unexpected typeBarney Wilks
2020-04-10LibLine: Appropriately react to window size changesAnotherTest
2020-04-10LibLine: Fix regression with moving around in history misplacing cursorAnotherTest
2020-04-10DisplayProperties: Replace TextBox with ColorInput.Hüseyin ASLITÜRK
2020-04-10LibGUI: Add ColorInput componentHüseyin ASLITÜRK
2020-04-10JS repl: Fix indentation when a line starts with '})]'AnotherTest
2020-04-10LibLine: Implement multiline editingAnotherTest
2020-04-10LibVT: Implement Device Status Report (cursor position report)AnotherTest
2020-04-10LibJS: Add property configuration transitionsAndreas Kling
2020-04-10LibJS: Add Object.defineProperty() and start caring about attributesAndreas Kling
2020-04-09Kernel: Allow again to boot with partitioned diskLiav A
2020-04-09Kernel: Create BXVGA device if found in the PCI busLiav A
2020-04-09Kernel: Reorder bitwise operations when creating PCI interrupt overridesLiav A
2020-04-09MultiProcessor: Silence debug message spamLiav A
2020-04-09Interrupts: Simplify initialization a bit moreLiav A
2020-04-09Interrupts: Remove irrelevant FIXME commentLiav A
2020-04-09WindowServer: MenuManager::handle_mouse_event() return if window is nullBrendan Coles
2020-04-09Interrupts: Make the MultiProcessorParser functional againLiav A
2020-04-09Kernel: Simplify the Time management initializationLiav A
2020-04-09Kernel: Run clang-format on init.cppLiav A
2020-04-09Kernel: Simplify the Interrupt management initializationLiav A
2020-04-09Kernel: Simplify PCI messages on initializationLiav A
2020-04-09Kernel: Remove redundant "ACPI" from filenames in ACPI/Andreas Kling
2020-04-09Kernel: Merge ACPI::StaticParser into ACPI::ParserAndreas Kling
2020-04-09Kernel: Use StringView for ACPI table signaturesAndreas Kling