Go to file
deadwood 300caa87ef 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
2024-04-26 19:33:22 +02:00
arch Backport: Disable ACPI in "safe mode" 2024-04-14 11:49:08 +02:00
boot mmakefile*: header fixes 2021-05-02 13:52:04 +02:00
bootstrap bootstrap, scripts: detabbed 2021-05-02 14:01:17 +02:00
compiler Backport: Support registering atexit() functions before CrtProgCtx is created 2024-04-26 19:33:22 +02:00
config Backport: Add sdk/usessdk to build_module_abi macro 2024-02-21 18:11:45 +01:00
developer Backport: Add workaround for problem visible in C++ code 2024-01-30 10:46:38 +01:00
external Forward compatibility: downgrade libraries that use C to linklibs 2024-01-15 13:30:22 +01:00
images Other: Default display to PC104 layout since this branch is pc-only 2024-01-15 13:31:29 +01:00
rom Backport: ahci.device 20240319 2024-03-20 14:52:14 +01:00
scripts Other: Adjust runtests.sh to ABIv0 branch 2024-01-19 17:04:46 +01:00
tools Backport: Fix: initialize dwarf_reg_size_table again 2024-01-26 20:46:34 +01:00
workbench Backport: Fix from stegerg: double size so wrapped-over data can be appended at end 2024-04-23 10:34:35 +02:00
.gitattributes dont use working-tree-encoding, just use encoding 2020-04-26 15:20:31 +02:00
.gitignore Other: update .gitignore 2024-01-15 13:31:26 +01:00
.gitmodules Delete the posix.1 submodule 2020-05-09 16:07:59 +02:00
ACKNOWLEDGEMENTS
CONTRIBUTING.md Extend contributing rules 2021-11-20 20:32:54 +01:00
INSTALL.md Other: update package dependencies 2024-01-15 13:31:25 +01:00
LEGAL
LICENSE
LICENSE.Author
LICENSE.GPL
LICENSE.LGPL
Makefile.in Add patchelf to tools 2022-02-21 06:58:03 +01:00
README.md Introduce ABIv0 specific read me and install instructions. 2024-01-15 13:30:23 +01:00
acinclude.m4
aclocal.m4 import support macros for using Python, and detect if mako templates have been installed. 2021-05-01 21:37:30 +02:00
configure Backport: Generate debug information for C++ code as well if globally requested 2024-01-15 13:31:24 +01:00
configure.in Backport: Generate debug information for C++ code as well if globally requested 2024-01-15 13:31:24 +01:00
license.html
mmake.config.in
mmakefile mmakefile*: header fixes 2021-05-02 13:52:04 +02:00

README.md

ABIv0

This is the main repository for AROS ABIv0 systems.

For build instructions please check INSTALL.md