5
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 6 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove suspicious code. More... over 20 years ago
Generate vga.pcf.gz on the fly in the bindist. Delete in source rep. More... over 20 years ago
Copy Stas' midi_in definitions to configure.ac: config.h.in is automatically generated by autoconf. More... over 20 years ago
* Initialize mouse before serial. * Don't initialize the serial mouse port if the GPM mouse is used. That's racy. More... over 20 years ago
Sheesh! You add one thing, and forget another... More... over 20 years ago
Revert accidental revert. More... over 20 years ago
Remove glibc calls from SIGALRM and SIGIO handlers. More... over 20 years ago
Merge documentation changes from stable with HEAD. More... over 20 years ago
xterm_title support for CVS HEAD More... over 20 years ago
Fix German shift-3 (paragraph) problem from stable. More... over 20 years ago
More consistent register translation technique. Hopefully it will not introduce too many new problems - I've debugged it a whole lot. More... over 20 years ago
Protect memory pages RW before releaseing to pool. This is to avoid page-faults on a newly allocated memory. More... over 20 years ago
- Added support for MIDI input. - Fixed a couple of bugs in MPU401 code. More... over 20 years ago
NOVELL HOWTO updates from Stas More... over 20 years ago
Happy new year! More... over 20 years ago
Fix endif (twice) thinko More... over 20 years ago
SGML'ed Stas' EMUfailure updates. More... over 20 years ago
Use have_x instead of no_x (mostly from Stas, one extraneous test could be removed). More... over 20 years ago
Comment everything out. More... over 20 years ago
* use a safer rm -rf ../tmp (fixes #851514 ; make install executes in src) * copy global.conf and dosemu.users to sysconfdir without example extensions * remove config.status call from the Makefile. It messes prefix up. * obsolete /etc/dosemu.conf (etc) unless sysconfdir=/etc; make install and the rpm install moves them now * use %config(noreplace) for the rpm More... over 20 years ago
Allow a completely free-from printer command (but for LPT1 only for now) More... over 20 years ago
Fix problems with -F for global.conf More... over 20 years ago
Added mremap(.,0,..) check for the 2.6.1 kernel: we can only use mapfile and not mapshm More... over 20 years ago
Added some desperate attempts to really convince X to find the font. More... over 20 years ago
Arrange scancode translation rules as an array rather than as a linked list. More... over 20 years ago
Documentation changes that showed up in a "cvs diff". I'm sure I submitted some this a long time ago...must have forgotten to I guess. Anyway: More... over 20 years ago
Fix bug where typing "xdosemu /path/that/doesnt/exist" gave the error message: More... over 20 years ago
dosdebug: - Parse multiple commands properly - Stop trace loop in mhp_intercept() More... over 20 years ago
Escaped bit from the previous commit. More... over 20 years ago
- Switch the mouse driver over to async IO - fixes bug #852077 This moves device_init() after signal_init(), otherwise the SIGIO kills us. Please double-check if this is safe and that there are no other inter-dependancies in the init sequence that this change can break. More... over 20 years ago