5
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 8 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Basta More... over 20 years ago
Fixed some log output, adjusted some types. More... over 20 years ago
Per-client IDT, as required by DPMI 1.0 spec. IDT is inherited from previous client if possible, to retain the compatibility with DPMI 0.9. More... over 20 years ago
Added pm_block_root to a per-client structure. More... over 20 years ago
Added realModeCallBack to a per-client structure. More... over 20 years ago
Added pm_block_root to a per-client structure. More... over 20 years ago
Started a consolidation of a per-client data into a single structure for the true multi-client support and better compatibility with DPMI 1.0. This patch consolidates a DPMIclient_is_32 and dpmi_stack_frame, adding other units is in to-do. This patch allows building a FreeDOS kernel under a 16-bit BC-3.1 environment, while using a 32-bit nasm. More... over 20 years ago
Make sure the serial device is a tty. More... over 20 years ago
Check ss:sp=0 as per specs, sp=0 is not enough. More... over 20 years ago
Remove duplicate/unused includes. More... over 20 years ago
Init the mouse IRQ after the mouse client initialisation. More... over 20 years ago
ConvertSegmentToDescriptor() must look up segments also with the limit==0xff as this is the limit of PSP segments created at DPMI initialization. More... over 20 years ago
Call hardware_setup() before device_init(). This fixes a numlock problem reported by Reinhard. More... over 20 years ago
Dont intercept leavedos() when it is called from within a signal context. More... over 20 years ago
Dont intercept leavedos() if it was called from within a signal context. TODO: Calling leavedos() from within a signal context should be deprecated and replaced with some more elegant solution that can work with dosdebug. More... over 20 years ago
Dont use -O2 for dosdebug, CFLAGS should be enough. More... over 20 years ago
Optimisation: READ_DS_COPIED can be #define instead of variable More... over 20 years ago
Exit dosdebug if dosemu unexpectedly terminated. More... over 20 years ago
Use CFLAGS for dosdebug More... over 20 years ago
Small fixes to get the gpm mouse back working. More... over 20 years ago
Mouse cleanup: use a mouse client structure similar to the one used for the keyboard. More... over 20 years ago
Localized title support using a new Video function pointer. More... over 20 years ago
Try all possible mouse modes by sending escape sequences in increasing order of being desirable. Use non-blocking mode for the gpm mouse descriptor More... over 20 years ago
Fix PATCHLEVEL typo in configure.ac; remove help for enable-mitshm (disable-mitshm is enough) More... over 20 years ago
Fix -H1 (stop until dosdebug has connected) More... over 20 years ago
Let int 11 and int 12 read their values from 40:xxx like real BIOSes do. More... over 20 years ago
Repair -H1 (yes, this reverts the 1.1.4.1 change; possibly there's a better fix?) More... over 20 years ago
Better fix for 0 in %ss: simply use old stack in that case. More... over 20 years ago
Small optimisation to avoid a couple of unnecessary xtitle updates. More... over 20 years ago
Recovery code for Windows which puts 0 into %ss on the exception stack frame. Escaping via a locked stack seems to help. More... over 20 years ago