summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2025-08-26refactor: cleanup code.Amlal El Mahrouss
2025-08-25fix: MsgKit: use `struct LIBMSG_EXPR` instead of `LIBMSG_EXPR` for CAmlal El Mahrouss
2025-08-25Merge pull request #58 from nekernel-org/devAmlal El Mahrouss
2025-08-25feat: fix: ddk: fix dispatch system for ARM64 and AMD64.v0.0.4e2-releaseAmlal El Mahrouss
2025-08-25Merge pull request #57 from nekernel-org/devAmlal El Mahrouss
2025-08-25fix: ddk: urgent fixes.Amlal El Mahrouss
2025-08-25Merge pull request #56 from nekernel-org/devAmlal El Mahrouss
2025-08-25fix: fix dispatch of other platforms symbol.v0.0.4e1-releaseAmlal El Mahrouss
2025-08-25feat! ddk -> libDDK, use syscall on AMD64.Amlal El Mahrouss
2025-08-23feat: Network: Fix IPv4 `IpCheckVersion4` parser.Amlal El Mahrouss
2025-08-23feat: CoreProcessScheduler: forwarded classes doesn't need `classAmlal El Mahrouss
2025-08-23feat: scheduler: ProcessImage should be friend with KernelScheduler,Amlal El Mahrouss
2025-08-22fix: Set UTime when initializing process, not when exiting.Amlal El Mahrouss
2025-08-22feat: strings: Fix function arugments of `urt_string_cmp`Amlal El Mahrouss
2025-08-22feat: Add `KStringOr` alias, and `mm_make_own_ptr` doesn't use `MUST_PASS`Amlal El Mahrouss
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-20Merge branch 'dev' of github.com:nekernel-org/nekernel into devAmlal
2025-08-20feat: acpi: harden ACPI `operator[]` and `Checksum` methods.Amlal
2025-08-18feat: SystemProc.asm: Make use of `syscall` instead of `int 50`Amlal El Mahrouss
2025-08-17feat: libSystem/SystemProc.asm: Move r8, to rax, cleanup raxAmlal
2025-08-17fix: tools/fsck.hefs: better options name (in= instead of i=)Amlal
2025-08-17feat: new TeX file about NeKernel's SMP subsystem.Amlal
2025-08-17feat: kernel: (HALKit/KernelKit): Scheduler, and dylib improvements.Amlal
2025-08-16feat: PEF.h add kPefKindInvalid to PEF kind enum.Amlal
2025-08-16Merge pull request #55 from nekernel-org/devAmlal El Mahrouss
2025-08-16feat: ACPI: Better error handling.v0.0.4-releaseAmlal
2025-08-14fix! abi! Use FNV instead of direct strings for DDK symbolsAmlal
2025-08-14feat: ddk_kernel_call: update kernel call dispatch documentation.Amlal
2025-08-13feat! Breaking changes in the DDK.Amlal
2025-08-13feat: DmaPool: remove useless casts and increment size if zero.Amlal
2025-08-13fix: tex: fix binary_mutex imports.Amlal
2025-08-13feat: tex: new revision of tex specs.Amlal
2025-08-12feat! abi! Breaking ABI changes in the PEF format!Amlal
2025-08-11feat: Semaphore API has been documented, RTL driver improvements, and better ...Amlal
2025-08-10fix: mk_img.py now is executable by default (again)Amlal
2025-08-10feat(libSystem): improved 'PrintOut' to use 'StrFmt' instead of stdc's string...Amlal
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
2025-08-10fix: X64Chrono.h: fix build warning about extra ';'Amlal
2025-08-10feat: api/crc32: reworked crc32 api using new portable types.Amlal
2025-08-10fix: libSystem: call IoCloseFile system call correctly now.Amlal
2025-08-09Merge branch 'nekernel-org:dev' into dev0xf00sec
2025-08-09Update SystemCalls.cc0xf00sec
2025-08-09feat: warning fixes and Semaphore API patches.Amlal