From 345d496198fd52a854574033a565aae5f4441f1e Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 11 May 2023 19:05:40 +0300 Subject: [PATCH] Update submodules --- Fennix Kernel.code-workspace | 4 +++- Fennix Lynx.code-workspace | 5 ++++- Fennix Userspace.code-workspace | 10 ++++++++-- Kernel | 2 +- Lynx | 2 +- Userspace | 2 +- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/Fennix Kernel.code-workspace b/Fennix Kernel.code-workspace index 61b5325c..3c8f2244 100644 --- a/Fennix Kernel.code-workspace +++ b/Fennix Kernel.code-workspace @@ -34,7 +34,8 @@ "symbols.hpp": "c", "cstddef": "cpp", "atomic.hpp": "c", - "atomic": "cpp" + "atomic": "cpp", + "syscalls.h": "c" }, "cSpell.words": [ "AABBCC", @@ -311,6 +312,7 @@ "Symbios", "SYMENT", "SYSENTER", + "sysretq", "Tamsyn", "targp", "TCCR", diff --git a/Fennix Lynx.code-workspace b/Fennix Lynx.code-workspace index 519bd6d7..915dc3b9 100644 --- a/Fennix Lynx.code-workspace +++ b/Fennix Lynx.code-workspace @@ -12,8 +12,11 @@ }, "cSpell.words": [ "Bootloader", + "COMNULL", + "CPUID", "FENNIX", - "JMPREL" + "JMPREL", + "UBSAN" ] } } diff --git a/Fennix Userspace.code-workspace b/Fennix Userspace.code-workspace index 3fff19da..ec5d750e 100644 --- a/Fennix Userspace.code-workspace +++ b/Fennix Userspace.code-workspace @@ -24,7 +24,11 @@ "doomgeneric.h": "c", "elf.h": "c", "init.h": "c", - "unused_code": "cpp" + "unused_code": "cpp", + "liballoc_1_1.h": "c", + "errno.h": "c", + "stdlib.h": "c", + "stdarg.h": "c" }, "cSpell.words": [ "auxv", @@ -34,9 +38,11 @@ "Krnl", "liballoc", "libinit", + "oldpath", "preinit", "Shdr", - "vfctprintf" + "vfctprintf", + "WAITSTATUS" ] } } diff --git a/Kernel b/Kernel index 03b667f5..c7046fe0 160000 --- a/Kernel +++ b/Kernel @@ -1 +1 @@ -Subproject commit 03b667f5c0a0c189113c749fd94cea7cbba621e9 +Subproject commit c7046fe06f67262c6f019bdc361d4bd54fa8eba6 diff --git a/Lynx b/Lynx index 069386b0..4e859996 160000 --- a/Lynx +++ b/Lynx @@ -1 +1 @@ -Subproject commit 069386b0f24ee6b26957e509e6dce71661ba2e1c +Subproject commit 4e8599969be0da46177856f8a214839f381f63fb diff --git a/Userspace b/Userspace index 8ea508fa..78cfe177 160000 --- a/Userspace +++ b/Userspace @@ -1 +1 @@ -Subproject commit 8ea508fa48d98ea7868b871a5be7024d4715014f +Subproject commit 78cfe1774935772d30f2d3a831dd4f47c641381a