aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnarl
AgeCommit message (Expand)AuthorFilesLines
2024-06-20ada: New pragma to default all interrupts to system.Doug Rupp1-1/+23
2024-06-10ada: Fix usage of SetThreadAffinityMaskRonan Desplanques1-3/+3
2024-06-10ada: Fix usage of SetThreadIdealProcessorRonan Desplanques1-2/+11
2024-05-21Fix Ada runtime library breakage on Solaris (bis)Eric Botcazou1-1/+1
2024-05-21ada: Remove some explicit yields in tasking run-timeRonan Desplanques2-36/+0
2024-05-21ada: Add new Mingw task priority mappingJustin Squirek2-1/+13
2024-05-20ada: Tweak handling of thread ID on POSIXRonan Desplanques11-61/+78
2024-05-20ada: Fix incorrect free with Task_Info pragmaRonan Desplanques1-6/+11
2024-05-18Fix Ada runtime library breakage on SolarisEric Botcazou4-5/+11
2024-05-17ada: Start the initialization of the tasking runtime earlierEric Botcazou1-9/+21
2024-05-17ada: Restore dependency on System.OS_Interface in System.Task_PrimitivesEric Botcazou1-1/+2
2024-05-17ada: Replace spinlocks with fully-fledged locks in finalization collectionsEric Botcazou37-353/+251
2024-05-17ada: Factor out duplicated code in bodies of System.Task_Primitives.OperationsEric Botcazou5-129/+90
2024-05-13ada: Remove deprecated VxWorks interrupt connection APIAshley Gay4-106/+5
2024-05-06ada: Replace references to PO_Simple by Protected_Objects in commentsEric Botcazou3-4/+10
2024-01-22Update copyright years.Marc Poulhiès219-219/+219
2023-11-30ada: Add comment describing Partition_Elaboration_Policy dependency.Steve Baird1-0/+6
2023-11-07ada: Fix extra whitespace after END keywordsPiotr Trojanek4-4/+4
2023-09-05ada: Support setting task affinity on QNXJohannes Kliemann1-5/+40
2023-09-05ada: Handle GNATcheck violationsSheri Bernstein2-6/+9
2023-09-05ada: Tweak comment about tasking corner caseRonan Desplanques1-2/+2
2023-09-05LoongArch: initial ada support on linuxYang Yujie1-0/+134
2023-07-28ada: Add an assert in Posix Interrupt_WaitClément Chigot1-0/+1
2023-07-28ada: Fix race condition in protected entry callRonan Desplanques1-2/+8
2023-07-18ada: Tweak CPU affinity handling on LinuxRonan Desplanques1-31/+7
2023-06-20ada: Remove outdated commentRonan Desplanques1-4/+0
2023-06-20ada: Remove references to Might_Not_Return and Always_ReturnClaire Dross1-2/+2
2023-06-15ada: Adjust QNX Ada priorities to match QNX system prioritiesJohannes Kliemann1-1/+1
2023-05-26ada: Use computed value from os_constants to define sigset_tDoug Rupp1-1/+3
2023-05-23ada: Fix address manipulation issue in the tasking runtimeEric Botcazou4-33/+33
2023-05-23ada: Add new switch -gnatyzArnaud Charlet2-2/+2
2023-05-23ada: Sync different variants of interrupt handler registrationPiotr Trojanek4-70/+56
2023-01-09ada: Update copyright noticeArnaud Charlet218-218/+218
2022-11-07ada: Tune layout after switching to Ada 2022 aggregate syntaxPiotr Trojanek1-6/+5
2022-11-07ada: Cleanup WITH clauses after switching from obsolescent Ada 83 unitPiotr Trojanek1-11/+6
2022-09-06[Ada] Place "at end" on body nodesBob Duff1-3/+8
2022-07-12[Ada] Annotate libraries with returning annotationJoffrey Huguet1-0/+1
2022-07-12[Ada] Ignore exceptions in task termination handlersBob Duff3-5/+10
2022-05-18[Ada] Fix Ada-QNX task priority conversionJohannes Kliemann1-1/+1
2022-05-13[Ada] Only use alternate stack when neededArnaud Charlet1-4/+10
2022-05-13[Ada] Remove obsolete uses of Unchecked_Conversion from Ada 83Piotr Trojanek3-8/+8
2022-01-18Ada: Revert filename changes in comments.Martin Liska7-7/+7
2022-01-18Revert Ada .cc renaming renaming.Martin Liska1-0/+0
2022-01-17Change references of .c files to .cc filesMartin Liska7-7/+7
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+0
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet218-218/+218
2022-01-07[Ada] Fix uses of pragma Unreferenced in MinGW runtime unitGhjuvan Lacambre1-2/+0
2022-01-07[Ada] Cleanup and modification of unreferenced warningsJustin Squirek3-5/+0
2022-01-07[Ada] Warn on import of parent packageBob Duff2-3/+0
2022-01-05[Ada] Remove extra whitespace in declarations and parameters listsPiotr Trojanek1-24/+24