| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-11 | refactor: HeFS: Updated and fixed HeFS's enums. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-10 | security: fix: memory-leak on `ups-alloc-tree`, and mismatch in | Amlal El Mahrouss | |
| traversal. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-10 | fix: security: UAF on the `ups-allocation-tree` | Amlal El Mahrouss | |
| credits: - @0xf00sec who reported the issue. - @amlel-el-mahrouss who implemented the patch. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-10 | fix: UserProcessScheduler security patches. | Amlal El Mahrouss | |
| These patches are regarding: - Thread safety (exit code global has been removed.) - Code quality, in `SpawnDylib` - In memory allocation checks too. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-10 | fix: better allocation system in BootZ (aarch, amd64) | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-10 | feat: boot: Better checks in BootThread, and cleanup BootEFI's init on AArch64. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-08 | fix: Fix argument registers usage inside jump proc. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-08 | feat: arm64: add .ldr stub for ARM64 VMKernel. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-08 | fix: boot/arm64: fix `rt_jump_to_address` | Amlal El Mahrouss | |
| why? - It wasn't a conform procedure here, made it ABI compliant on clang. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-08 | fix: cf/utils: Fix MSDOS header jump on anything else than AMD64. | Amlal El Mahrouss | |
| why? - This quirk of adding `+ 1` at the end is something related to the x64 ISA only. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-07 | fix/feat: NetworkKit: Better IPAddr.cc implementation for both IP6 and IP4. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-06 | feat: The `APM` HW protocol implementation got improvements (ARM64) | Amlal El Mahrouss | |
| fix: BootNet: be more descriptive when trying to flash from network, and it fails. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-06 | feat: kernel: Start enforcing `User`s validation when issuing OS calls. | Amlal El Mahrouss | |
| refactor: PE: remove BaseOfData, as we are only relying on PE32+ now. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-05 | feat: Update thread name for `ne_kernel`'s aarch64 version in BootZ. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-05 | fix: aarch64: Don't exit Boot Services, when the kernel already does it. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-04 | Merge pull request #40 from 0xf00sec/0xf00sec-patch-5.1 | Amlal El Mahrouss | |
| Fx NeFS | |||
| 2025-06-04 | Fx NeFS | 0xf00sec | |
| 2025-06-04 | Merge pull request #38 from 0xf00sec/0xf00sec-patch-5 | Amlal El Mahrouss | |
| # Name: Sec: FS/Kernel # Brief: Filesystem & Kernel Offset/Buffer. | |||
| 2025-06-04 | Merge pull request #3 from amlel-el-mahrouss/amlal-patch-5 | 0xf00sec | |
| fix: filesystem: @0xf00sec's fixes and adjustments. | |||
| 2025-06-04 | Fixx | 0xf00sec | |
| 2025-06-04 | fix: filesystem: @0xf00sec's fixes and adjustements. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-04 | Fix | 0xf00sec | |
| 2025-06-04 | Sec: FS/Kernel | 0xf00sec | |
| filesystem & Kernel Offset/Buffer. | |||
| 2025-06-04 | meta: Ran `./format.sh` | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-04 | fix: Fix #37 compilation errors and warnings. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-04 | Merge pull request #37 from 0xf00sec/0xf00sec-patch-4 | Amlal El Mahrouss | |
| Fix mParser | |||
| 2025-06-04 | F* Macros | 0xf00sec | |
| 2025-06-04 | Fix mParser | 0xf00sec | |
| 2025-06-04 | fix: Better architectural design of BootZ's SATA device. | Amlal El Mahrouss | |
| fix: Use 512 instead of 4096 as a sector size inside SATA's BootZ device. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-03 | feat: TLS: Improved its implementation, and add a user field for additional ↵ | Amlal El Mahrouss | |
| checks. refactor: Reworked `open_msg`'s messaging system. refactor: Rename `Utils.cc` to `AsciiUtils.cc` Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-03 | meta: Update `/README.md` | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-03 | Merge pull request #36 from nekernel-org/dev | Amlal El Mahrouss | |
| 0.0.3 — NeKernel | |||
| 2025-06-03 | feat: Add CI for the `dev` branch.0.0.3 | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-03 | feat: Last changes before `0.0.3` | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-03 | Merge pull request #35 from 0xf00sec/patch-3 | Amlal El Mahrouss | |
| Unsafe mem-op in mkfs.hefs. | |||
| 2025-06-02 | Unsafe mem-op in mkfs.hefs. | 0xf00sec | |
| =) | |||
| 2025-06-02 | Unsafe mem-op in mkfs.hefs. | 0xf00sec | |
| Buffer Overflow and Unsafe memory operations in mkfs.hefs. | |||
| 2025-06-02 | fix: hal/aarch64: aarch64 patches for ne_kernel. | Amlal El Mahrouss | |
| 2025-06-02 | Merge pull request #34 from 0xf00sec/0xf00sec-patch-2 | Amlal El Mahrouss | |
| Revise rt_* mem APIs | |||
| 2025-06-02 | Revise rt_* mem APIs | 0xf00sec | |
| 2025-06-01 | Revise rt_* mem APIs | 0xf00sec | |
| 2025-06-01 | Merge pull request #33 from 0xf00sec/0xf00sec-patch-1 | Amlal El Mahrouss | |
| Heap Overflow in `rt_copy_memory` | |||
| 2025-06-01 | Heap Overflow in `rt_copy_memory` | 0xf00sec | |
| To avoid directly affecting the API that relies on null-termination, this patch applies a minimal fix by removing the overflow without adding bounds checks or changing the function signature. | |||
| 2025-06-01 | feat: Be more flexible when the OS is not SMP-aware. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-31 | fix: fix path of libSystem inside x64 setup script. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-30 | refactor: Format codebase and fix warning in UserProcessScheduler. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-30 | global: architectural changes, see commit details. | Amlal El Mahrouss | |
| refactor: Refactor libSystem, user frameworks, and preparing for OpenMSG. feat: Jail info client structure (libSystem) feat: Document what the RTime is doing starting from line 504. feat: use `int 50` instead of `syscall` for now. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-30 | refactor: Refactor IDeviceObject to DeviceInterface and its usages. | Amlal El Mahrouss | |
| refactor: Cleanup UPS (UserProcessScheduler) implementation. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-29 | feat: UserProcessScheduler: reset UTime when exiting. | Amlal El Mahrouss | |
| feat: drawio: Rename OS_DESIGN to SYSTEM_DESIGN. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-29 | feat: Improve libSystem's architecture and implementation. | Amlal El Mahrouss | |
| fix: Fix NeKit's Ref, and ErrorOr classes. fix: Fix userland tools. next: - Finish the latest tickets and then release nekernel 0.0.3 Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
