Merge pull request #631 from deadw00d/fixes-03 Fixes 03
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 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 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 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
Avoid generating empty .fd files as they have no value
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 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 Execute() returns information whether command was executed, not the return code of command.
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-usage GFLG_GADGHIGHBITS: Fix incorrect usages.
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
Merge pull request #622 from deadw00d/fixes-02 Fixes 02
Fix URL for acpica
Adjust to changes in muimaster.library Setting same value for Cycle gadget no longer triggers notification.
Catalog submodules updated.
attempt to fix the x86_64 builds - depend on ARCHOBJDIR being created
add an additional source for the freetype demos