summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/src
AgeCommit message (Expand)Author
2025-08-21feat: Reworked `hefsi_hash_64` to follow the codebase's conventions.Amlal El Mahrouss
2025-08-21feat!: Breaking changes, reworked the KString API inside the ne_kernel.Amlal El Mahrouss
2025-08-21feat: refactor and fixed python scripts.Amlal El Mahrouss
2025-08-20feat: Heavily reworked the SMP subsystem paper.Amlal El Mahrouss
2025-08-20FIX: feat: acpi: harden ACPI `operator[]` and `Checksum` methods.Amlal
2025-08-20feat: acpi: harden ACPI `operator[]` and `Checksum` methods.Amlal
2025-08-17feat: kernel: (HALKit/KernelKit): Scheduler, and dylib improvements.Amlal
2025-08-16feat: ACPI: Better error handling.v0.0.4-releaseAmlal
2025-08-12feat! abi! Breaking ABI changes in the PEF format!Amlal
2025-08-10feat: api/crc32: reworked crc32 api using new portable types.Amlal
2025-08-09feat: warning fixes and Semaphore API patches.Amlal
2025-08-07feat: PEFCodeMgr.cc: `ldr_get_platform` shall be static.Amlal El Mahrouss
2025-08-05feat: PEFCodeMgr: Improved FAT binary support, made code more readable.Amlal El Mahrouss
2025-08-04feat: check if the command header has the same CPU type as the container.Amlal El Mahrouss
2025-08-04fix: PEFCodeMgr: codebase fixes.Amlal El Mahrouss
2025-08-04feat: PEFCodeMgr: make use of explicit types instead of `auto`Amlal El Mahrouss
2025-08-04meta: PEFCodeMgr: fix code styling issues.Amlal El Mahrouss
2025-08-04fix! PEFCodeMgr: critical fixes applied to PEF loader.Amlal El Mahrouss
2025-08-04feat&fix: critical patches to the PEFCodeMgr.Amlal El Mahrouss
2025-08-04feat: `mm_map_page` should iterate over `pages_count`, not `VMSize` directly.Amlal El Mahrouss
2025-08-04fix: PEFCodeMgr: container_header didn't increment, fixed that.Amlal El Mahrouss
2025-08-04feat: use `kPefMagicFat` instead of `kPefMagic` to check for a FAT binary.Amlal El Mahrouss
2025-08-04feat: Improve iteration loop for PEFCodeMgr's VMAddress mapping.Amlal El Mahrouss
2025-08-04fix: PEFCodeMgr: loop over `VMAddress` correctly inside PEF Code Manager.Amlal El Mahrouss
2025-08-01fix: KernelKit: fix BinaryMutex object, it used to took USER_PROCESS as refer...Amlal El Mahrouss
2025-07-31feat: IPC: use C-lock pattern to retain IPC transfers.Amlal El Mahrouss
2025-07-23fix: sem: Add 'Semaphore.cc'Amlal El Mahrouss
2025-07-19feat: wip: new tree kind 'kSpecial' and refactor user scheduler code temporar...Amlal El Mahrouss
2025-07-17feat: Update tooling from btb to nebuild. Moved platform specific ABI into th...Amlal El Mahrouss
2025-07-10feat: Add ownership for future audit purposes.Amlal El Mahrouss
2025-07-10feat: Add ownership for future audit purposes.Amlal El Mahrouss
2025-07-10feat: Fix FNV's pointer check.Amlal El Mahrouss
2025-07-09feat: KID, UPS improvements, and future refactors regarding theAmlal El Mahrouss
2025-07-08feat: Reinforce code inside PEFCodeMgr and mkfs.hefs, extend fsck.hefsAmlal El Mahrouss
2025-07-04feat: see below.Amlal El Mahrouss
2025-06-30refactor: UPS: use correct name for *_ptr_tree functions.Amlal El Mahrouss
2025-06-30fix!: feat: Generic `sched_try_go_upper_ptr_tree` support.Amlal El Mahrouss
2025-06-30feat: Generic `sched_try_go_upper_ptr_tree` support.Amlal El Mahrouss
2025-06-30feat: FileTree `free` support.Amlal El Mahrouss
2025-06-30feat: Introducing `FileTree` allocation and WiP DebugSrv integration.Amlal El Mahrouss
2025-06-27fix: Fix a bad `stacksym` check.Amlal El Mahrouss
2025-06-27fix: remove redundant header include.Amlal El Mahrouss
2025-06-26fix: UPS: Don't exit when process crashes.Amlal El Mahrouss
2025-06-23fix: Fix AP init code, and format codebase.Amlal El Mahrouss
2025-06-22AsciiUtils.cc0xf00sec
2025-06-22fix: PEFLdr: Fix compilation error on `mmap`Amlal El Mahrouss
2025-06-22Merge pull request #45 from 0xf00sec/0xf00sec-patch-6.3Amlal El Mahrouss
2025-06-22;)0xf00sec
2025-06-22Merge pull request #44 from 0xf00sec/0xf00sec-patch-6.4Amlal El Mahrouss
2025-06-22UserProcessScheduler.cc: ArchKit0xf00sec