Skip to content

Tags: deadwood2/AROS

Tags

AxRT_41.12

Toggle AxRT_41.12's commit message
Update revision for release

ABIv11_20241102-1

Toggle ABIv11_20241102-1's commit message
Fix bugs in wcsncpy

a) overflow when cnt == 0
b) was bitwise & while needed logic &&

ABIv0_20220318-1-U2

Toggle ABIv0_20220318-1-U2's commit message
Backport: Allow for up to 5 retries when TX ring is full

Testing on VirtualBox showed that TX ring can sometimes become full between
consecutive requests. This is often happening when entiring YT video page
where Odyssey makes a lot of requests in short amount of time. In such
case give up to 5 iterations of 20ms for the (emulated) card to send the
data before giving up.

Problem is also triggered by opening two shells and doing ping -f <router ip>
in each of them.

AxRT_41.10

Toggle AxRT_41.10's commit message
TO BE MERGED: Build png.datatype

ABIv0_20220318-1-U1

Toggle ABIv0_20220318-1-U1's commit message
Backport: Support registering atexit() functions before CrtProgCtx is…

… created

This can happen in C++ when there is a global object which creates a
static object in its constructor. Creation of global object is run in
CTORS set and static object destructor is registered with atexit.

This all happens before __progonly_program_startup had a chance to run
and create CrtProgCtx

ABIv0_20220318-1

Toggle ABIv0_20220318-1's commit message
Backport: Extend CreateImage hack

It now support case where address differ in number of digits and falls
back to not displaying any images instead of displaying broken text when
the hack fails

ABIv0_20211128-1

Toggle ABIv0_20211128-1's commit message
Backport: After MUIA_String_Contents, MUIA_String_Acknowledge has sam…

…e value

This fixes #104

ABIv11_20230430-1

Toggle ABIv11_20230430-1's commit message
Make names global so that they are not destroyed at function return.

ABIv0_20201110-2

Toggle ABIv0_20201110-2's commit message
Backport: Fix for #86

This partially reverts fix for #62
which used not detailed enought test and drew partially wrong conclusions.

ABIv0_20201110-1

Toggle ABIv0_20201110-1's commit message
Backport: Simplified the fix for the problem with recognizing ascci f…

…iles. Tested with ascii, Amigaguide, JPEG, EXE.