Merge pull request #641 from michalsc/sana2_fix | Kalamatee | 2024-05-18T07:39:55Z

Merge pull request #641 from michalsc/sana2_fix

Fix two sana2.h IO requests

Fix two sana2.h IO requests | michalsc | 2024-05-13T21:37:44Z

Fix two sana2.h IO requests

S2_ADDMULTICASTADDRESSES and S2_DELMULTICASTADDRESSES had wrong values.

Merge pull request #640 from deadwood2/sam440-fix | Kalamatee | 2024-04-13T10:30:11Z

Merge pull request #640 from deadwood2/sam440-fix

Add task.resource to kernel - this is a necessary component

Add task.resource to kernel - this is a necessary component | | 2024-04-05T13:13:49Z

Add task.resource to kernel - this is a necessary component

Merge pull request #636 from reinauer/Fix_Darwin_M2 | Kalamatee | 2024-02-10T02:25:11Z

Merge pull request #636 from reinauer/Fix_Darwin_M2

gcc-6.5.0-aros.diff: Fix cross-compilation on Darwin/arm64

gcc-6.5.0-aros.diff: Fix cross-compilation on Darwin/arm64 | reinauer | 2024-02-09T06:26:34Z

gcc-6.5.0-aros.diff: Fix cross-compilation on Darwin/arm64

This fixes the following error while compiling the toolchain:

ld: warning: ignoring duplicate libraries: '../libcpp/libcpp.a', '../libdecnumber/libdecnumber.a', 'libcommon.a'
ld: Undefined symbols:
  _host_hooks, referenced from:
      c_common_no_more_pch() in c-pch.o
      gt_pch_save(__sFILE*) in libbackend.a[92](ggc-common.o)
      gt_pch_save(__sFILE*) in libbackend.a[92](ggc-common.o)
      gt_pch_restore(__sFILE*) in libbackend.a[92](ggc-common.o)
      toplev::main(int, char**) in libbackend.a[252](toplev.o)
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Merge pull request #634 from deadwood2/boot_prefs_ftmanager | Kalamatee | 2024-02-07T09:10:34Z

Merge pull request #634 from deadwood2/boot_prefs_ftmanager

Boot prefs ftmanager

Use github mirror of PCIIDS project. Main site sometimes fails. | | 2024-02-03T20:13:19Z

Use github mirror of PCIIDS project. Main site sometimes fails.

Catalog submodules updated. | | 2024-02-03T20:12:00Z

Catalog submodules updated.

Update ftmanager.c | subocz | 2024-02-03T16:30:00Z

Update ftmanager.c

Paths to the font directory should not be translated

Update version | | 2024-02-03T16:30:00Z

Update version

Localize strings | | 2024-02-03T16:30:00Z

Localize strings

Implement AHCI=force150/force300/force600 | | 2024-02-03T16:30:00Z

Implement AHCI=force150/force300/force600

Add support for AHCI=disable and NVME=disable | | 2024-02-03T16:30:00Z

Add support for AHCI=disable and NVME=disable

Implement support for ATA=disable argument | | 2024-02-03T16:30:00Z

Implement support for ATA=disable argument

Add separate tabs for ATA, AHCI and NVME | | 2024-02-03T16:30:00Z

Add separate tabs for ATA, AHCI and NVME

Default state of ata_32bit is disabled | | 2024-02-03T16:30:00Z

Default state of ata_32bit is disabled

If there is no ATA= line in grub command line, it means 32bit switch
is disabled.

Add information at the top to avoid confusion | | 2024-02-03T16:30:00Z

Add information at the top to avoid confusion

Replace enableusb option with noioapic | | 2024-02-03T16:30:00Z

Replace enableusb option with noioapic

'enableusb' is no longer present in source code and 'noioapic' comes handy
on some configurations

Fix: Mark ata_32bit object for '32bit' argument | | 2024-02-03T16:30:00Z

Fix: Mark ata_32bit object for '32bit' argument