summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-07-05feat: remove OpenMSG framework, deprecated in favor of LibMSG.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-04feat: see below.Amlal El Mahrouss
feat: Rework `OpenMSG` into `LibMSG` feat: Rename `generic_kits` to `misc` Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-04feat: libmkfs: a new library to format filesystem and utilities forAmlal El Mahrouss
them. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-30refactor: UPS: use correct name for *_ptr_tree functions.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-30fix!: feat: Generic `sched_try_go_upper_ptr_tree` support.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-30feat: Generic `sched_try_go_upper_ptr_tree` support.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-30feat: FileTree `free` support.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-30feat: Introducing `FileTree` allocation and WiP DebugSrv integration.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-27fix: Fix a bad `stacksym` check.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-27fix: remove redundant header include.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-26fix: UPS: Don't exit when process crashes.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-25fix: PEF format fixes.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-23fix: Fix AP init code, and format codebase.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-23Merge pull request #52 from 0xf00sec/0xf00sec-patch-7.1Amlal El Mahrouss
Update: rt_copy_memory_safe
2025-06-22feat: use FNV in libSystem's syscall routing.Amlal El Mahrouss
fix: Add legacy string.h functions back, for GCC. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-22Merge pull request #51 from 0xf00sec/0xf00sec-patch-7Amlal El Mahrouss
Patch: Buffer Overflows and OOB Reads in Core Memory APIs
2025-06-22AsciiUtils.cc0xf00sec
Call rt_set_memory_safe
2025-06-22AsciiUtils.cc0xf00sec
2025-06-22Patch: Buffer Overflows and OOB Reads in Core Memory APIs0xf00sec
memset and memcpy now take an additional dst_size parameter, If len > dst_size or dst/src is null, the function returns nullptr early, avoiding unsafe writes.
2025-06-22fix: PEFLdr: Fix compilation error on `mmap`Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-22Merge pull request #45 from 0xf00sec/0xf00sec-patch-6.3Amlal El Mahrouss
rt_copy_memory_safe: PEFCodeMgr.cc
2025-06-22;)0xf00sec
2025-06-22Merge pull request #44 from 0xf00sec/0xf00sec-patch-6.4Amlal El Mahrouss
UserProcessScheduler.cc
2025-06-22UserProcessScheduler.cc: ArchKit0xf00sec
2025-06-22PEFCodeMgr.cc: ArchKit0xf00sec
2025-06-22fix: TLS is located in KernelKit, not NeKit.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-22Merge pull request #43 from 0xf00sec/0xf00sec-patch-6.5Amlal El Mahrouss
UserMgr.cc
2025-06-22Merge pull request #42 from 0xf00sec/0xf00sec-patch-6.6Amlal El Mahrouss
IndexableProperty.cc
2025-06-22Merge pull request #50 from 0xf00sec/0xf00sec-patch-6.8Amlal El Mahrouss
IPCMsg.cc
2025-06-22Merge pull request #49 from 0xf00sec/0xf00sec-patch-6.7Amlal El Mahrouss
NeFS+FileSystemParser.cc
2025-06-22Merge pull request #46 from 0xf00sec/0xf00sec-patch-6.2Amlal El Mahrouss
rt_copy_memory_safe: HeFS+FileSystemParser.cc
2025-06-22Merge pull request #48 from 0xf00sec/0xf00sec-patch-6Amlal El Mahrouss
rt_copy_memory to rt_copy_memory_safe
2025-06-22Merge pull request #47 from 0xf00sec/0xf00sec-patch-6-1Amlal El Mahrouss
rt_copy_memory to rt_copy_memory_safe
2025-06-22IPCMsg.cc0xf00sec
rt_copy_memory_safe
2025-06-22NeFS+FileSystemParser.cc0xf00sec
rt_copy_memory calls were replaced with rt_copy_memory_safe.
2025-06-22IndexableProperty.cc0xf00sec
The argument order was corrected. #include <NeKit/Utils.h> was added, and rt_copy_memory_safe is added
2025-06-22UserMgr.cc0xf00sec
rt_copy_memory calls were replaced with rt_copy_memory_safe, and #include <NeKit/Utils.h>
2025-06-22UserProcessScheduler.cc0xf00sec
rt_copy_memory calls were replaced with rt_copy_memory_safe. #include <NeKit/Utils.h> and #include <HALKit/AMD64/Processor.h>
2025-06-22rt_copy_memory_safe: PEFCodeMgr.cc0xf00sec
2025-06-22rt_copy_memory_safe: HeFS+FileSystemParser.cc0xf00sec
2025-06-22rt_copy_memory to rt_copy_memory_safe0xf00sec
2025-06-22rt_copy_memory to rt_copy_memory_safe0xf00sec
2025-06-22fix: HAL: syscall interrupt must be ring-3 only.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-22feat: kernel: HAL: reworked `kerncall` system.Amlal El Mahrouss
how: - By taking additional arguments according to DDKKit. - Adding a `HAL_KERNEL_DISPATCH_ENTRY` and `rt_kerncall_proc` Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-18feat: level based virtual memory mapping for NeKernel's paging system.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-18feat: Implemented `HalPagingMgr` for AArch64.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-18feat: add `note` regarding ARM support for BootZ's BootThread.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-18PEF format update `5.0` and codebase refactors.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-18meta: Ran `format.sh`Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-18feat: Fix `ProcessLevelRing` enum value `kRingCount`Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>