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-07-11
LibJS: Start implementing iterable framework, add ArrayIterator
Matthew Olsson
2020-07-11
LibJS: Renamed Object::GetOwnPropertyReturnMode to Object::PropertyKind
Matthew Olsson
2020-07-11
Piano: Fix cliping of bottom notes when scrolling in RollWidget
Peter Elliott
2020-07-11
Piano: Handle octave slider jumps of greater than 1
Peter Elliott
2020-07-11
LibGUI: Ignore KeyUp events by default
Peter Elliott
2020-07-11
LibJS: Remove a few superfluous exception checks
Linus Groh
2020-07-11
UserspaceEmulator: Implement the RET instruction
Andreas Kling
2020-07-11
UserspaceEmulator: Symbolicate disassembly output :^)
Andreas Kling
2020-07-11
UserspaceEmulator: Don't exit the emulation loop on "RET" :^)
Andreas Kling
2020-07-11
UserspaceEmulator: Implement PUSH_imm32 and PUSH_RM32
Andreas Kling
2020-07-11
UserspaceEmulator: Implement short-range jump instructions
Andreas Kling
2020-07-11
UserspaceEmulator: Implement the CALL_imm32 instruction
Andreas Kling
2020-07-11
UserspaceEmulator: Fix broken inline assembly for asymmetric op_foos
Andreas Kling
2020-07-11
UserspaceEmulator: Print out the current EIP as we execute instructions
Andreas Kling
2020-07-11
UserspaceEmulator: Load the target executable ELF semi-properly :^)
Andreas Kling
2020-07-11
UserspaceEmulator: Set up a very basic program entry stack
Andreas Kling
2020-07-11
UserspaceEmulator: Convert the XOR instruction to inline assembly
Andreas Kling
2020-07-11
UserspaceEmulator: Convert the SUB instruction to inline assembly
Andreas Kling
2020-07-11
UserspaceEmulator: Tweak INC and SAR helpers to not be SoftCPU members
Andreas Kling
2020-07-11
UserspaceEmulator: Add the INC and ADD instructions
Andreas Kling
2020-07-11
UserspaceEmulator: Give SoftCPU an API for evaluating jump conditions
Andreas Kling
2020-07-11
UserspaceEmulator: Split SAR inline assembly into 8/16/32 bit variants
Andreas Kling
2020-07-11
UserspaceEmulator: Support MOV_RM32_reg32 with memory destination
Andreas Kling
2020-07-11
UserspaceEmulator: Implement the CMP family of instructions
Andreas Kling
2020-07-11
FileManager: Specify "Open in Text Editor" action as default in context menu
Tom
2020-07-11
WindowServer/LibGUI: Add default menu items and allow default action for cont...
Tom
2020-07-11
WindowServer: Add support for default MenuItem
Tom
2020-07-11
WebServer: Allow the user to specify the base directory
AnotherTest
2020-07-11
LibWeb: Check if layout node is still present after dispatch_event
Kevin Meyer
2020-07-11
LibWeb: Remove some unnecessary casts
Kevin Meyer
2020-07-11
LibWeb: Fix EVENT_DEBUG dump compilation
Kevin Meyer
2020-07-11
FontEditor: Add a "Save" menu item
Nico Weber
2020-07-11
FontEditor: Add a "Save as..." menu item
Nico Weber
2020-07-11
FontEditor: Add an "Open..." menu item
Nico Weber
2020-07-11
LibC: Implement tcflush(3)
Peter Elliott
2020-07-10
UserspaceEmulator: Warn in SoftMMU if accessing unknown memory
Andreas Kling
2020-07-10
UserspaceEmulator: Implement a bunch of the MOV instructions
Andreas Kling
2020-07-10
UserspaceEmulator: Implement the SAR instruction
Andreas Kling
2020-07-10
UserspaceEmulator: Implement the SUB family of instructions
Andreas Kling
2020-07-10
UserspaceEmulator+LibX86: Implement all the forms of XOR
Andreas Kling
2020-07-10
UserspaceEmulator: Better 8/16 bit GPR accessors
Andreas Kling
2020-07-10
UserspaceEmulator: Add 8/16 bit memory read/write operations
Andreas Kling
2020-07-10
UserspaceEmulator: First cut of generic instruction implementations
Andreas Kling
2020-07-10
UserspaceEmulator: Add proper segment registers
Andreas Kling
2020-07-10
UserspaceEmulator: Add accessors for the 16-bit GPRs
Andreas Kling
2020-07-10
LibX86: Add a templatized way to resolve ModR/M memory references
Andreas Kling
2020-07-10
LibX86: Store Instruction's segment prefix as Optional<SegmentRegister>
Andreas Kling
2020-07-10
UserspaceEmulator: Fix a Clang warning
Andreas Kling
2020-07-10
FileManager: Show an open folder icon for the selected directory
thankyouverycool
2020-07-10
LibGUI: Add missing on_toggle hook to TreeView
thankyouverycool
[next]