openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
DOSBox-x
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 611 of 619
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
remove "invalid link state" call. it makes me think that the UMB chain is invalid when all that happened is a DOS program (Open Watcom 1.9 DOS installer) called AX=0x5803 with an invalid BX value.
Jonathan Campbell
More...
almost 11 years ago
cleanup code in DOS execution logic that tries to load the image as high as possible in the block if min == 0 && max == 0
Jonathan Campbell
More...
almost 11 years ago
CTRL+BREAK and CTRL+C: Don't print ^C on console until processing break flag. This fixes ^C showing up for CTRL+C but not CTRL+BREAK.
Jonathan Campbell
More...
almost 11 years ago
bugfix: DOS STDIN functions updated to check and act upon CTRL+C rather than just check. This fixes Watcom WCC.EXE and other tools apparently printing one more line of text after CTRL+C.
Jonathan Campbell
More...
almost 11 years ago
whoops! code to trap termination by throw...catch forgot to reset Break INT 23h in progress flag. This fixes Watcom WLIB.EXE and VI.EXE sometimes causing DOSBox to suddenly exit on CTRL+C or exit (because outside this hack DOSBox interprets a thrown int() as a signal to exit).
Jonathan Campbell
More...
almost 11 years ago
INT 21h: termination functions now throw an exception to INT 23h emulation if INT 23h attempts to call termination. Some DOS programs will do that from within the INT 23h handler! Added more code to deal with CTRL+C and CTRL+BREAK
Jonathan Campbell
More...
almost 11 years ago
update bug note for Open Watcom 1.9 installer
Jonathan Campbell
More...
almost 11 years ago
[MIGRATED] [PATCH 2/3] update bug note for Open Watcom 1.9 installer
Jonathan Campbell
More...
almost 11 years ago
add comment to configuration about disabling dbcs table
Jonathan Campbell
More...
almost 11 years ago
[MIGRATED] [PATCH 1/3] add comment to configuration about disabling dbcs table
Jonathan Campbell
More...
almost 11 years ago
INT AH=65h fail call for DBCS table if DBCS table not allocated.
Jonathan Campbell
More...
almost 11 years ago
DOS 1Bh handler: reset the CTRL+BREAK flag INT 9h: add code to write zero word into keyboard buffer on CTRL+BREAK
Jonathan Campbell
More...
almost 11 years ago
CON driver: Query STDIN status call now uses INT 16h AH=0x11 to determine status instead of the DOSBox-specific keyboard scan code hack that was there. The reason is that some programs (such as Microsoft SCANDISK in 6.22) rely on hooking INT 16h to eat certain scan codes and prevent MS-DOS from seeing them (why they don't make use of INT 15h AH=0x4F hooking is beyond me). In order for SCANDISK.EXE's textual "GUI" to work properly with certain keys, we have to call INT 16h and therefore the hook, or keyboard input becomes sporadic.
Jonathan Campbell
More...
almost 11 years ago
initial support code for CTRL+C and CTRL+BREAK in the DOS kernel. If CTRL+C is seen, or INT 1Bh was issued by CTRL+BREAK, then the DOS kernel invokes INT 23h.
Jonathan Campbell
More...
almost 11 years ago
rename DOSBox debugger to debugbox.com, rename debugx.exe to debug.exe
Jonathan Campbell
More...
almost 11 years ago
update
Jonathan Campbell
More...
almost 11 years ago
[MIGRATED] [PATCH 2/2] update
Jonathan Campbell
More...
almost 11 years ago
[MIGRATED] [PATCH 1/2] noted bug
Jonathan Campbell
More...
almost 11 years ago
noted bug
Jonathan Campbell
More...
almost 11 years ago
bugfix: DOS execute range check using pspseg+memsize not loadseg+memsize. loadseg could easily point to the end of the memory segment minus image size in certain cases. This fixes Windows 3.1 WIN.COM triggering the range check falsely.
Jonathan Campbell
More...
almost 11 years ago
some GUI_TK cleanup
Jonathan Campbell
More...
almost 11 years ago
add SHOWGUI.COM to DOSBox's internal command set so that it is possible to pull up the GUI without fiddling around with the keymapper to trigger it.
Jonathan Campbell
More...
almost 11 years ago
add the ability to set CD-ROM drive spin up/down/change delays from the IDE controller section
Jonathan Campbell
More...
almost 11 years ago
change IDE delays. a longer CD insert delay makes windows 95's auto-insert a lot more reliable
Jonathan Campbell
More...
almost 11 years ago
cleanup
Jonathan Campbell
More...
almost 11 years ago
remove old orig
Jonathan Campbell
More...
almost 11 years ago
more header cleanup
Jonathan Campbell
More...
almost 11 years ago
clarify private area size parsing and meaning
Jonathan Campbell
More...
almost 11 years ago
more cleanup
Jonathan Campbell
More...
almost 11 years ago
main dosbox.cpp cleanup
Jonathan Campbell
More...
almost 11 years ago
←
1
2
…
607
608
609
610
611
612
613
614
615
…
618
619
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree