summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-08-16feat: ACPI: Better error handling.v0.0.4-releaseAmlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-14fix! abi! Use FNV instead of direct strings for DDK symbolsAmlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-14feat: ddk_kernel_call: update kernel call dispatch documentation.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-13feat! Breaking changes in the DDK.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-13feat: DmaPool: remove useless casts and increment size if zero.Amlal
feat: Generic+Basic+RTL8139: fix warning on rsp. Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-13fix: tex: fix binary_mutex imports.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-13feat: tex: new revision of tex specs.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-12feat! abi! Breaking ABI changes in the PEF format!Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-11feat: Semaphore API has been documented, RTL driver improvements, and better ↵Amlal
help for fsck.hefs. Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-10fix: mk_img.py now is executable by default (again)Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-10feat(libSystem): improved 'PrintOut' to use 'StrFmt' instead of stdc's ↵Amlal
string format. Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-10Merge pull request #53 from 0xf00sec/0xf00sec-patch-3Amlal El Mahrouss
2025-08-10Merge branch 'dev' into 0xf00sec-patch-30xf00sec
2025-08-10feat(libSystem): implement memory ops with alignment & overlap handling0xf00sec
2025-08-10feat: ddk! Driver toolkit breaking changes.Amlal
what: - New system calls for CFKit. - New DDK API. Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-10fix: X64Chrono.h: fix build warning about extra ';'Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-10feat: api/crc32: reworked crc32 api using new portable types.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-10fix: libSystem: call IoCloseFile system call correctly now.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-09Merge branch 'nekernel-org:dev' into dev0xf00sec
2025-08-09Update SystemCalls.cc0xf00sec
2025-08-09feat: 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-09refactor! rename `tooling` to `tools`Amlal El Mahrouss
feat: BenchKit improvements and libMsg authorship refactors.
2025-08-07feat: PEFCodeMgr.cc: `ldr_get_platform` shall be static.Amlal El Mahrouss
2025-08-06feat: add citation file for papers.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-05feat: PEFCodeMgr: Improved FAT binary support, made code more readable.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-04feat: 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-04fix: 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-04feat: 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-04meta: PEFCodeMgr: fix code styling issues.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-04fix! PEFCodeMgr: critical fixes applied to PEF loader.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-04feat&fix: critical patches to the PEFCodeMgr.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-04feat: `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-04fix: PEFCodeMgr: container_header didn't increment, fixed that.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-04feat: 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-04feat: Improve iteration loop for PEFCodeMgr's VMAddress mapping.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-04fix: PEFCodeMgr: loop over `VMAddress` correctly inside PEF Code Manager.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-04feat: wrap `Device` object under the Kernel namespace.Amlal El Mahrouss
why: - To avoid linker and mangling issues. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-03feat: LaTeX: update technical papers.Amlal El Mahrouss
feat: CPS: Assign image to nullptr in PROCESS_IMAGE container. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-03feat: update papers.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-02feat: add more documentation (CPS architecture)Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-01feat: tex: add binary_mutex document.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-01fix: BinaryMutex: Assign `fLockingProcess` to nullptr.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-01fix: 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-08-01feat: tools/mgmt.oe: tiny source tweaks.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-31feat: mgmt.oe: openenclave management tool. (wip)Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-31fix: SMP: Fix `mp_register_task` thrdid could have been index out of bounds.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-31feat: @0xf00sec now owns libSystem and libMsg.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-31feat: Replace CoreBoot module with NeBoot module.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-31feat: IPC: use C-lock pattern to retain IPC transfers.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-29feat: libSystem: implement 'Jail.h' header.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>