index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-04-13
ptrace: Add PT_PEEK
Itamar
2020-04-13
CPU: Handle breakpoint trap
Itamar
2020-04-13
LibLine: Remove unused cut_mismatching_chars() function
AnotherTest
2020-04-13
LibLine: Autocomplete single suggestions
AnotherTest
2020-04-13
LibWeb: Use specific error classes when throwing exceptions
Linus Groh
2020-04-13
LibJS: Parse "this" as ThisExpression
Stephan Unverwerth
2020-04-12
LibJS: Cache a FlyString for "this" to speed up variable lookup
Andreas Kling
2020-04-12
LibC: Cache the result of gettid() to avoid syscalls
Andreas Kling
2020-04-12
Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO
Andreas Kling
2020-04-12
LibWeb: Use an AffineTransform for CanvasRenderingContext2D :^)
Andreas Kling
2020-04-12
LibGfx: Add a basic AffineTransform class
Andreas Kling
2020-04-12
LibGfx: Allow constructing Float{Rect,Point,Size} from integer buddies
Andreas Kling
2020-04-12
LibJS: Add console.{debug,info,warn,error}()
Linus Groh
2020-04-12
LibGfx: Add Bitmap::rotated and Bitmap::flipped
Hüseyin ASLITÜRK
2020-04-12
LibGUI: Use parrent window icon for MessageBox dialog icon
Hüseyin ASLITÜRK
2020-04-12
LibGUI: Make TableView ignore custom colors for selected rows
Andreas Kling
2020-04-12
LibJS: Add js_negative_infinity()
Linus Groh
2020-04-12
LibJS: Handle Infinity in Value::to_number()
Linus Groh
2020-04-12
LibX86: Add a way for Instruction::to_string() to symbolicate addresses
Andreas Kling
2020-04-12
LibGUI: Remove debug spam in AbstractView::did_update_model()
Andreas Kling
2020-04-12
LibGUI: Add a way for models to update without invalidating indexes
Andreas Kling
2020-04-12
LibJS: Let's show a few more decimals when stringifying numeric values
Andreas Kling
2020-04-12
LibWeb: Add port blacklist for ResourceLoader::load
Brendan Coles
2020-04-11
LibX86: Decode RDRAND instruction
Andreas Kling
2020-04-11
LibX86: Fix duplicate '+' in SIB byte disassembly
Andreas Kling
2020-04-11
LibELF: Validate the mapped file in DynamicLoader constructor
Andrew Kaster
2020-04-11
LibELF: Move validation methods to their own file
Andrew Kaster
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-04-11
LibWeb: Prevent http:// URLs loading scripts sourced from file:// URLs
Brendan Coles
2020-04-11
LibVT: Shift+Tab should generate ESC[Z
Andreas Kling
2020-04-11
LibLine: Cycle backward through suggestions using Shift+Tab
Linus Groh
2020-04-11
LibELF: Return false instead of assert on unrecognized program header
Andrew Kaster
2020-04-11
LibGUI: Fill whole TableView cells with custom background color
Andreas Kling
2020-04-11
LibGUI: Respect Model::Role::BackgroundColor
Andreas Kling
2020-04-11
LibELF: Add a find_symbol() API that finds a Symbol for an address
Andreas Kling
2020-04-11
LibLine: Display suggestions and cycle between them
AnotherTest
2020-04-11
LibLine: Ask for cursor position once and handle the rest internally
AnotherTest
2020-04-11
LibLine: Properly handle window resize by not spamming DSRs
AnotherTest
2020-04-11
LibLine: Properly show and cleanup suggestions
AnotherTest
2020-04-11
LibJS: Add console.trace()
Linus Groh
2020-04-11
LibJS: Make Function and CallFrame aware of their function name
Linus Groh
2020-04-11
LibX86: When there are multiple REPZ/REPNZ prefixes, the last one wins
Andreas Kling
2020-04-11
LibX86: Tolerate invalid segment register indices when disassembling
Andreas Kling
2020-04-11
LibX86: Disassemble unknown opcodes as "db %#02x"
Andreas Kling
2020-04-11
LibX86: Decode PADDB, PADDW and PADDD
Andreas Kling
2020-04-11
LibX86: Don't choke on invalid LOCK prefixes for now
Andreas Kling
2020-04-11
LibX86: Fix backwards arguments to ENTER imm16,imm8
Andreas Kling
2020-04-11
LibX86: Add 8-bit CMPXCHG and allow LOCK CMPXCHG
Andreas Kling
2020-04-11
LibX86: Support decoding basic MMX instructions like MOVQ
Andreas Kling
2020-04-11
LibX86: Run the instruction decoder in 32-bit mode by default
Andreas Kling
[next]