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
UserspaceEmulator: Improve the initial program stack a tiny bit
Andreas Kling
2020-07-11
Ports: Use "ini" in neofetch to read theme name
Linus Groh
2020-07-11
Userland: Add "ini" command to read and write .ini config files
Linus Groh
2020-07-11
Ports: Disable /proc/cpuinfo parsing in neofetch, for now
Linus Groh
2020-07-11
SystemMonitor: Parse /proc/cpuinfo as JSON
Linus Groh
2020-07-11
ProcFS: JSONify /proc/cpuinfo
Linus Groh
2020-07-11
LibJS: Implement Symbol.toStringTag
Matthew Olsson
2020-07-11
LibJS: Implement spec-compliant Object.prototype.toString
Matthew Olsson
2020-07-11
DisplaySettings: Fix a typo
Linus Groh
2020-07-11
UserspaceEmulator: Both ADD and SUB modify the carry flag
Andreas Kling
2020-07-11
UserspaceEmulator: Implement the AND and TEST instructions
Andreas Kling
2020-07-11
LibJS: Prefer "define_property" over "put"
Matthew Olsson
2020-07-11
LibJS: Use macros to enumerate well-known symbols
Matthew Olsson
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
[prev]
[next]