Get this repository:
git clone https://git.launchpad.net/dosemu2

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/dosemu2/dosemu2.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log

Branches

Name Last Modified Last Commit
devel 2024-03-28 11:18:17 UTC
Merge pull request #2180 from dosemu2/shm_ns

Author: stsp
Author Date: 2024-03-28 11:18:17 UTC

Merge pull request #2180 from dosemu2/shm_ns

Shm ns

dpmient 2022-12-01 22:23:27 UTC
msdos: implement int2f/1687

Author: stsp
Author Date: 2022-12-01 18:47:43 UTC

msdos: implement int2f/1687

Its quite a horrible impl involving multiple PM and RM helpers,
lots of asm etc.
It should probably better be implemented as a DPMI extension.

tmrhack 2022-06-14 13:03:36 UTC
timer hack [#1661]

Author: stsp
Author Date: 2022-06-14 13:03:36 UTC

timer hack [#1661]

gh-pages 2022-05-22 09:34:30 UTC
Merge pull request #1636 from rouyng/gh-pages-doc-section

Author: stsp
Author Date: 2022-05-22 09:34:30 UTC

Merge pull request #1636 from rouyng/gh-pages-doc-section

add documentation subheading with link to wiki

master 2022-01-29 19:37:30 UTC
merge 2.0pre9 release from devel

Author: stsp
Author Date: 2022-01-29 19:37:30 UTC

merge 2.0pre9 release from devel

* devel: (56 commits)
  update version to 2.0pre9
  deb: pre9
  locales.conf: sanitize country codes
  locales.conf: add more locales
  tweaks: document Test Drive 2 problem
  fatfs: add missing fdpp ifdef [#1583]
  signal: inject timer before keypresses [#1580]
  pic: prevent timer from interrupting things [fixes #1580]
  term: fix regression of 2a97d388e [#1583]
  vgaemu: alloc extra pages for dirty_map
  dpmi: promote words to unsigned before lshift
  dpmi: fix misplaced braces
  fdpp: require 1.6 for country support
  fdpp: add country setting [fixes #1579]
  locales.conf: add some country numbers [#1579]
  sdl: fix warning
  fatfs: fix c++ build
  simx86: fix linkage of do_seq_start() in c++ mode
  various: underscore _min _max macros
  mhpdbgc: build with g++
  ...

dosext2 2021-12-06 21:52:16 UTC
trying to craft a mix of old and new msdos.c [#1551]

Author: stsp
Author Date: 2021-12-05 22:56:40 UTC

trying to craft a mix of old and new msdos.c [#1551]

For debugging purposes.

dosext 2021-12-06 12:37:55 UTC
trying to craft a mix of old and new msdos.c [#1551]

Author: stsp
Author Date: 2021-12-05 22:56:40 UTC

trying to craft a mix of old and new msdos.c [#1551]

For debugging purposes.

vme 2021-08-02 02:06:47 UTC
simx86: account VME/PVI when mangling flags

Author: stsp
Author Date: 2021-08-02 02:06:47 UTC

simx86: account VME/PVI when mangling flags

kvm_syn 2021-06-19 00:00:45 UTC
kvm: minimize dirtying of kvm regs/sregs

Author: stsp
Author Date: 2021-04-21 22:19:15 UTC

kvm: minimize dirtying of kvm regs/sregs

Compare with old copies.
This should speed up the things.

legacy 2021-05-09 11:36:44 UTC
Merge branch 'devel' into legacy

Author: stsp
Author Date: 2021-05-09 11:36:44 UTC

Merge branch 'devel' into legacy

mapbase 2020-05-05 21:03:35 UTC
mapping: separate mem base for simx86

Author: stsp
Author Date: 2020-04-12 18:58:56 UTC

mapping: separate mem base for simx86

vgacpy 2020-04-11 23:32:51 UTC
sketch fault-less vga [#1099]

Author: stsp
Author Date: 2020-04-10 01:16:45 UTC

sketch fault-less vga [#1099]

This also fixes the crash regression of 9be5b9b.

kbd_map 2020-02-06 17:43:14 UTC
kbd: support multi-map characters [#836]

Author: stsp
Author Date: 2020-02-06 17:43:14 UTC

kbd: support multi-map characters [#836]

That is, the characters that may reside in multiple maps.

pic_revert 2019-09-29 08:37:28 UTC
pic: revert 5ee681aa [#155]

Author: stsp
Author Date: 2017-10-14 14:31:06 UTC

pic: revert 5ee681aa [#155]

sdlttf 2019-06-29 07:55:03 UTC
SDL: rework window resizing

Author: Andrew Bird
Author Date: 2019-06-10 14:18:59 UTC

SDL: rework window resizing

Only change the font when the window is resized, this:
   1/ Maintains aspect ratio (as before) but instead of resizing the
window to fit the new cell size addis offsets to centre the drawn text
within the user defined window size.
   2/ Sometimes the calculated font size is too large for the user
defined window size resulting in clipped edges of the text. This is
because scaling the pointsize is not truly linear, at least with the
default font. Possibly a better calcuation could be obtained by
iterating through a range of pointsizes until suitable match is found.
That seems to be an expensize operation on SDL_TTF as the font has to be
opened at each pointsize to glean the respective height/width.

comcom 2017-04-01 15:57:45 UTC
re-add comcom, doesn't work yet

Author: stsp
Author Date: 2017-04-01 15:57:45 UTC

re-add comcom, doesn't work yet

kvm 2015-11-19 21:55:27 UTC
fix cpuemu init regression

Author: stsp
Author Date: 2015-11-16 20:56:18 UTC

fix cpuemu init regression

(cherry picked from commit f3750283b30202741179ffbf1b0180ae79edf778)

xrandr2 2015-01-24 16:36:26 UTC
Merge branch 'xrandr' into xrandr2

Author: stsp
Author Date: 2015-01-24 16:36:26 UTC

Merge branch 'xrandr' into xrandr2

Conflicts:
 configure
 src/include/config.h.in

118 of 18 results

Other repositories

Name Last Modified
lp:dosemu2 4 hours ago
11 of 1 result
You can't create new repositories for Dosemu2.