summaryrefslogtreecommitdiffhomepage
path: root/src/kernel
AgeCommit message (Expand)Author
2026-01-10chore: release prep for NeKernel+Nectar.Amlal El Mahrouss
2026-01-09chore: pre-release prep.Amlal El Mahrouss
2026-01-07feat: kernel: Loader, IPC, and Linker improvements.Amlal El Mahrouss
2026-01-07feat! kernel/boot: standalone release prep and huge kernel improvements.Amlal El Mahrouss
2026-01-07chore: kernel: Internal API fixes and improvements.Amlal El Mahrouss
2025-12-31feat: pre-release improvements and harderning.Amlal El Mahrouss
2025-12-31chore: general: bump semver and BCD.Amlal El Mahrouss
2025-12-30chore: update MACROS_MAP.md documentation.Amlal El Mahrouss
2025-12-30feat: SMP support tweaks, add MACROS_MAP.mdAmlal El Mahrouss
2025-12-30feat: HAL: fix CommonAPI and ran format command.Amlal El Mahrouss
2025-12-28feat: kernel: architectural and implementation improvements.v0.1.1Amlal El Mahrouss
2025-12-27feat: kernel: update BinaryMutex implementation.Amlal El Mahrouss
2025-12-27feat: kernel: Fix binary mutex object.Amlal El Mahrouss
2025-12-27kernel! giant source code refactor.Amlal El Mahrouss
2025-12-26feat! breaking API changes, use header guards and libSystem fixes.Amlal El Mahrouss
2025-12-26feat: kernel: system and API improvements.Amlal El Mahrouss
2025-12-26feat: kernel: ThreadKind is now `enum struct`.Amlal El Mahrouss
2025-12-25feat: kernel: Documentation improvements and specs addition.Amlal El Mahrouss
2025-12-25feat: move `ProcessCtx` to its tree.Amlal El Mahrouss
2025-12-24feat: introduce new unit test and CLAUDE.md.Amlal El Mahrouss
2025-12-22chore: ran format.shAmlal El Mahrouss
2025-12-22feat: kernel: New Vettable API, remove IsAcceptable concept.Amlal El Mahrouss
2025-12-22feat: test: Add `kout` test and rename DeviceInterface to IDevice in KernelKit.Amlal El Mahrouss
2025-12-21feat: kernel: JSON/TOML improvements and UPS/Interrupt improvements.Amlal El Mahrouss
2025-12-20chore: kernel: apply vettable pattern to process structure.Amlal El Mahrouss
2025-12-19feat: Use NeKernel Authors instead of NeKernel contributors.Amlal El Mahrouss
2025-12-18chore: MKFS library improvements on documentation.Amlal El Mahrouss
2025-12-18chore: specification updates and patches on the DDK, new source `ddk_c++.cc`.Amlal El Mahrouss
2025-12-16chore: kernel improvements and tweaks on the kernel.Amlal El Mahrouss
2025-12-16chore: kernel: tiny codebase cleanups.Amlal El Mahrouss
2025-12-15feat: new properties and improved vettable system.Amlal El Mahrouss
2025-12-15chore: document purpose of `Pmm`.Amlal El Mahrouss
2025-12-15chore: add header comment in Nullable.hAmlal El Mahrouss
2025-12-15feat: New Nullable system, and improved Vettable system.Amlal El Mahrouss
2025-12-14chore: make Vettable pattern less redundant.Amlal El Mahrouss
2025-12-14chore: improve Vettable pattern, add new concepts in Config.hAmlal El Mahrouss
2025-12-14chore: NeKit: nullify generic Vettable type.Amlal El Mahrouss
2025-12-13chore: enforce final property on vettable based classes.Amlal El Mahrouss
2025-12-13feat: Introduce `INotVettable` helper macro (NE_NOT_VETTABLE)Amlal El Mahrouss
2025-12-13chore: IPEFDylibObject tweaks.Amlal El Mahrouss
2025-12-12chore: make Ref `operator bool` explicit, remove useless `MUST_PASS` in TLS.i...Amlal El Mahrouss
2025-12-11chore: refactor: codebase improvements and more usage of Ref<>.Amlal El Mahrouss
2025-12-11feat: Timer.h: Turn `rtl_*seconds` helpers into `constexpr` functions.Amlal El Mahrouss
2025-12-11chore: better logging for `::Run()` method in `UserProcessScheduler`.v0.0.83Amlal El Mahrouss
2025-12-11chore: kernel: fix compiler error that never appeared before.Amlal El Mahrouss
2025-12-11feat: kernel: `Vettable.h` interface and concepts.Amlal El Mahrouss
2025-12-10chore: using more header guards than pragma once.Amlal El Mahrouss
2025-12-10chore: code refactors in TraceSrv.hAmlal El Mahrouss
2025-12-10fix: Ref.h: Fix Ro3 constructors for NonNullRef.Amlal El Mahrouss
2025-12-10chore: new `InitializerList` API.Amlal El Mahrouss