5
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use simply expanded variables in Makefile.conf.in (speeds up make, esp in conjunction with $(shell) More... over 20 years ago
Uncomment detection of INSTALL and AWK. More... over 20 years ago
Complete commented out approximations; this will be necessary for upcasing filenames where an equivalent capital letter does not exist in the codepage. More... over 20 years ago
MFS cleanup: avoid use of some global variables and pass the drive number around as a parameter instead. More... over 20 years ago
Fix problem with keymap/[a-z]* + CVS directories More... over 20 years ago
Configure cleanups (with Stas and Clarence) - use $enable_xxx environment variables - use --disable-x instead of --enable-nox - use --with-x for libraries - remove "dodebug" More... over 20 years ago
From Clarence: this patch does 2 things: More... over 20 years ago
From Clarence (& Bart) (1) int10 should not affect the carry flag at all (2) if int10/ah=3 is given a page past the last page, CX should still be set to the cursor and DX should be set to 0. More... over 20 years ago
Introduce mhp_intercept_log() function that allows to redirect the log messages to a dosdebug terminal. More... almost 21 years ago
If opening serial port fails, remove the lock and dont try to open it again. More... almost 21 years ago
- Resume execution if dosdebug detached while in a stopped state. - Fix dosdebug detaching to make it possible to attach dosdebug again. More... almost 21 years ago
Return to dosemu context before starting a dosdebug polling cycle. More... almost 21 years ago
Fix some annoying error messages. More... almost 21 years ago
Use mhp_intercept() to debug CPU exceptions in DPMI. More... almost 21 years ago
Introduce mhp_intercept(). When called, the control is transferred to dosdebug if it was attached. More... almost 21 years ago
Kill 2 instances of allocating 64K on stack - this is too much and causes a memory corruptions for me (probably a gcc problem) More... almost 21 years ago
DOSEMU 1.1.5.6 (now really) More... almost 21 years ago
Add \n to debug printf. More... almost 21 years ago
From Stas: hog adjustment for the mouse code. More... almost 21 years ago
From Stas: Update the getfd() console detection code with the one from kbd 1.08 More... almost 21 years ago
DOSEMU 1.1.5.6 More... almost 21 years ago
Fix problem with dir searches that should *not* find a volume label (such as the attribute 0x3f) More... almost 21 years ago
Hungarian keyboard adjustments. More... almost 21 years ago
Add necessary closedir for VFAT searches. More... almost 21 years ago
Prevent unpleasant SIGSEGV. More... almost 21 years ago
Fix LFN's for VFAT. Make use of the VFAT_IOCTL_READDIR_BOTH ioctl to obtain the short aliases for long filenames (Wine provided a good example). Remove unnecessary scan_dir usage on VFAT (because stat is already case- insensitive) More... almost 21 years ago
Fix problem with LFN "truename" (int21/ax=0x7160/cl=1) More... almost 21 years ago
From Stas: small configure adjustments. More... almost 21 years ago
Use only the current DMA channel on SB16. This allows the QV to work. QV is an MPEG4/DivX player for DOS! More... almost 21 years ago
Enable mouse at startup in case the program doesn't do that manually. More... almost 21 years ago