Merge pull request #631 from deadw00d/fixes-03 | Kalamatee | 2023-12-06T18:15:01Z

Merge pull request #631 from deadw00d/fixes-03

Fixes 03

After MUIA_String_Contents, MUIA_String_Acknowledge has same value | | 2023-12-06T12:10:57Z

After MUIA_String_Contents, MUIA_String_Acknowledge has same value

This fixes https://github.com/deadw00d/AROS/issues/104

Set the correct mask via ohciEnableInt when enabling interrupt | | 2023-12-06T12:09:32Z

Set the correct mask via ohciEnableInt when enabling interrupt

This fix extends rev 39050. When interrupt is disabled via ohicDisableInt
is it removed from hc_PCIIntEnMask. Enabling HUBCHANGE interrupt without
setting this mask was causing the interrupt to be raised but without
code to handle, causing USB to stop issuing next interrupts.

Problem became visible when starting ASUS M2N68-AM SE2 with usb
keyboard and pendrive connected. USB interrupt was not handled correctly
and USB stack was freezing, blocking IRQ5 which also happened
to be IRQ of SATA.

This fixes https://github.com/deadw00d/AROS/issues/111

Pass the tags containing project name and lock to CLI launch | | 2023-12-06T12:09:32Z

Pass the tags containing project name and lock to CLI launch

This allows executing tool from "Shell" with an argument via clicking. The
code was like this until rev. 31196. It looks like it's a side-effect of
that commit, not intention.

Note: OS3.9 as well as Scalos both allow this mode

This fixes https://github.com/deadw00d/AROS/issues/64

Allow renaming into exclusively locked directory | | 2023-12-06T12:09:32Z

Allow renaming into exclusively locked directory

Rationale:
1) none of the other file systems does this check
2) it is currently possible to create a file in exclusively locked
directory and there is indication that in past it was blocked the same
way as renaming. Changing rename synchronize logic in both paths.

Also filter out devices without functions | | 2023-12-06T12:07:19Z

Also filter out devices without functions

Avoid generating empty .fd files as they have no value | | 2023-12-06T12:07:19Z

Avoid generating empty .fd files as they have no value

Further relax condition | | 2023-12-06T11:54:58Z

Further relax condition

Based on tests of several pen-drives formatted under Linux Mint to
FAT32 LBA (0x0c)

Adjust to change in keymap limiting Hi to 0x38 | | 2023-12-06T11:53:43Z

Adjust to change in keymap limiting Hi to 0x38

Without this change random, unallocated memory was read when using
default (coming from keymap.library) keymap and this could cause a crash.

Fix for adding windows entry to grub | | 2023-12-06T11:50:45Z

Fix for adding windows entry to grub

Execute() returns information whether command was executed, not the return
code of command.

Merge pull request #624 from ezrec/ezrec/afs-openfromlock-fix | Kalamatee | 2023-09-12T08:07:51Z

Merge pull request #624 from ezrec/ezrec/afs-openfromlock-fix

rom/filesys/afs: Fix issue where OpenFromLock() returns NULL on success

Merge pull request #625 from ezrec/ezrec/incorrect-GFLG_GADGHIGHBITS-… | Kalamatee | 2023-09-12T08:07:35Z

Merge pull request #625 from ezrec/ezrec/incorrect-GFLG_GADGHIGHBITS-usage

GFLG_GADGHIGHBITS: Fix incorrect usages.

GFLG_GADGHIGHBITS: Fix incorrect usages. | ezrec | 2023-09-12T03:31:58Z

GFLG_GADGHIGHBITS: Fix incorrect usages.

GFLG_GADGHIGHBITS was being used incorrectly in a few locations in Inutition and Icon libraries.

Specifically, GFLG_GADGHIGHBITS is a mask against the set of one of the following:
   GFLG_GADGHCOMP
   GFLG_GADGHBOX
   GFLG_GADGHIMAGE
   GFLG_GADGHNONE

rom/filesys/afs: Fix issue where OpenFromLock() returns NULL on success | ezrec | 2023-09-12T03:18:09Z

rom/filesys/afs: Fix issue where OpenFromLock() returns NULL on success

Merge pull request #622 from deadw00d/fixes-02 | Kalamatee | 2023-07-19T09:46:13Z

Merge pull request #622 from deadw00d/fixes-02

Fixes 02

Fix URL for acpica | | 2023-07-17T13:20:57Z

Fix URL for acpica

Adjust to changes in muimaster.library | | 2023-07-17T13:18:30Z

Adjust to changes in muimaster.library

Setting same value for Cycle gadget no longer triggers notification.

Catalog submodules updated. | mattrust | 2023-06-27T19:31:44Z

Catalog submodules updated.

attempt to fix the x86_64 builds - depend on ARCHOBJDIR being created | Kalamatee | 2023-06-14T10:01:10Z

attempt to fix the x86_64 builds - depend on ARCHOBJDIR being created

add an additional source for the freetype demos | Kalamatee | 2023-06-13T22:09:34Z

add an additional source for the freetype demos