5
I Use This!
Inactive

Commits : Listings

Analyzed 8 days ago. based on code collected 8 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix terminal-mode cursor visibility problem More... almost 12 years ago
Remove unused code in codegen*.c. More... almost 12 years ago
ser: increase the tty output queue for a good speedup (now as we dont have a hand-made queue any more) More... almost 12 years ago
Reduce code in modrm-gen.c. More... almost 12 years ago
Fix simx86 issue with BT* reg, imm8. More... almost 12 years ago
Eliminate extra address calculations for ModRMSim. More... almost 12 years ago
ser: add "low_latency" config flag that may be needed for software flow control. document the serial config flags in dosemu.conf More... almost 12 years ago
Fix VGAEMU optimization for JIT for non-zero mem base. More... almost 12 years ago
CPUEMU: Use POP DX + maybe set CF instead of POPF. More... almost 12 years ago
Fix sigalrm check in cpuemu code. More... about 12 years ago
Add .gitignore; do not copy .git for VPATH builds. More... about 12 years ago
Autoconf version update to 2.69. More... about 12 years ago
Get displayed DOSEMU version automatically from git if possible. Generate version.h only if this string has changed. Adjust DOSEMU startup message to fit in 80 characters. More... about 12 years ago
ser: remove tx_buf; use tty queue instead to speed things up More... about 12 years ago
ser: fix major slowdown by not doing excessive polls More... about 12 years ago
Get version information at "make" time instead of at configure time. More... about 12 years ago
Generate version.h file at make time. More... about 12 years ago
Eliminate mem_base in FP_OFF32 and FP_SEG32. More... about 12 years ago
Eliminate use of FP_SEG32 and FP_OFF32 for lowmem allocs. More... about 12 years ago
Eliminate lowmemp() in open code. e_invalidate now takes an integer DOS address instead of a pointer. More... about 12 years ago
Fix printf()s and declarations. More... about 12 years ago
Change pointers to integers in disk read/write routines and callers. More... about 12 years ago
Fix VGAEMU regression introduced in previous commit. More... about 12 years ago
Change vga memory functions to use integers instead of pointers for DOS memory. More... about 12 years ago
Use integers instead of pointers for memmove_dos2dos, and adjust callers in EMS and extmem_copy. More... about 12 years ago
Change addr in XMS structure from pointer to physical address. Copy using extmem_copy instead of memcpy/memmove_dos2dos. More... about 12 years ago
Introduce aliasmap, a pagemap-like structure to track alias mappings, to be used by dosaddr_to_unixaddr. This obsoletes the IS_GENERIC_LOWMEM_ADDR optimization, and is more reliable than using the mem_map characters, since alias_mapping and other mapping calls update aliasmap. More... about 12 years ago
Fix /proc/ioports parsing issue with subranges, reported by Andrew Brooks in dosemu-devel. Fix this parsing in general, use getline(), and make portname dynamic to avoid buffer overflows and truncation. More... about 12 years ago
Remove temporary debug printf. More... about 12 years ago
ser: kill .rx_fifo_bytes More... about 12 years ago