index
:
NeKernel
atom-improvements
bootloader-updates
buffered-stream-requirements
develop
ex-cpp-module-develop-archive
filesystem-kit-bump
ipxe-bootz-support
kernel-bootkit-posix-additions
kernel-level-tweaks
kernel-task-scheduler-impl
mkfs-tweaks
openhefs-filemgr-support
posixkit-macro-additions
update-authormap
update-citations
v0.1.1-develop
v0.1.2-develop
v0.1.21-develop
v0.1.31-develop
Ne System's NeKernel: The Open Source Modular C++ Microkernel written in C++20.
Amlal El Mahrouss
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dev
Age
Commit message (
Expand
)
Author
2025-08-16
feat: ACPI: Better error handling.
v0.0.4-release
Amlal
2025-08-14
fix! abi! Use FNV instead of direct strings for DDK symbols
Amlal
2025-08-14
feat: ddk_kernel_call: update kernel call dispatch documentation.
Amlal
2025-08-13
feat! Breaking changes in the DDK.
Amlal
2025-08-13
feat: DmaPool: remove useless casts and increment size if zero.
Amlal
2025-08-12
feat! abi! Breaking ABI changes in the PEF format!
Amlal
2025-08-11
feat: Semaphore API has been documented, RTL driver improvements, and better ...
Amlal
2025-08-10
feat(libSystem): improved 'PrintOut' to use 'StrFmt' instead of stdc's string...
Amlal
2025-08-10
Merge branch 'dev' into 0xf00sec-patch-3
0xf00sec
2025-08-10
feat(libSystem): implement memory ops with alignment & overlap handling
0xf00sec
2025-08-10
feat: ddk! Driver toolkit breaking changes.
Amlal
2025-08-10
fix: X64Chrono.h: fix build warning about extra ';'
Amlal
2025-08-10
feat: api/crc32: reworked crc32 api using new portable types.
Amlal
2025-08-10
fix: libSystem: call IoCloseFile system call correctly now.
Amlal
2025-08-09
Merge branch 'nekernel-org:dev' into dev
0xf00sec
2025-08-09
Update SystemCalls.cc
0xf00sec
2025-08-09
feat: warning fixes and Semaphore API patches.
Amlal
2025-08-09
refactor! rename `tooling` to `tools`
Amlal El Mahrouss
2025-08-07
feat: PEFCodeMgr.cc: `ldr_get_platform` shall be static.
Amlal El Mahrouss
2025-08-05
feat: PEFCodeMgr: Improved FAT binary support, made code more readable.
Amlal El Mahrouss
2025-08-04
feat: check if the command header has the same CPU type as the container.
Amlal El Mahrouss
2025-08-04
fix: PEFCodeMgr: codebase fixes.
Amlal El Mahrouss
2025-08-04
feat: PEFCodeMgr: make use of explicit types instead of `auto`
Amlal El Mahrouss
2025-08-04
meta: PEFCodeMgr: fix code styling issues.
Amlal El Mahrouss
2025-08-04
fix! PEFCodeMgr: critical fixes applied to PEF loader.
Amlal El Mahrouss
2025-08-04
feat&fix: critical patches to the PEFCodeMgr.
Amlal El Mahrouss
2025-08-04
feat: `mm_map_page` should iterate over `pages_count`, not `VMSize` directly.
Amlal El Mahrouss
2025-08-04
fix: PEFCodeMgr: container_header didn't increment, fixed that.
Amlal El Mahrouss
2025-08-04
feat: use `kPefMagicFat` instead of `kPefMagic` to check for a FAT binary.
Amlal El Mahrouss
2025-08-04
feat: Improve iteration loop for PEFCodeMgr's VMAddress mapping.
Amlal El Mahrouss
2025-08-04
fix: PEFCodeMgr: loop over `VMAddress` correctly inside PEF Code Manager.
Amlal El Mahrouss
2025-08-04
feat: wrap `Device` object under the Kernel namespace.
Amlal El Mahrouss
2025-08-03
feat: LaTeX: update technical papers.
Amlal El Mahrouss
2025-08-01
fix: BinaryMutex: Assign `fLockingProcess` to nullptr.
Amlal El Mahrouss
2025-08-01
fix: KernelKit: fix BinaryMutex object, it used to took USER_PROCESS as refer...
Amlal El Mahrouss
2025-07-31
feat: mgmt.oe: openenclave management tool. (wip)
Amlal El Mahrouss
2025-07-31
fix: SMP: Fix `mp_register_task` thrdid could have been index out of bounds.
Amlal El Mahrouss
2025-07-31
feat: Replace CoreBoot module with NeBoot module.
Amlal El Mahrouss
2025-07-31
feat: IPC: use C-lock pattern to retain IPC transfers.
Amlal El Mahrouss
2025-07-29
feat: libSystem: implement 'Jail.h' header.
Amlal El Mahrouss
2025-07-24
feat: __CF_64BIT__ macro for CoreFoundation.fwrk.
Amlal El Mahrouss
2025-07-24
refactor: FB.h, Semaphore.h: minor style changes.
Amlal El Mahrouss
2025-07-23
feat: new 'kErrorUnavailable' type and semaphore API breaking changes.
Amlal El Mahrouss
2025-07-23
feat: new 'kErrorAccessDenied' type for semaphore api.
Amlal El Mahrouss
2025-07-23
feat: sem: fix usage of 'kErrorNetworkTimeout' to 'kErrorTimeout'
Amlal El Mahrouss
2025-07-23
fix: sem: use 'kErrorTimeout' instead of 'kErrorNetworkTimeout'
Amlal El Mahrouss
2025-07-23
fix: sem: fix decrement logic of the semaphore api's 'rtl_sem_wait'
Amlal El Mahrouss
2025-07-23
feat: rtl_sem_wait: check semaphore for underflows.
Amlal El Mahrouss
2025-07-23
fix: sem: Add 'Semaphore.cc'
Amlal El Mahrouss
2025-07-23
fix: sem: fix condition in 'rtl_sem_is_valid' as it was to strict.
Amlal El Mahrouss
[next]