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
2020-03-26
LibC: Fix getline() forgetting to null-terminate on EOF
Sergey Bugaev
2020-03-26
Base: Add a man page for js(1)
Sergey Bugaev
2020-03-26
Userland: Implement JS REPL
Sergey Bugaev
2020-03-26
AK: Use print_string() for %c formatting
Sergey Bugaev
2020-03-26
Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)
Elisée Maurer
2020-03-25
LibWeb: Implement getting and setting element.innerHTML
Andreas Kling
2020-03-25
LibWeb: Add ParentNode::remove_all_children()
Andreas Kling
2020-03-25
LibWeb: Add Document::invalidate_layout()
Andreas Kling
2020-03-25
LibWeb: Commit uncommitted text at the end of HTML parse
Andreas Kling
2020-03-25
LibWeb: Make dump_tree() look okay for DocumentFragments
Andreas Kling
2020-03-25
LibWeb: Detach any LayoutNode from its parent if present in ~Node()
Andreas Kling
2020-03-25
LibWeb: Node::is_parent_node() should return true for DocumentFragments
Andreas Kling
2020-03-25
Meta: Ignore the LibJS test runner script when linting
Andreas Kling
2020-03-25
WindowServer: Don't ignore mouse events after showing modal window (#1495)
Alex Muscar
2020-03-25
Keymap: Add FR keymap layout
redoste
2020-03-25
Build: Oops, LibJS tests were meant to go in /home/anon/js-tests
Andreas Kling
2020-03-25
LibJS: Handle "for" statements with empty initializer and updater
Andreas Kling
2020-03-25
LibJS: Add a basic test for the "throw" keyword
Andreas Kling
2020-03-25
LibJS: Rename some tests
Andreas Kling
2020-03-25
Ports/bash: Make a /bin/bash symlink to /usr/local/bin/bash
Andreas Kling
2020-03-25
Build: Copy LibJS/Tests into /home/anon/js-tests
Andreas Kling
2020-03-25
LibJS: Tweak run-tests output a bit
Andreas Kling
2020-03-25
uname: Remove trailing space character
Andreas Kling
2020-03-25
LibJS: Add a very basic test runner (shell script) + some tests
Andreas Kling
2020-03-25
LibJS: Remove unnecessary space character at the end of console.log()
Andreas Kling
2020-03-25
LibWeb: Remove debug spam about getting a 2D canvas context
Andreas Kling
2020-03-25
LibJS: Fix parsing of `if (typeof "foo" === "string")`
Andreas Kling
2020-03-25
LibJS: Disable HEAP_DEBUG logging on non-SerenityOS platforms
Andreas Kling
2020-03-25
js: Remove debug message about what the interpreter returned
Andreas Kling
2020-03-24
AK: Fix JsonParser kernel build (no floats/doubles in kernel code)
Andreas Kling
2020-03-24
LibJS: Implement "throw"
Andreas Kling
2020-03-24
LibJS: Remove debug spam in Error.prototype.name
Andreas Kling
2020-03-24
AK: Add parsing of JSON double values
Emanuel Sprung
2020-03-24
AK: Add get_or() method to JsonObject
Emanuel Sprung
2020-03-24
Interrupts: Handle spurious IRQs from eoi() method
Liav A
2020-03-24
Interrupts: Use Optional container in IOAPIC
Liav A
2020-03-24
Interrupts: Simplify IRQ disabling & enabling in IRQController(s)
Liav A
2020-03-24
Interrupts: Remove unused methods
Liav A
2020-03-24
Kernel: Simplify disable_irq() and enable_irq() methods in IRQHandler
Liav A
2020-03-24
Interrupts: Do a specific EOI when using the PIC
Liav A
2020-03-24
Kernel: Limit IRQ rate within E1000 network adapter
Liav A
2020-03-24
Interrupts: Assert if trying to install an handler on syscall vector
Liav A
2020-03-24
Kernel: Abstract IRQ controller handling from Interrupt handlers
Liav A
2020-03-24
Kernel: Correct Spurious Interrupt handlers' controller model() method
Liav A
2020-03-24
Kernel: Create an interface for conversion between IRQs and interrupts
Liav A
2020-03-24
Kernel: Ensure that we don't use a hard-disabled IRQController
Liav A
2020-03-24
Kernel: Enable IRQs before sending commands to the E1000 adapter
Liav A
2020-03-24
Kernel: Change the Spurious Interrupt Handler offset in the APIC
Liav A
2020-03-24
CPU: Move EOI call to the end of handle_interrupt()
Liav A
2020-03-24
Kernel: Run QEMU machine with two virtual processors
Liav A
[next]