summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2025-12-21ddk: C++ API fixes.v0.1.0Amlal 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-16feat: libSystem/Verify.h API tweaks and breaking changes.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-12feat: modify IDriverBase contract and concept.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-11chore: launch: ne_launch code improvements.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
2025-12-09feat: New `InitializerList` class, and `LHGetLaunchInfo` implementation on `L...v0.0.82Amlal El Mahrouss
2025-12-09chore: Codebase improvements and tweaks.Amlal El Mahrouss
2025-12-08chore: use `enum struct` instead of `enum class`.Amlal El Mahrouss
2025-12-05chore: DriverKit: Use `DDK_` instead of `DKI_`.Amlal El Mahrouss
2025-12-04chore: update config semver and c++ detection.Amlal El Mahrouss
2025-12-04chore: use `__NECTI__` instead of `__LIBCOMPILER__`Amlal El Mahrouss
2025-12-03chore: Json.h: define `fUndefined` when constructing the Json object.Amlal El Mahrouss
2025-12-03feat: kernel: Introduce `Error` to `ICodec` contract.Amlal El Mahrouss
2025-12-02chore: new Kernel API for KString, ArrayList and ErrorOr.Amlal El Mahrouss
2025-12-01chore: typedefs breaking changes, and binary mutex new `LockedPtr` type.Amlal El Mahrouss
2025-12-01chore: add kInvalidType, remove redundant keywords in ce_ddk_is_valid, and sy...Amlal El Mahrouss
2025-11-30chore: added new aliases for OwnPtr and ErrorOr (OwnOr)Amlal El Mahrouss
2025-11-29chore: API and System Design update.Amlal El Mahrouss
2025-11-29feat: kernel: Introduce Vet.h, better Ref.h, and more improved containers for...Amlal El Mahrouss
2025-11-29chore: source code review and fixes.Amlal El Mahrouss
2025-11-28feat: libSystem: use UInt64/UInt32 instead of SizeT depending on systemAmlal El Mahrouss
2025-11-27chore: bootz: add alias for BootZ's handover header.Amlal El Mahrouss
2025-11-27chore: fix BootZ workflows.Amlal El Mahrouss
2025-11-26fix: boot/bootnet: fix linking error on bootnet module.Amlal El Mahrouss
2025-11-26kernel: a long set of kernel patches.Amlal El Mahrouss