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-18
System Monitor: Sort Address column in memory map numerically
Nico Weber
2020-07-18
Taskbar: Use Name from .af file as tooltip
Nico Weber
2020-07-18
TextEditor: Auto-select C++ syntax highlighting for more extensions
Nico Weber
2020-07-18
WindowServer: Decide on a window title before measuring its width
Andreas Kling
2020-07-18
UserspaceEmulator: Fix XCHG_AX_reg16 overwriting entire EAX
Andreas Kling
2020-07-18
UserspaceEmulator: Simplify the STOSB/STOSW/STOSD instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Simplify MOVSB/MOVSW/MOVSD instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Implement the SCASB/SCASW/SCASD instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Implement the LODSB/LODSW/LODSD instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Implement the JCXZ instruction
Andreas Kling
2020-07-18
UserspaceEmulator: Fix too-wide accumulator used in 8/16 bit CMPXCHG
Andreas Kling
2020-07-18
Kernel: Remove special-casing of sys$gettid() in syscall entry
Andreas Kling
2020-07-18
UserspaceEmulator: Add helpers for making loop instructions generic
Andreas Kling
2020-07-18
UserspaceEmulator: Add the LOOP/LOOPZ/LOOPNZ instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Implement the XLAT instruction :^)
Andreas Kling
2020-07-18
UserspaceEmulator: Add 16-bit PUSH/POP instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Fix every line in backtraces showing EIP
Andreas Kling
2020-07-18
UserspaceEmulator: Implement the BT/BTS/BTR/BTC instruction set
Andreas Kling
2020-07-18
UserspaceEmulator: Implement IMUL_RM8 and IMUL_RM32
Andreas Kling
2020-07-17
WindowServer: New title bar vars for themes
Nullspeak
2020-07-17
Shell: Mark ForLoop as would_execute
AnotherTest
2020-07-17
Kernel: Make all 6 VirtualConsoles available via shortcut
Florian Angermeier
2020-07-17
Kernel: Ensure there are all VirtualConsoles properly initialized
Florian Angermeier
2020-07-17
Kernel: Make the VirtualConsole index const unsigned instead of unsigned
Florian Angermeier
2020-07-17
UserspaceEmulator: Skip freed mallocations in reachability scan
Andreas Kling
2020-07-16
UserspaceEmulator: Add the usleep() syscall
Andreas Kling
2020-07-16
UserspaceEmulator: Reset malloc backtrace on mallocation reuse
Andreas Kling
2020-07-16
LibGUI: Turn a heap-allocated event into a stack-allocated one
Andreas Kling
2020-07-16
LibCore: Turns some heap-allocated events into stack-allocated ones
Andreas Kling
2020-07-16
LibC: Notify UserspaceEmulator about BigAllocationBlock mallocs
Andreas Kling
2020-07-16
WindowServer: Fix picking new active window after destroy
Tom
2020-07-16
WindowServer: Fix traversing modal stack
Tom
2020-07-16
UserspaceEmulator: Don't scan text segment for malloc leaks
Andreas Kling
2020-07-16
UserspaceEmulator: Print the number of bytes leaked on exit :^)
Andreas Kling
2020-07-16
UserspaceEmulator: Add TLS regions to reachability checking
Andreas Kling
2020-07-16
UserspaceEmulator: Include malloc/free backtraces in UAF logs :^)
Andreas Kling
2020-07-16
UserspaceEmulator: Put the memory reachability logging behind a macro
Andreas Kling
2020-07-16
UserspaceEmulator: Capture backtraces of malloc/free events
Andreas Kling
2020-07-16
UserspaceEmulator: Implement very basic leak checking :^)
Andreas Kling
2020-07-16
UserspaceEmulator: Add ways to check if a Region is stack/mmap
Andreas Kling
2020-07-16
UserspaceEmulator: Implement the ROL/ROR/RCL/RCR instructions
Andreas Kling
2020-07-16
UserspaceEmulator: Implement more SHLD/SHRD variants
Andreas Kling
2020-07-16
UserspaceEmulator: Make the shift/rotate instructions more generic
Andreas Kling
2020-07-16
LibGfx: Set correct frame type on JPEG images
stelar7
2020-07-16
Userland: Add a "seq" utility
Nico Weber
2020-07-16
LibGUI: Add InputBox::show with required parent window argument
Tom
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-16
LibGUI: Add parent window argument to FilePicker functions
Tom
2020-07-16
LibGUI: Clear previous main widget's window
Tom
2020-07-16
WindowServer: Fix crash when no active input window is set
Tom
[next]