| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-19 | feat: CoreProcessScheduler has now a 'kSpecial' type for trees. (Because of ↵ | Amlal El Mahrouss | |
| SwapKit, or devices) reworked LibMSG lisp function pointer type. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-18 | fix: GfkKit&MKFSLib: inline function inside headers to avoid symbol ↵ | Amlal El Mahrouss | |
| duplicates (libmkfs) and include DeviceMgr in FB inside GfxKit, remove FB module too from the includes; as it is not necessary and confusing inside GfxKit. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-18 | feat: fix missing space in hefs.h | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-17 | feat: Update tooling from btb to nebuild. Moved platform specific ABI into ↵ | Amlal El Mahrouss | |
| their own HAL. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-15 | Update README.md | Amlal El Mahrouss | |
| 2025-07-10 | fix: Validate `kKernelVM` correctly, instead of using the debug | Amlal El Mahrouss | |
| `MUST_PASS` macro. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-10 | fix: `kKernelVM` shall be validated in case it is null. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-10 | refactor: use `rt_debug_cmd` instead of `rt_debug_type` | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-10 | feat: Add ownership for future audit purposes. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-10 | feat: Add ownership for future audit purposes. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-10 | feat: Fix FNV's pointer check. | Amlal El Mahrouss | |
| why: - It doesn't have any pointer check. - We could save cycles by also checking for `*path == 0` Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-10 | feat: KernelTest: v0.0.2! API changes. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-09 | feat: KID, UPS improvements, and future refactors regarding the | Amlal El Mahrouss | |
| FileTree system inside the UPS. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-09 | feat: DiskImage.fwrk: Made `DIFormatPartitionEPM` cross platform. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-09 | refactor! `CoreProcessScheduler` now uses `kFile` instead of `kFD` | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-08 | refactor: comments cleanup, breaking change! updated TLS magic from ZKA | Amlal El Mahrouss | |
| to NKO. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-08 | refactor: Refactor NeKernel's TLS API. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-08 | feat: Reinforce code inside PEFCodeMgr and mkfs.hefs, extend fsck.hefs | Amlal El Mahrouss | |
| and libmkfs. fix: Fix UserMgr FNV hashing. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-07 | refactor: FileMgr: remove useless macros. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-07 | fix: FileMgr: use `sz` when `Reading` blob inside file. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-06 | feat: set `fFile` to nullptr when freeing it. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-06 | fix: CoreProcessScheduler.h: Correct `kTreeKindCount` enum value to three. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-05 | feat: add magic check in `fsck.hefs` | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-05 | feat: Document `SpawnDylib` | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-05 | feat: remove OpenMSG framework, deprecated in favor of LibMSG. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-04 | feat: 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-04 | feat: libmkfs: a new library to format filesystem and utilities for | Amlal El Mahrouss | |
| them. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-30 | refactor: UPS: use correct name for *_ptr_tree functions. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-30 | fix!: feat: Generic `sched_try_go_upper_ptr_tree` support. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-30 | feat: Generic `sched_try_go_upper_ptr_tree` support. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-30 | feat: FileTree `free` support. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-30 | feat: Introducing `FileTree` allocation and WiP DebugSrv integration. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-27 | fix: Fix a bad `stacksym` check. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-27 | fix: remove redundant header include. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-26 | fix: UPS: Don't exit when process crashes. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-25 | fix: PEF format fixes. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-23 | fix: Fix AP init code, and format codebase. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-23 | Merge pull request #52 from 0xf00sec/0xf00sec-patch-7.1 | Amlal El Mahrouss | |
| Update: rt_copy_memory_safe | |||
| 2025-06-22 | feat: 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-22 | Merge pull request #51 from 0xf00sec/0xf00sec-patch-7 | Amlal El Mahrouss | |
| Patch: Buffer Overflows and OOB Reads in Core Memory APIs | |||
| 2025-06-22 | AsciiUtils.cc | 0xf00sec | |
| Call rt_set_memory_safe | |||
| 2025-06-22 | AsciiUtils.cc | 0xf00sec | |
| 2025-06-22 | Patch: Buffer Overflows and OOB Reads in Core Memory APIs | 0xf00sec | |
| 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-22 | fix: PEFLdr: Fix compilation error on `mmap` | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-22 | Merge pull request #45 from 0xf00sec/0xf00sec-patch-6.3 | Amlal El Mahrouss | |
| rt_copy_memory_safe: PEFCodeMgr.cc | |||
| 2025-06-22 | ;) | 0xf00sec | |
| 2025-06-22 | Merge pull request #44 from 0xf00sec/0xf00sec-patch-6.4 | Amlal El Mahrouss | |
| UserProcessScheduler.cc | |||
| 2025-06-22 | UserProcessScheduler.cc: ArchKit | 0xf00sec | |
| 2025-06-22 | PEFCodeMgr.cc: ArchKit | 0xf00sec | |
| 2025-06-22 | fix: TLS is located in KernelKit, not NeKit. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
