Final polishing to debugging system.

This commit is contained in:
Enrico Fraccaroli
2021-12-30 11:50:15 +01:00
parent 47276eb503
commit c6906d4f2d
288 changed files with 150 additions and 322 deletions
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file cat.c
/// @brief `cat` program.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file clear.c
/// @brief `clear` program.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file cpuid.c
/// @brief `cpuid` program.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file date.c
/// @brief `date` program.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file echo.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file env.c
/// @brief `env` program.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file init.c
/// @brief `init` program.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file ipcrm.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file ipcs.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file kill.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
+1 -2
View File
@@ -1,5 +1,4 @@
///// MentOS, The Mentoring Operating system project
/// @file login.c
///// @file login.c
/// @brief Functions used to manage login.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// See LICENSE.md for details.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file logo.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file ls.c
/// @brief Command 'ls'.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file man.c
/// @brief Shows the available commands.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file mkdir.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file nice.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file poweroff.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file ps.c
/// @brief Report a snapshot of the current processes.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file pwd.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file rm.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file rmdir.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file shell.c
/// @brief Implement shell functions.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file showpid.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file sleep.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_abort.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_alarm.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_exec.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_exec_callee.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_fork.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_getenv.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_gid.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_groups.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_itimer.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_kill.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_mem.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_periodic1.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_periodic2.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_periodic3.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_setenv.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_sigaction.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_sigfpe.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_siginfo.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_sigmask.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_sigusr.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_sleep.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file t_stopcont.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file touch.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
-1
View File
@@ -1,4 +1,3 @@
/// MentOS, The Mentoring Operating system project
/// @file uname.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.