| Age | Commit message (Expand) | Author |
| 2025-07-24 | feat: __CF_64BIT__ macro for CoreFoundation.fwrk. | Amlal El Mahrouss |
| 2025-07-24 | fix: tooling: fix 'fsck.hefs', 'mkfs.hefs', and 'mk_img.py' tools. | Amlal El Mahrouss |
| 2025-07-24 | refactor: FB.h, Semaphore.h: minor style changes. | Amlal El Mahrouss |
| 2025-07-23 | feat: tooling: wrote a simple nekernel manual to html converter. | Amlal El Mahrouss |
| 2025-07-23 | feat: new 'kErrorUnavailable' type and semaphore API breaking changes. | Amlal El Mahrouss |
| 2025-07-23 | feat: new 'kErrorAccessDenied' type for semaphore api. | Amlal El Mahrouss |
| 2025-07-23 | feat: sem: fix usage of 'kErrorNetworkTimeout' to 'kErrorTimeout' | Amlal El Mahrouss |
| 2025-07-23 | fix: sem: use 'kErrorTimeout' instead of 'kErrorNetworkTimeout' | Amlal El Mahrouss |
| 2025-07-23 | fix: sem: fix decrement logic of the semaphore api's 'rtl_sem_wait' | Amlal El Mahrouss |
| 2025-07-23 | feat: rtl_sem_wait: check semaphore for underflows. | Amlal El Mahrouss |
| 2025-07-23 | fix: sem: Add 'Semaphore.cc' | Amlal El Mahrouss |
| 2025-07-23 | fix: sem: fix condition in 'rtl_sem_is_valid' as it was to strict. | Amlal El Mahrouss |
| 2025-07-23 | fix: sem: fix Semaphore API of kernel, validation and typo fixes. | Amlal El Mahrouss |
| 2025-07-23 | fix: sem: remove useless 'namespace Kernel' comment on function. | Amlal El Mahrouss |
| 2025-07-23 | feat: dev/kernel: Finish kernel semaphore API. | Amlal El Mahrouss |
| 2025-07-21 | fix: kernel{aarch64}: it now builds without issue because of a fix in the bit... | Amlal El Mahrouss |
| 2025-07-21 | fix: KPC: Fix duplicate of kErrorNetworkTimeout. | Amlal El Mahrouss |
| 2025-07-21 | feat: HAL/HPET: document source code. | Amlal El Mahrouss |
| 2025-07-21 | feat: NeKernel Semaphore API. | Amlal El Mahrouss |
| 2025-07-19 | feat: wip: new tree kind 'kSpecial' and refactor user scheduler code temporar... | Amlal El Mahrouss |
| 2025-07-19 | feat: CoreProcessScheduler has now a 'kSpecial' type for trees. (Because of S... | Amlal El Mahrouss |
| 2025-07-18 | fix: GfkKit&MKFSLib: inline function inside headers to avoid symbol duplicate... | Amlal El Mahrouss |
| 2025-07-18 | feat: fix missing space in hefs.h | Amlal El Mahrouss |
| 2025-07-17 | feat: Update tooling from btb to nebuild. Moved platform specific ABI into th... | Amlal El Mahrouss |
| 2025-07-15 | Update README.md | Amlal El Mahrouss |
| 2025-07-10 | fix: Validate `kKernelVM` correctly, instead of using the debug | Amlal El Mahrouss |
| 2025-07-10 | fix: `kKernelVM` shall be validated in case it is null. | Amlal El Mahrouss |
| 2025-07-10 | refactor: use `rt_debug_cmd` instead of `rt_debug_type` | Amlal El Mahrouss |
| 2025-07-10 | feat: Add ownership for future audit purposes. | Amlal El Mahrouss |
| 2025-07-10 | feat: Add ownership for future audit purposes. | Amlal El Mahrouss |
| 2025-07-10 | feat: Fix FNV's pointer check. | Amlal El Mahrouss |
| 2025-07-10 | feat: KernelTest: v0.0.2! API changes. | Amlal El Mahrouss |
| 2025-07-09 | feat: KID, UPS improvements, and future refactors regarding the | Amlal El Mahrouss |
| 2025-07-09 | feat: DiskImage.fwrk: Made `DIFormatPartitionEPM` cross platform. | Amlal El Mahrouss |
| 2025-07-09 | refactor! `CoreProcessScheduler` now uses `kFile` instead of `kFD` | Amlal El Mahrouss |
| 2025-07-08 | refactor: comments cleanup, breaking change! updated TLS magic from ZKA | Amlal El Mahrouss |
| 2025-07-08 | refactor: Refactor NeKernel's TLS API. | Amlal El Mahrouss |
| 2025-07-08 | feat: Reinforce code inside PEFCodeMgr and mkfs.hefs, extend fsck.hefs | Amlal El Mahrouss |
| 2025-07-07 | refactor: FileMgr: remove useless macros. | Amlal El Mahrouss |
| 2025-07-07 | fix: FileMgr: use `sz` when `Reading` blob inside file. | Amlal El Mahrouss |
| 2025-07-06 | feat: set `fFile` to nullptr when freeing it. | Amlal El Mahrouss |
| 2025-07-06 | fix: CoreProcessScheduler.h: Correct `kTreeKindCount` enum value to three. | Amlal El Mahrouss |
| 2025-07-05 | feat: add magic check in `fsck.hefs` | Amlal El Mahrouss |
| 2025-07-05 | feat: Document `SpawnDylib` | Amlal El Mahrouss |
| 2025-07-05 | feat: remove OpenMSG framework, deprecated in favor of LibMSG. | Amlal El Mahrouss |
| 2025-07-04 | feat: see below. | Amlal El Mahrouss |
| 2025-07-04 | feat: libmkfs: a new library to format filesystem and utilities for | Amlal El Mahrouss |
| 2025-06-30 | refactor: UPS: use correct name for *_ptr_tree functions. | Amlal El Mahrouss |
| 2025-06-30 | fix!: feat: Generic `sched_try_go_upper_ptr_tree` support. | Amlal El Mahrouss |
| 2025-06-30 | feat: Generic `sched_try_go_upper_ptr_tree` support. | Amlal El Mahrouss |