summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Zabka <zabkaste@hu-berlin.de>2020-05-24 12:19:52 +0200
committerStefan Zabka <zabkaste@hu-berlin.de>2020-05-24 12:19:52 +0200
commit04576dc2a3f761eb041b808b56f13a58052e7655 (patch)
treec6bed6db34e29f0dec0c844fbc931b3dd4fab8db
parent65966ded0cc15c5966c6568cf0ff2f2bbe1fc29a (diff)
downloadbetriebssysteme-04576dc2a3f761eb041b808b56f13a58052e7655.tar.gz
betriebssysteme-04576dc2a3f761eb041b808b56f13a58052e7655.zip
Moved back to 02_exercise
-rw-r--r--02_exercise/.gitignore (renamed from shell/.gitignore)0
-rw-r--r--02_exercise/CMakeLists.txt (renamed from shell/CMakeLists.txt)0
-rw-r--r--02_exercise/Makefile (renamed from shell/Makefile)0
-rw-r--r--02_exercise/array.c (renamed from shell/array.c)0
-rw-r--r--02_exercise/array.h (renamed from shell/array.h)0
-rw-r--r--02_exercise/beispiele/dup/Makefile (renamed from shell/beispiele/dup/Makefile)0
-rw-r--r--02_exercise/beispiele/dup/dup.c (renamed from shell/beispiele/dup/dup.c)0
-rw-r--r--02_exercise/beispiele/fork_example/Makefile (renamed from shell/beispiele/fork_example/Makefile)0
-rw-r--r--02_exercise/beispiele/fork_example/fork.c (renamed from shell/beispiele/fork_example/fork.c)0
-rw-r--r--02_exercise/beispiele/fork_signal/Makefile (renamed from shell/beispiele/fork_signal/Makefile)0
-rw-r--r--02_exercise/beispiele/fork_signal/fork.c (renamed from shell/beispiele/fork_signal/fork.c)0
-rw-r--r--02_exercise/beispiele/fork_signal/signal.c (renamed from shell/beispiele/fork_signal/signal.c)0
-rw-r--r--02_exercise/beispiele/pipe_bidirect/Makefile (renamed from shell/beispiele/pipe_bidirect/Makefile)0
-rw-r--r--02_exercise/beispiele/pipe_bidirect/log.txt (renamed from shell/beispiele/pipe_bidirect/log.txt)0
-rw-r--r--02_exercise/beispiele/pipe_bidirect/pingpong.c (renamed from shell/beispiele/pipe_bidirect/pingpong.c)0
-rw-r--r--02_exercise/beispiele/pipe_example/Makefile (renamed from shell/beispiele/pipe_example/Makefile)0
-rw-r--r--02_exercise/beispiele/pipe_example/pipe.c (renamed from shell/beispiele/pipe_example/pipe.c)0
-rw-r--r--02_exercise/process.c (renamed from shell/process.c)0
-rw-r--r--02_exercise/process.h (renamed from shell/process.h)0
-rw-r--r--02_exercise/process_test.c (renamed from shell/process_test.c)0
-rw-r--r--02_exercise/prog.c (renamed from shell/prog.c)0
-rw-r--r--02_exercise/prompt_utils.c (renamed from shell/prompt_utils.c)0
-rw-r--r--02_exercise/prompt_utils.h (renamed from shell/prompt_utils.h)0
-rw-r--r--02_exercise/prompt_utils_test.c (renamed from shell/prompt_utils_test.c)0
-rw-r--r--02_exercise/prompt_utils_test.h (renamed from shell/prompt_utils_test.h)0
-rw-r--r--02_exercise/shell.c (renamed from shell/shell.c)0
-rw-r--r--CMakeLists.txt2
27 files changed, 1 insertions, 1 deletions
diff --git a/shell/.gitignore b/02_exercise/.gitignore
index 819a501..819a501 100644
--- a/shell/.gitignore
+++ b/02_exercise/.gitignore
diff --git a/shell/CMakeLists.txt b/02_exercise/CMakeLists.txt
index 9cae089..9cae089 100644
--- a/shell/CMakeLists.txt
+++ b/02_exercise/CMakeLists.txt
diff --git a/shell/Makefile b/02_exercise/Makefile
index 5d1b360..5d1b360 100644
--- a/shell/Makefile
+++ b/02_exercise/Makefile
diff --git a/shell/array.c b/02_exercise/array.c
index 4f08366..4f08366 100644
--- a/shell/array.c
+++ b/02_exercise/array.c
diff --git a/shell/array.h b/02_exercise/array.h
index 78d21c9..78d21c9 100644
--- a/shell/array.h
+++ b/02_exercise/array.h
diff --git a/shell/beispiele/dup/Makefile b/02_exercise/beispiele/dup/Makefile
index 0f73ac4..0f73ac4 100644
--- a/shell/beispiele/dup/Makefile
+++ b/02_exercise/beispiele/dup/Makefile
diff --git a/shell/beispiele/dup/dup.c b/02_exercise/beispiele/dup/dup.c
index ea3c5a6..ea3c5a6 100644
--- a/shell/beispiele/dup/dup.c
+++ b/02_exercise/beispiele/dup/dup.c
diff --git a/shell/beispiele/fork_example/Makefile b/02_exercise/beispiele/fork_example/Makefile
index 8f69ed9..8f69ed9 100644
--- a/shell/beispiele/fork_example/Makefile
+++ b/02_exercise/beispiele/fork_example/Makefile
diff --git a/shell/beispiele/fork_example/fork.c b/02_exercise/beispiele/fork_example/fork.c
index 7377b0f..7377b0f 100644
--- a/shell/beispiele/fork_example/fork.c
+++ b/02_exercise/beispiele/fork_example/fork.c
diff --git a/shell/beispiele/fork_signal/Makefile b/02_exercise/beispiele/fork_signal/Makefile
index 499b8cb..499b8cb 100644
--- a/shell/beispiele/fork_signal/Makefile
+++ b/02_exercise/beispiele/fork_signal/Makefile
diff --git a/shell/beispiele/fork_signal/fork.c b/02_exercise/beispiele/fork_signal/fork.c
index b144577..b144577 100644
--- a/shell/beispiele/fork_signal/fork.c
+++ b/02_exercise/beispiele/fork_signal/fork.c
diff --git a/shell/beispiele/fork_signal/signal.c b/02_exercise/beispiele/fork_signal/signal.c
index 500d2e1..500d2e1 100644
--- a/shell/beispiele/fork_signal/signal.c
+++ b/02_exercise/beispiele/fork_signal/signal.c
diff --git a/shell/beispiele/pipe_bidirect/Makefile b/02_exercise/beispiele/pipe_bidirect/Makefile
index 361ac97..361ac97 100644
--- a/shell/beispiele/pipe_bidirect/Makefile
+++ b/02_exercise/beispiele/pipe_bidirect/Makefile
diff --git a/shell/beispiele/pipe_bidirect/log.txt b/02_exercise/beispiele/pipe_bidirect/log.txt
index c59b0bb..c59b0bb 100644
--- a/shell/beispiele/pipe_bidirect/log.txt
+++ b/02_exercise/beispiele/pipe_bidirect/log.txt
diff --git a/shell/beispiele/pipe_bidirect/pingpong.c b/02_exercise/beispiele/pipe_bidirect/pingpong.c
index f38394f..f38394f 100644
--- a/shell/beispiele/pipe_bidirect/pingpong.c
+++ b/02_exercise/beispiele/pipe_bidirect/pingpong.c
diff --git a/shell/beispiele/pipe_example/Makefile b/02_exercise/beispiele/pipe_example/Makefile
index d69473e..d69473e 100644
--- a/shell/beispiele/pipe_example/Makefile
+++ b/02_exercise/beispiele/pipe_example/Makefile
diff --git a/shell/beispiele/pipe_example/pipe.c b/02_exercise/beispiele/pipe_example/pipe.c
index 422e4d5..422e4d5 100644
--- a/shell/beispiele/pipe_example/pipe.c
+++ b/02_exercise/beispiele/pipe_example/pipe.c
diff --git a/shell/process.c b/02_exercise/process.c
index 093b712..093b712 100644
--- a/shell/process.c
+++ b/02_exercise/process.c
diff --git a/shell/process.h b/02_exercise/process.h
index 3b7e833..3b7e833 100644
--- a/shell/process.h
+++ b/02_exercise/process.h
diff --git a/shell/process_test.c b/02_exercise/process_test.c
index c14aa59..c14aa59 100644
--- a/shell/process_test.c
+++ b/02_exercise/process_test.c
diff --git a/shell/prog.c b/02_exercise/prog.c
index efd2527..efd2527 100644
--- a/shell/prog.c
+++ b/02_exercise/prog.c
diff --git a/shell/prompt_utils.c b/02_exercise/prompt_utils.c
index 168c088..168c088 100644
--- a/shell/prompt_utils.c
+++ b/02_exercise/prompt_utils.c
diff --git a/shell/prompt_utils.h b/02_exercise/prompt_utils.h
index 36d065d..36d065d 100644
--- a/shell/prompt_utils.h
+++ b/02_exercise/prompt_utils.h
diff --git a/shell/prompt_utils_test.c b/02_exercise/prompt_utils_test.c
index 1be6162..1be6162 100644
--- a/shell/prompt_utils_test.c
+++ b/02_exercise/prompt_utils_test.c
diff --git a/shell/prompt_utils_test.h b/02_exercise/prompt_utils_test.h
index 59717d0..59717d0 100644
--- a/shell/prompt_utils_test.h
+++ b/02_exercise/prompt_utils_test.h
diff --git a/shell/shell.c b/02_exercise/shell.c
index dd0085d..dd0085d 100644
--- a/shell/shell.c
+++ b/02_exercise/shell.c
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4db1f5d..41de2c8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
include(CPack)
-add_subdirectory(shell)
+add_subdirectory(02_exercise)
set(CLANG_WARNINGS
-Wall