summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-19FileManager: Use new TextBox::DisplayOnly mode in the properties dialogAndreas Kling
2020-07-19Userland: add mkfifo(1)Peter Elliott
2020-07-19LibC: add mkfifo(3)Peter Elliott
2020-07-19Userland: mknod: Don't use major/minor when creating a pipePeter Elliott
2020-07-19Kernel: Implement FIFOs/named pipesPeter Elliott
2020-07-19Demos: Setup window icon for Mouse demoBrian Gianforcaro
2020-07-18UserspaceEmulator: Add the get_dir_entries() syscall + an ioctl() stubAndreas Kling
2020-07-18UserspaceEmulator: Fix buggy IDIV instructionsAndreas Kling
2020-07-18UserspaceEmulator: Fix buggy IMUL instructionsAndreas Kling
2020-07-18AK: Use "signed char" as the opposite of "unsigned char"Andreas Kling
2020-07-18UserspaceEmulator: Add single-operand MUL and DIV instructionsAndreas Kling
2020-07-18UserspaceEmulator: Implement the BSF and BSF instructionsAndreas Kling
2020-07-18LibGUI: Set parent icon, margins and disable resize for InputBoxthankyouverycool
2020-07-18LibGUI: Paint slider knob as indented when disabledthankyouverycool
2020-07-18WidgetGallery: Add more widgetsthankyouverycool
2020-07-18System Monitor: Sort Address column in memory map numericallyNico Weber
2020-07-18Taskbar: Use Name from .af file as tooltipNico Weber
2020-07-18TextEditor: Auto-select C++ syntax highlighting for more extensionsNico Weber
2020-07-18WindowServer: Decide on a window title before measuring its widthAndreas Kling
2020-07-18UserspaceEmulator: Fix XCHG_AX_reg16 overwriting entire EAXAndreas Kling
2020-07-18UserspaceEmulator: Simplify the STOSB/STOSW/STOSD instructionsAndreas Kling
2020-07-18UserspaceEmulator: Simplify MOVSB/MOVSW/MOVSD instructionsAndreas Kling
2020-07-18UserspaceEmulator: Implement the SCASB/SCASW/SCASD instructionsAndreas Kling
2020-07-18UserspaceEmulator: Implement the LODSB/LODSW/LODSD instructionsAndreas Kling
2020-07-18UserspaceEmulator: Implement the JCXZ instructionAndreas Kling
2020-07-18UserspaceEmulator: Fix too-wide accumulator used in 8/16 bit CMPXCHGAndreas Kling
2020-07-18Kernel: Remove special-casing of sys$gettid() in syscall entryAndreas Kling
2020-07-18UserspaceEmulator: Add helpers for making loop instructions genericAndreas Kling
2020-07-18UserspaceEmulator: Add the LOOP/LOOPZ/LOOPNZ instructionsAndreas Kling
2020-07-18UserspaceEmulator: Implement the XLAT instruction :^)Andreas Kling
2020-07-18UserspaceEmulator: Add 16-bit PUSH/POP instructionsAndreas Kling
2020-07-18UserspaceEmulator: Fix every line in backtraces showing EIPAndreas Kling
2020-07-18UserspaceEmulator: Implement the BT/BTS/BTR/BTC instruction setAndreas Kling
2020-07-18UserspaceEmulator: Implement IMUL_RM8 and IMUL_RM32Andreas Kling
2020-07-17WindowServer: New title bar vars for themesNullspeak
2020-07-17Shell: Mark ForLoop as would_executeAnotherTest
2020-07-17Kernel: Make all 6 VirtualConsoles available via shortcutFlorian Angermeier
2020-07-17Kernel: Ensure there are all VirtualConsoles properly initializedFlorian Angermeier
2020-07-17Kernel: Make the VirtualConsole index const unsigned instead of unsignedFlorian Angermeier
2020-07-17UserspaceEmulator: Skip freed mallocations in reachability scanAndreas Kling
2020-07-16UserspaceEmulator: Add the usleep() syscallAndreas Kling
2020-07-16UserspaceEmulator: Reset malloc backtrace on mallocation reuseAndreas Kling
2020-07-16LibGUI: Turn a heap-allocated event into a stack-allocated oneAndreas Kling
2020-07-16LibCore: Turns some heap-allocated events into stack-allocated onesAndreas Kling
2020-07-16LibC: Notify UserspaceEmulator about BigAllocationBlock mallocsAndreas Kling
2020-07-16WindowServer: Fix picking new active window after destroyTom
2020-07-16WindowServer: Fix traversing modal stackTom
2020-07-16UserspaceEmulator: Don't scan text segment for malloc leaksAndreas Kling
2020-07-16UserspaceEmulator: Print the number of bytes leaked on exit :^)Andreas Kling
2020-07-16UserspaceEmulator: Add TLS regions to reachability checkingAndreas Kling