dosemu2:tmrhack

Last commit made on 2022-06-14
Get this branch:
git clone -b tmrhack https://git.launchpad.net/dosemu2

Branch merges

Branch information

Name:
tmrhack
Repository:
lp:dosemu2

Recent commits

fa43fba... by stsp

timer hack [#1661]

f6ff81e... by stsp

io: use SCHED_FIFO for io thread

That seems to improve timer accuracy.

8d1a656... by stsp

vtmr,io: set thread names

0a56148... by stsp

Merge pull request #1676 from dosemu2/tst

dpmi: unprotect stack page before use [#1673]

35d5954... by stsp

dpmi: unprotect stack page before use [#1673]

Ths should fix errors about touching jit-protected page.

179962d... by stsp

Merge pull request #1675 from andrewbird/t16

CI: Update libi86 test to latest tag

68e95bf... by Andrew Bird

CI: Update libi86 test to latest tag

c46022b... by stsp

int: do int_yield() on int1a [fixes #1668]

Otherwise bios clocks never change, so some app may poll it (with
ints disabled) forever.

13e772e... by stsp

vm86: clear VIP when pic not pending [#1671]

669e738... by stsp

vtmr: avoid deadlock in masked mode [fixes #1671]

Still needs $_timer_tweaks = (on) to run properly.