5
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve DPMI debugging: - Properly debug the emulated instructions - force_early hack is no longer necessary - More debugging messages More... over 20 years ago
Add missing pic_request(PIC_IMOUSE) for the xterm mouse. More... over 20 years ago
Add shift-tab to the xterm keys. More... over 20 years ago
From Stas: xtitle support (Bart: extended support to xterms) More... over 20 years ago
Fix off by one error in the gpm code. More... over 20 years ago
(from Stas) Upon signal handler entry: Restore the eflags instead of explicitly clearing AC and ID. Also restore the %fs and %gs registers for compatibility with NPTL. More... over 20 years ago
Add support for gpm (with a little help from mc) More... over 20 years ago
Limits >1MB are page-granular. More... over 20 years ago
Originally by Mart Laak: xterm mouse support. Works in putty too. Changed by Bart to run automatically if TERM=xterm* and use the 1002 mode so that not just button clicks but also drags can be detected. More... over 20 years ago
Based on a patch from M�rt Laak ([email protected]) Turn off shiftstates for terminals later. Bart: do this from the sigalrm handler instead of for the next key. Also add some more escape sequences for xterm and putty. More... over 20 years ago
Update ChangeLog and VERSION to 1.1.5.7 More... over 20 years ago
From Clarence: portserver_pid should be set to 0 in port_exit() so that if there are any accidental port accesses after port_exit(), error() will remind us to fix them. Also, "if (port_fd_out[1])" check is not necessary anymore since portserver_pid is already tested for. More... over 20 years ago
Solve problem with attribute emulator introduced in 1.1.5.4 More... over 20 years ago
Dont skip the extended access type byte for 16bit clients. More... over 20 years ago
Even more speedy Makefiles. More... over 20 years ago
- msdos_fault: Dont try to fix the selector if the program abuses a perfectly valid descriptor - this is not fixable on dosemu side and the attempt to only screws up the things even more making it unfixable also for the program itself. - msdos_fault: Do all the fixing on a temporary context struct and apply the fix to the real context only when we are sure the fix is valid. - msdos_fault: Some cleanups and optimisations. More... over 20 years ago
Export selector checking functions. More... over 20 years ago
Add missing dos_closedir() More... over 20 years ago
* implement LFN wildcard delete (int21/ax=7141/si=1) * check for invalid characters in LFN truename (int21/ax=7160) More... over 20 years ago
* fix a few missed LFN character set conversions * no longer trust stat for vfat; there are some problems with question marks and characters such as � (\'e) * use underscores instead of ? for unconvertible unicode. Translate all ?'s to _'s for unix->DOS filename translation. More... over 20 years ago
From Nerijus Baliunas ([email protected]) This patch adds cp773 (called KBL in Lithuania) support. Although it is not an official standard, but is used more than any other DOS cp in Lithuania. More... over 20 years ago
Speed up the "make when already built" even more! More... over 20 years ago
Fix tttttyppooo More... over 20 years ago
MFS cleanup, fix exists() and wildcard delete. Also make findfirst on a single file more efficient again and get it to honour devices again. More... over 20 years ago
Create src/lib upon make and remove it with "make distclean". More... over 20 years ago
Remove any autom4te*.cache varieties upon distclean. Set BINPATH at the right time (after THISVERSION). More... over 20 years ago
Allow 4G limits when converting segment to descriptor. (another part of bug #756570) More... over 20 years ago
- Allow using any realmode segments as a selectors, not only the special ones (part of bug #756570) - Some cleanup More... over 20 years ago
Add support (using the translate plugin) to the MFS to translate between the external and internal charset for filenames. Set $_external_charset (for all purposes except the display) to the current locale charset by default. Various MFS cleanups. More... over 20 years ago
Small makefile optimizations. More... almost 21 years ago