From eee7f3d444a6921c2520e6ea281da67a2079aa2c Mon Sep 17 00:00:00 2001 From: telleriam Date: Mon, 16 Jun 2008 12:30:51 +0000 Subject: [PATCH] Renaming fosa/src_marte to fosa/src_marte_os git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1260 35b4ef3e-fd22-0410-ab77-dab3279adceb --- {src_marte => src_marte_os}/Makefile | 0 {src_marte => src_marte_os}/Makefile.omk | 0 {src_marte => src_marte_os}/fosa_app_def_sched.c | 0 {src_marte => src_marte_os}/fosa_clocks_and_timers.c | 0 {src_marte => src_marte_os}/fosa_long_jump.c | 0 {src_marte => src_marte_os}/fosa_mutexes_and_condvars.c | 0 {src_marte => src_marte_os}/fosa_threads_and_signals.c | 0 {src_marte => src_marte_os}/fosa_time.c | 0 {src_marte => src_marte_os}/tests/Makefile.omk | 0 {src_marte => src_marte_os}/tests/test_clock_and_timers/Makefile | 0 .../tests/test_clock_and_timers/Makefile.omk | 0 .../tests/test_clock_and_timers/test_clock_and_timers.c | 0 {src_marte => src_marte_os}/tests/test_cpu_clocks/Makefile | 0 {src_marte => src_marte_os}/tests/test_cpu_clocks/Makefile.omk | 0 .../tests/test_cpu_clocks/test_cpu_clocks.c | 0 .../test_cpu_clocks_sigwait_from_different_thread.c | 0 {src_marte => src_marte_os}/tests/test_fosa_ads/Makefile | 0 {src_marte => src_marte_os}/tests/test_fosa_ads/Makefile.omk | 0 {src_marte => src_marte_os}/tests/test_fosa_ads/test_fosa_ads.c | 0 {src_marte => src_marte_os}/tests/test_fosa_general/Makefile | 0 {src_marte => src_marte_os}/tests/test_fosa_general/Makefile.omk | 0 {src_marte => src_marte_os}/tests/test_fosa_general/test_fosa.c | 0 {src_marte => src_marte_os}/tests/test_non_local_jump/Makefile | 0 .../tests/test_non_local_jump/Makefile.omk | 0 .../tests/test_non_local_jump/simple_test_non_local_jump.c | 0 .../tests/test_non_local_jump/test_fosa_long_jump.c | 0 .../tests/test_non_local_jump/testbench_long_jump.c | 0 {src_marte => src_marte_os}/tests/test_queue_signal_fosa/Makefile | 0 .../tests/test_queue_signal_fosa/Makefile.omk | 0 .../tests/test_queue_signal_fosa/test_queue_signal_fosa.c | 0 {src_marte => src_marte_os}/tests/test_time/Makefile | 0 {src_marte => src_marte_os}/tests/test_time/Makefile.omk | 0 {src_marte => src_marte_os}/tests/test_time/fosa_test_time.c | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename {src_marte => src_marte_os}/Makefile (100%) rename {src_marte => src_marte_os}/Makefile.omk (100%) rename {src_marte => src_marte_os}/fosa_app_def_sched.c (100%) rename {src_marte => src_marte_os}/fosa_clocks_and_timers.c (100%) rename {src_marte => src_marte_os}/fosa_long_jump.c (100%) rename {src_marte => src_marte_os}/fosa_mutexes_and_condvars.c (100%) rename {src_marte => src_marte_os}/fosa_threads_and_signals.c (100%) rename {src_marte => src_marte_os}/fosa_time.c (100%) rename {src_marte => src_marte_os}/tests/Makefile.omk (100%) rename {src_marte => src_marte_os}/tests/test_clock_and_timers/Makefile (100%) rename {src_marte => src_marte_os}/tests/test_clock_and_timers/Makefile.omk (100%) rename {src_marte => src_marte_os}/tests/test_clock_and_timers/test_clock_and_timers.c (100%) rename {src_marte => src_marte_os}/tests/test_cpu_clocks/Makefile (100%) rename {src_marte => src_marte_os}/tests/test_cpu_clocks/Makefile.omk (100%) rename {src_marte => src_marte_os}/tests/test_cpu_clocks/test_cpu_clocks.c (100%) rename {src_marte => src_marte_os}/tests/test_cpu_clocks/test_cpu_clocks_sigwait_from_different_thread.c (100%) rename {src_marte => src_marte_os}/tests/test_fosa_ads/Makefile (100%) rename {src_marte => src_marte_os}/tests/test_fosa_ads/Makefile.omk (100%) rename {src_marte => src_marte_os}/tests/test_fosa_ads/test_fosa_ads.c (100%) rename {src_marte => src_marte_os}/tests/test_fosa_general/Makefile (100%) rename {src_marte => src_marte_os}/tests/test_fosa_general/Makefile.omk (100%) rename {src_marte => src_marte_os}/tests/test_fosa_general/test_fosa.c (100%) rename {src_marte => src_marte_os}/tests/test_non_local_jump/Makefile (100%) rename {src_marte => src_marte_os}/tests/test_non_local_jump/Makefile.omk (100%) rename {src_marte => src_marte_os}/tests/test_non_local_jump/simple_test_non_local_jump.c (100%) rename {src_marte => src_marte_os}/tests/test_non_local_jump/test_fosa_long_jump.c (100%) rename {src_marte => src_marte_os}/tests/test_non_local_jump/testbench_long_jump.c (100%) rename {src_marte => src_marte_os}/tests/test_queue_signal_fosa/Makefile (100%) rename {src_marte => src_marte_os}/tests/test_queue_signal_fosa/Makefile.omk (100%) rename {src_marte => src_marte_os}/tests/test_queue_signal_fosa/test_queue_signal_fosa.c (100%) rename {src_marte => src_marte_os}/tests/test_time/Makefile (100%) rename {src_marte => src_marte_os}/tests/test_time/Makefile.omk (100%) rename {src_marte => src_marte_os}/tests/test_time/fosa_test_time.c (100%) diff --git a/src_marte/Makefile b/src_marte_os/Makefile similarity index 100% rename from src_marte/Makefile rename to src_marte_os/Makefile diff --git a/src_marte/Makefile.omk b/src_marte_os/Makefile.omk similarity index 100% rename from src_marte/Makefile.omk rename to src_marte_os/Makefile.omk diff --git a/src_marte/fosa_app_def_sched.c b/src_marte_os/fosa_app_def_sched.c similarity index 100% rename from src_marte/fosa_app_def_sched.c rename to src_marte_os/fosa_app_def_sched.c diff --git a/src_marte/fosa_clocks_and_timers.c b/src_marte_os/fosa_clocks_and_timers.c similarity index 100% rename from src_marte/fosa_clocks_and_timers.c rename to src_marte_os/fosa_clocks_and_timers.c diff --git a/src_marte/fosa_long_jump.c b/src_marte_os/fosa_long_jump.c similarity index 100% rename from src_marte/fosa_long_jump.c rename to src_marte_os/fosa_long_jump.c diff --git a/src_marte/fosa_mutexes_and_condvars.c b/src_marte_os/fosa_mutexes_and_condvars.c similarity index 100% rename from src_marte/fosa_mutexes_and_condvars.c rename to src_marte_os/fosa_mutexes_and_condvars.c diff --git a/src_marte/fosa_threads_and_signals.c b/src_marte_os/fosa_threads_and_signals.c similarity index 100% rename from src_marte/fosa_threads_and_signals.c rename to src_marte_os/fosa_threads_and_signals.c diff --git a/src_marte/fosa_time.c b/src_marte_os/fosa_time.c similarity index 100% rename from src_marte/fosa_time.c rename to src_marte_os/fosa_time.c diff --git a/src_marte/tests/Makefile.omk b/src_marte_os/tests/Makefile.omk similarity index 100% rename from src_marte/tests/Makefile.omk rename to src_marte_os/tests/Makefile.omk diff --git a/src_marte/tests/test_clock_and_timers/Makefile b/src_marte_os/tests/test_clock_and_timers/Makefile similarity index 100% rename from src_marte/tests/test_clock_and_timers/Makefile rename to src_marte_os/tests/test_clock_and_timers/Makefile diff --git a/src_marte/tests/test_clock_and_timers/Makefile.omk b/src_marte_os/tests/test_clock_and_timers/Makefile.omk similarity index 100% rename from src_marte/tests/test_clock_and_timers/Makefile.omk rename to src_marte_os/tests/test_clock_and_timers/Makefile.omk diff --git a/src_marte/tests/test_clock_and_timers/test_clock_and_timers.c b/src_marte_os/tests/test_clock_and_timers/test_clock_and_timers.c similarity index 100% rename from src_marte/tests/test_clock_and_timers/test_clock_and_timers.c rename to src_marte_os/tests/test_clock_and_timers/test_clock_and_timers.c diff --git a/src_marte/tests/test_cpu_clocks/Makefile b/src_marte_os/tests/test_cpu_clocks/Makefile similarity index 100% rename from src_marte/tests/test_cpu_clocks/Makefile rename to src_marte_os/tests/test_cpu_clocks/Makefile diff --git a/src_marte/tests/test_cpu_clocks/Makefile.omk b/src_marte_os/tests/test_cpu_clocks/Makefile.omk similarity index 100% rename from src_marte/tests/test_cpu_clocks/Makefile.omk rename to src_marte_os/tests/test_cpu_clocks/Makefile.omk diff --git a/src_marte/tests/test_cpu_clocks/test_cpu_clocks.c b/src_marte_os/tests/test_cpu_clocks/test_cpu_clocks.c similarity index 100% rename from src_marte/tests/test_cpu_clocks/test_cpu_clocks.c rename to src_marte_os/tests/test_cpu_clocks/test_cpu_clocks.c diff --git a/src_marte/tests/test_cpu_clocks/test_cpu_clocks_sigwait_from_different_thread.c b/src_marte_os/tests/test_cpu_clocks/test_cpu_clocks_sigwait_from_different_thread.c similarity index 100% rename from src_marte/tests/test_cpu_clocks/test_cpu_clocks_sigwait_from_different_thread.c rename to src_marte_os/tests/test_cpu_clocks/test_cpu_clocks_sigwait_from_different_thread.c diff --git a/src_marte/tests/test_fosa_ads/Makefile b/src_marte_os/tests/test_fosa_ads/Makefile similarity index 100% rename from src_marte/tests/test_fosa_ads/Makefile rename to src_marte_os/tests/test_fosa_ads/Makefile diff --git a/src_marte/tests/test_fosa_ads/Makefile.omk b/src_marte_os/tests/test_fosa_ads/Makefile.omk similarity index 100% rename from src_marte/tests/test_fosa_ads/Makefile.omk rename to src_marte_os/tests/test_fosa_ads/Makefile.omk diff --git a/src_marte/tests/test_fosa_ads/test_fosa_ads.c b/src_marte_os/tests/test_fosa_ads/test_fosa_ads.c similarity index 100% rename from src_marte/tests/test_fosa_ads/test_fosa_ads.c rename to src_marte_os/tests/test_fosa_ads/test_fosa_ads.c diff --git a/src_marte/tests/test_fosa_general/Makefile b/src_marte_os/tests/test_fosa_general/Makefile similarity index 100% rename from src_marte/tests/test_fosa_general/Makefile rename to src_marte_os/tests/test_fosa_general/Makefile diff --git a/src_marte/tests/test_fosa_general/Makefile.omk b/src_marte_os/tests/test_fosa_general/Makefile.omk similarity index 100% rename from src_marte/tests/test_fosa_general/Makefile.omk rename to src_marte_os/tests/test_fosa_general/Makefile.omk diff --git a/src_marte/tests/test_fosa_general/test_fosa.c b/src_marte_os/tests/test_fosa_general/test_fosa.c similarity index 100% rename from src_marte/tests/test_fosa_general/test_fosa.c rename to src_marte_os/tests/test_fosa_general/test_fosa.c diff --git a/src_marte/tests/test_non_local_jump/Makefile b/src_marte_os/tests/test_non_local_jump/Makefile similarity index 100% rename from src_marte/tests/test_non_local_jump/Makefile rename to src_marte_os/tests/test_non_local_jump/Makefile diff --git a/src_marte/tests/test_non_local_jump/Makefile.omk b/src_marte_os/tests/test_non_local_jump/Makefile.omk similarity index 100% rename from src_marte/tests/test_non_local_jump/Makefile.omk rename to src_marte_os/tests/test_non_local_jump/Makefile.omk diff --git a/src_marte/tests/test_non_local_jump/simple_test_non_local_jump.c b/src_marte_os/tests/test_non_local_jump/simple_test_non_local_jump.c similarity index 100% rename from src_marte/tests/test_non_local_jump/simple_test_non_local_jump.c rename to src_marte_os/tests/test_non_local_jump/simple_test_non_local_jump.c diff --git a/src_marte/tests/test_non_local_jump/test_fosa_long_jump.c b/src_marte_os/tests/test_non_local_jump/test_fosa_long_jump.c similarity index 100% rename from src_marte/tests/test_non_local_jump/test_fosa_long_jump.c rename to src_marte_os/tests/test_non_local_jump/test_fosa_long_jump.c diff --git a/src_marte/tests/test_non_local_jump/testbench_long_jump.c b/src_marte_os/tests/test_non_local_jump/testbench_long_jump.c similarity index 100% rename from src_marte/tests/test_non_local_jump/testbench_long_jump.c rename to src_marte_os/tests/test_non_local_jump/testbench_long_jump.c diff --git a/src_marte/tests/test_queue_signal_fosa/Makefile b/src_marte_os/tests/test_queue_signal_fosa/Makefile similarity index 100% rename from src_marte/tests/test_queue_signal_fosa/Makefile rename to src_marte_os/tests/test_queue_signal_fosa/Makefile diff --git a/src_marte/tests/test_queue_signal_fosa/Makefile.omk b/src_marte_os/tests/test_queue_signal_fosa/Makefile.omk similarity index 100% rename from src_marte/tests/test_queue_signal_fosa/Makefile.omk rename to src_marte_os/tests/test_queue_signal_fosa/Makefile.omk diff --git a/src_marte/tests/test_queue_signal_fosa/test_queue_signal_fosa.c b/src_marte_os/tests/test_queue_signal_fosa/test_queue_signal_fosa.c similarity index 100% rename from src_marte/tests/test_queue_signal_fosa/test_queue_signal_fosa.c rename to src_marte_os/tests/test_queue_signal_fosa/test_queue_signal_fosa.c diff --git a/src_marte/tests/test_time/Makefile b/src_marte_os/tests/test_time/Makefile similarity index 100% rename from src_marte/tests/test_time/Makefile rename to src_marte_os/tests/test_time/Makefile diff --git a/src_marte/tests/test_time/Makefile.omk b/src_marte_os/tests/test_time/Makefile.omk similarity index 100% rename from src_marte/tests/test_time/Makefile.omk rename to src_marte_os/tests/test_time/Makefile.omk diff --git a/src_marte/tests/test_time/fosa_test_time.c b/src_marte_os/tests/test_time/fosa_test_time.c similarity index 100% rename from src_marte/tests/test_time/fosa_test_time.c rename to src_marte_os/tests/test_time/fosa_test_time.c -- 2.39.2