| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-31 | feat: kernel: Revamped `SignalKit` framework. DDK revamp. | Amlal El Mahrouss | |
| ci: testing improvements. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-30 | feat: BitMapMgr: move cursor to `ArchKit/ArchKit.h` to be zeroed out by | Amlal El Mahrouss | |
| HAL. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-30 | feat: acpi: `cAcpiSignatureLength` shall be UInt16 and `constexpr` | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-26 | refactor: cleanup code. | Amlal El Mahrouss | |
| feat: set `UTime` to zero as well inside `UserProcessTeam.cc` Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-23 | feat: Network: Fix IPv4 `IpCheckVersion4` parser. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-23 | feat: scheduler: ProcessImage should be friend with KernelScheduler, | Amlal El Mahrouss | |
| not helper. feat! scheduler: Introduce ProcessID as only PID type. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-22 | fix: Set UTime when initializing process, not when exiting. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-21 | feat: Reworked `hefsi_hash_64` to follow the codebase's conventions. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-21 | feat!: Breaking changes, reworked the KString API inside the ne_kernel. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-21 | feat: refactor and fixed python scripts. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-20 | feat: Heavily reworked the SMP subsystem paper. | Amlal El Mahrouss | |
| refactor: BinaryMutex implementation and paper has been reworked as well using LockAndWait instead of LockOrWait. other: Reworked tooling macros. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-20 | FIX: feat: acpi: harden ACPI `operator[]` and `Checksum` methods. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-20 | feat: acpi: harden ACPI `operator[]` and `Checksum` methods. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-17 | feat: kernel: (HALKit/KernelKit): Scheduler, and dylib improvements. | Amlal | |
| feat: ZXD: Define the ZXD format. TeX file for PEF and ZXD to be written soon. Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-16 | feat: ACPI: Better error handling.v0.0.4-release | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-12 | feat! abi! Breaking ABI changes in the PEF format! | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-10 | feat: api/crc32: reworked crc32 api using new portable types. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-09 | feat: warning fixes and Semaphore API patches. | Amlal | |
| what: - The Semaphore API is being preppared for v0.0.4 Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-07 | feat: PEFCodeMgr.cc: `ldr_get_platform` shall be static. | Amlal El Mahrouss | |
| 2025-08-05 | feat: PEFCodeMgr: Improved FAT binary support, made code more readable. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-04 | feat: check if the command header has the same CPU type as the container. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-04 | fix: PEFCodeMgr: codebase fixes. | Amlal El Mahrouss | |
| The PEF Code Manager had critical bugs in memory safety and virtual memory mapping. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-04 | feat: PEFCodeMgr: make use of explicit types instead of `auto` | Amlal El Mahrouss | |
| why: - for better code clarity. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-04 | meta: PEFCodeMgr: fix code styling issues. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-04 | fix! PEFCodeMgr: critical fixes applied to PEF loader. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-04 | feat&fix: critical patches to the PEFCodeMgr. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-04 | feat: `mm_map_page` should iterate over `pages_count`, not `VMSize` directly. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-04 | fix: PEFCodeMgr: container_header didn't increment, fixed that. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-04 | feat: use `kPefMagicFat` instead of `kPefMagic` to check for a FAT binary. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-04 | feat: Improve iteration loop for PEFCodeMgr's VMAddress mapping. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-04 | fix: PEFCodeMgr: loop over `VMAddress` correctly inside PEF Code Manager. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-01 | fix: KernelKit: fix BinaryMutex object, it used to took USER_PROCESS as ↵ | Amlal El Mahrouss | |
| reference with a explicit default constructor. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-31 | feat: IPC: use C-lock pattern to retain IPC transfers. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-23 | fix: sem: Add 'Semaphore.cc' | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-19 | feat: wip: new tree kind 'kSpecial' and refactor user scheduler code ↵ | Amlal El Mahrouss | |
| temporary regarding FileTree allocation. 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-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-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-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-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-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> | |||
