| Age | Commit message (Expand) | Author |
| 2025-08-25 | fix: fix dispatch of other platforms symbol.v0.0.4e1-release | Amlal El Mahrouss |
| 2025-08-25 | feat! ddk -> libDDK, use syscall on AMD64. | Amlal El Mahrouss |
| 2025-08-23 | feat: Network: Fix IPv4 `IpCheckVersion4` parser. | Amlal El Mahrouss |
| 2025-08-23 | feat: CoreProcessScheduler: forwarded classes doesn't need `class | Amlal El Mahrouss |
| 2025-08-23 | feat: scheduler: ProcessImage should be friend with KernelScheduler, | Amlal El Mahrouss |
| 2025-08-22 | fix: Set UTime when initializing process, not when exiting. | Amlal El Mahrouss |
| 2025-08-22 | feat: strings: Fix function arugments of `urt_string_cmp` | Amlal El Mahrouss |
| 2025-08-22 | feat: Add `KStringOr` alias, and `mm_make_own_ptr` doesn't use `MUST_PASS` | Amlal El Mahrouss |
| 2025-08-21 | feat: Reworked `hefsi_hash_64` to follow the codebase's conventions. | Amlal El Mahrouss |
| 2025-08-21 | feat!: Breaking changes, reworked the KString API inside the ne_kernel. | Amlal El Mahrouss |
| 2025-08-21 | feat: refactor and fixed python scripts. | Amlal El Mahrouss |
| 2025-08-20 | feat: Heavily reworked the SMP subsystem paper. | Amlal El Mahrouss |
| 2025-08-20 | FIX: feat: acpi: harden ACPI `operator[]` and `Checksum` methods. | Amlal |
| 2025-08-20 | Merge branch 'dev' of github.com:nekernel-org/nekernel into dev | Amlal |
| 2025-08-20 | feat: acpi: harden ACPI `operator[]` and `Checksum` methods. | Amlal |
| 2025-08-18 | feat: SystemProc.asm: Make use of `syscall` instead of `int 50` | Amlal El Mahrouss |
| 2025-08-17 | feat: libSystem/SystemProc.asm: Move r8, to rax, cleanup rax | Amlal |
| 2025-08-17 | feat: kernel: (HALKit/KernelKit): Scheduler, and dylib improvements. | Amlal |
| 2025-08-16 | feat: PEF.h add kPefKindInvalid to PEF kind enum. | Amlal |
| 2025-08-16 | feat: ACPI: Better error handling.v0.0.4-release | Amlal |
| 2025-08-14 | fix! abi! Use FNV instead of direct strings for DDK symbols | Amlal |
| 2025-08-14 | feat: ddk_kernel_call: update kernel call dispatch documentation. | Amlal |
| 2025-08-13 | feat! Breaking changes in the DDK. | Amlal |
| 2025-08-13 | feat: DmaPool: remove useless casts and increment size if zero. | Amlal |
| 2025-08-12 | feat! abi! Breaking ABI changes in the PEF format! | Amlal |
| 2025-08-11 | feat: Semaphore API has been documented, RTL driver improvements, and better ... | Amlal |
| 2025-08-10 | feat(libSystem): improved 'PrintOut' to use 'StrFmt' instead of stdc's string... | Amlal |
| 2025-08-10 | Merge branch 'dev' into 0xf00sec-patch-3 | 0xf00sec |
| 2025-08-10 | feat(libSystem): implement memory ops with alignment & overlap handling | 0xf00sec |
| 2025-08-10 | feat: ddk! Driver toolkit breaking changes. | Amlal |
| 2025-08-10 | fix: X64Chrono.h: fix build warning about extra ';' | Amlal |
| 2025-08-10 | feat: api/crc32: reworked crc32 api using new portable types. | Amlal |
| 2025-08-10 | fix: libSystem: call IoCloseFile system call correctly now. | Amlal |
| 2025-08-09 | Merge branch 'nekernel-org:dev' into dev | 0xf00sec |
| 2025-08-09 | Update SystemCalls.cc | 0xf00sec |
| 2025-08-09 | feat: warning fixes and Semaphore API patches. | Amlal |
| 2025-08-09 | refactor! rename `tooling` to `tools` | Amlal El Mahrouss |
| 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 |
| 2025-08-04 | feat: check if the command header has the same CPU type as the container. | Amlal El Mahrouss |
| 2025-08-04 | fix: PEFCodeMgr: codebase fixes. | Amlal El Mahrouss |
| 2025-08-04 | feat: PEFCodeMgr: make use of explicit types instead of `auto` | Amlal El Mahrouss |
| 2025-08-04 | meta: PEFCodeMgr: fix code styling issues. | Amlal El Mahrouss |
| 2025-08-04 | fix! PEFCodeMgr: critical fixes applied to PEF loader. | Amlal El Mahrouss |
| 2025-08-04 | feat&fix: critical patches to the PEFCodeMgr. | Amlal El Mahrouss |
| 2025-08-04 | feat: `mm_map_page` should iterate over `pages_count`, not `VMSize` directly. | Amlal El Mahrouss |
| 2025-08-04 | fix: PEFCodeMgr: container_header didn't increment, fixed that. | Amlal El Mahrouss |
| 2025-08-04 | feat: use `kPefMagicFat` instead of `kPefMagic` to check for a FAT binary. | Amlal El Mahrouss |
| 2025-08-04 | feat: Improve iteration loop for PEFCodeMgr's VMAddress mapping. | Amlal El Mahrouss |
| 2025-08-04 | fix: PEFCodeMgr: loop over `VMAddress` correctly inside PEF Code Manager. | Amlal El Mahrouss |