Update version

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2024-01-17 13:49:48 +01:00
parent af79958f1a
commit 30e01ba560
312 changed files with 314 additions and 314 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2014-2022 MentOs-Team. Copyright (c) 2014-2024 MentOs-Team.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
+1 -1
View File
@@ -1,4 +1,4 @@
MentOS 0.5.4 MentOS 0.6.0
Welcome to the MentOS, the Mentoring Operating System. Welcome to the MentOS, the Mentoring Operating System.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file array.h /// @file array.h
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file assert.h /// @file assert.h
/// @brief Defines the function and pre-processor macro for assertions. /// @brief Defines the function and pre-processor macro for assertions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ioctls.h /// @file ioctls.h
/// @brief Input/Output ConTroL (IOCTL) numbers. /// @brief Input/Output ConTroL (IOCTL) numbers.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file stat.h /// @file stat.h
/// @brief Defines the structure used by the functiosn fstat(), lstat(), and stat(). /// @brief Defines the structure used by the functiosn fstat(), lstat(), and stat().
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file termios-struct.h /// @file termios-struct.h
/// @brief Definition of the `termios` structure. /// @brief Definition of the `termios` structure.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ctype.h /// @file ctype.h
/// @brief Functions related to character handling. /// @brief Functions related to character handling.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file fcntl.h /// @file fcntl.h
/// @brief Headers of functions fcntl() and open(). /// @brief Headers of functions fcntl() and open().
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file fcvt.h /// @file fcvt.h
/// @brief Declare the functions required to turn double values into a string. /// @brief Declare the functions required to turn double values into a string.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file grp.h /// @file grp.h
/// @brief Defines the structures and functions for managing groups. /// @brief Defines the structures and functions for managing groups.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ansi_colors.h /// @file ansi_colors.h
/// @brief List of ANSI colors. /// @brief List of ANSI colors.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file debug.h /// @file debug.h
/// @brief Debugging primitives. /// @brief Debugging primitives.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file mm_io.h /// @file mm_io.h
/// @brief Memory Mapped IO functions. /// @brief Memory Mapped IO functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file port_io.h /// @file port_io.h
/// @brief Byte I/O on ports prototypes. /// @brief Byte I/O on ports prototypes.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file libgen.h /// @file libgen.h
/// @brief String routines. /// @brief String routines.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "stddef.h" #include "stddef.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file limits.h /// @file limits.h
/// @brief OS numeric limits. /// @brief OS numeric limits.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file math.h /// @file math.h
/// @brief Mathematical constants and functions. /// @brief Mathematical constants and functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file pwd.h /// @file pwd.h
/// @brief Contains the structure and functions for managing passwords. /// @brief Contains the structure and functions for managing passwords.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file readline.h /// @file readline.h
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "stddef.h" #include "stddef.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ring_buffer.h /// @file ring_buffer.h
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file sched.h /// @file sched.h
/// @brief Structures and functions for managing the scheduler. /// @brief Structures and functions for managing the scheduler.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/types.h" #include "sys/types.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file signal.h /// @file signal.h
/// @brief Signals definition. /// @brief Signals definition.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file stdarg.h /// @file stdarg.h
/// @brief Contains the macros required to manage variable number of arguments. /// @brief Contains the macros required to manage variable number of arguments.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file stdbool.h /// @file stdbool.h
/// @brief Defines the boolean values. /// @brief Defines the boolean values.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file stddef.h /// @file stddef.h
/// @brief Define basic data types. /// @brief Define basic data types.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file stdint.h /// @file stdint.h
/// @brief Standard integer data-types. /// @brief Standard integer data-types.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file stdio.h /// @file stdio.h
/// @brief Standard I/0 functions. /// @brief Standard I/0 functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file stdlib.h /// @file stdlib.h
/// @brief Useful generic functions and macros. /// @brief Useful generic functions and macros.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file strerror.h /// @file strerror.h
/// @brief Contains the function that transfornms an errno into a string. /// @brief Contains the function that transfornms an errno into a string.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file string.h /// @file string.h
/// @brief String routines. /// @brief String routines.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file bitops.h /// @file bitops.h
/// @brief Bitmasks functions. /// @brief Bitmasks functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file dirent.h /// @file dirent.h
/// @brief Functions used to manage directories. /// @brief Functions used to manage directories.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file errno.h /// @file errno.h
/// @brief System call errors definition. /// @brief System call errors definition.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ioctl.h /// @file ioctl.h
/// @brief Input/Output ConTroL (IOCTL) functions. /// @brief Input/Output ConTroL (IOCTL) functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ipc.h /// @file ipc.h
/// @brief Inter-Process Communication (IPC) structures. /// @brief Inter-Process Communication (IPC) structures.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file kernel_levels.h /// @file kernel_levels.h
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file list_head.h /// @file list_head.h
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,7 +1,7 @@
/// @file list_head_algorithm.h /// @file list_head_algorithm.h
/// @author Enrico Fraccaroli (enry.frak@gmail.com) /// @author Enrico Fraccaroli (enry.frak@gmail.com)
/// @brief Some general algorithm that might come in handy while using list_head. /// @brief Some general algorithm that might come in handy while using list_head.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,7 +1,7 @@
/// @file mman.h /// @file mman.h
/// @author Enrico Fraccaroli (enry.frak@gmail.com) /// @author Enrico Fraccaroli (enry.frak@gmail.com)
/// @brief Functions for managing mappings in virtual address space. /// @brief Functions for managing mappings in virtual address space.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file msg.h /// @file msg.h
/// @brief Definition of structure for managing message queues. /// @brief Definition of structure for managing message queues.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file reboot.h /// @file reboot.h
/// @brief Defines the values required to issue a reboot. /// @brief Defines the values required to issue a reboot.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file sem.h /// @file sem.h
/// @brief Definition of structure for managing semaphores. /// @brief Definition of structure for managing semaphores.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file shm.h /// @file shm.h
/// @brief Definition of structure for managing shared memories. /// @brief Definition of structure for managing shared memories.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file stat.h /// @file stat.h
/// @brief Stat functions. /// @brief Stat functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file types.h /// @file types.h
/// @brief Collection of Kernel datatype /// @brief Collection of Kernel datatype
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file unistd.h /// @file unistd.h
/// @brief Functions used to manage files. /// @brief Functions used to manage files.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file utsname.h /// @file utsname.h
/// @brief Functions used to provide information about the machine & OS. /// @brief Functions used to provide information about the machine & OS.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file wait.h /// @file wait.h
/// @brief Event management functions. /// @brief Event management functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file syscall_types.h /// @file syscall_types.h
/// @brief System Call numbers. /// @brief System Call numbers.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file termios.h /// @file termios.h
/// @brief Defines the termios functions. /// @brief Defines the termios functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file time.h /// @file time.h
/// @brief Time-related functions. /// @brief Time-related functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#pragma once #pragma once
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file abort.c /// @file abort.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file assert.c /// @file assert.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "assert.h" #include "assert.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ctype.c /// @file ctype.c
/// @brief Functions related to character handling. /// @brief Functions related to character handling.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "ctype.h" #include "ctype.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file fcvt.c /// @file fcvt.c
/// @brief Define the functions required to turn double values into a string. /// @brief Define the functions required to turn double values into a string.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "fcvt.h" #include "fcvt.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file grp.c /// @file grp.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "grp.h" #include "grp.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file debug.c /// @file debug.c
/// @brief Debugging primitives. /// @brief Debugging primitives.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "io/debug.h" #include "io/debug.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file mm_io.c /// @file mm_io.c
/// @brief Memory Mapped IO functions implementation. /// @brief Memory Mapped IO functions implementation.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "io/mm_io.h" #include "io/mm_io.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file libc_start.c /// @file libc_start.c
/// @brief Contains the programs initialization procedure. /// @brief Contains the programs initialization procedure.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file libgen.c /// @file libgen.c
/// @brief String routines. /// @brief String routines.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "libgen.h" #include "libgen.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file math.c /// @file math.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "math.h" #include "math.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file pwd.c /// @file pwd.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "pwd.h" #include "pwd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file sched.c /// @file sched.c
/// @brief Function for managing scheduler. /// @brief Function for managing scheduler.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "system/syscall_types.h" #include "system/syscall_types.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file setenv.c /// @file setenv.c
/// @brief Defines the functions used to manipulate the environmental variables. /// @brief Defines the functions used to manipulate the environmental variables.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/errno.h" #include "sys/errno.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file stdio.c /// @file stdio.c
/// @brief Standard I/0 functions. /// @brief Standard I/0 functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/errno.h" #include "sys/errno.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file stdlib.c /// @file stdlib.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "stddef.h" #include "stddef.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file strerror.c /// @file strerror.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "strerror.h" #include "strerror.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file string.c /// @file string.c
/// @brief String routines. /// @brief String routines.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "string.h" #include "string.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file errno.c /// @file errno.c
/// @brief Stores the error number. /// @brief Stores the error number.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/errno.h" #include "sys/errno.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ioctl.c /// @file ioctl.c
/// @brief Input/Output ConTroL (IOCTL) functions implementation. /// @brief Input/Output ConTroL (IOCTL) functions implementation.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/ioctl.h" #include "sys/ioctl.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ipc.c /// @file ipc.c
/// @brief Inter-Process Communication (IPC) system call implementation. /// @brief Inter-Process Communication (IPC) system call implementation.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/ipc.h" #include "sys/ipc.h"
+1 -1
View File
@@ -1,7 +1,7 @@
/// @file mman.c /// @file mman.c
/// @author Enrico Fraccaroli (enry.frak@gmail.com) /// @author Enrico Fraccaroli (enry.frak@gmail.com)
/// @brief Functions for managing mappings in virtual address space. /// @brief Functions for managing mappings in virtual address space.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/mman.h" #include "sys/mman.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file unistd.c /// @file unistd.c
/// @brief Functions used to manage files. /// @brief Functions used to manage files.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file utsname.c /// @file utsname.c
/// @brief Functions used to provide information about the machine & OS. /// @brief Functions used to provide information about the machine & OS.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/utsname.h" #include "sys/utsname.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file termios.c /// @file termios.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "termios.h" #include "termios.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file time.c /// @file time.c
/// @brief Clock functions. /// @brief Clock functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "time.h" #include "time.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file chdir.c /// @file chdir.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file close.c /// @file close.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file creat.c /// @file creat.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file exec.c /// @file exec.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file exit.c /// @file exit.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file fork.c /// @file fork.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file getcwd.c /// @file getcwd.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file getdents.c /// @file getdents.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file getgid.c /// @file getgid.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file getpgid.c /// @file getpgid.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file getpid.c /// @file getpid.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file getppid.c /// @file getppid.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file getsid.c /// @file getsid.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file getuid.c /// @file getuid.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file interval.c /// @file interval.c
/// @brief Function for setting allarms. /// @brief Function for setting allarms.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file kill.c /// @file kill.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file open.c /// @file open.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file mkdir.c /// @file mkdir.c
/// @brief Make directory functions. /// @brief Make directory functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file nice.c /// @file nice.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file open.c /// @file open.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file read.c /// @file read.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file readlink.c /// @file readlink.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file reboot.c /// @file reboot.c
/// @brief /// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License. /// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details. /// See LICENSE.md for details.
#include "sys/unistd.h" #include "sys/unistd.h"

Some files were not shown because too many files have changed in this diff Show More