summaryrefslogtreecommitdiffhomepage
path: root/dev/libSystem
AgeCommit message (Expand)Author
2025-11-15feat: DDK: compiler improvements and working on fwrk standard and launchAmlal El Mahrouss
2025-10-26feat: refactor HeFS to OpenHeFS.Amlal El Mahrouss
2025-10-10feat: kernel: dispatch structures have two new methods.Amlal El Mahrouss
2025-10-08fix: libSystem: return JAIL correctly and fix missing macro inAmlal El Mahrouss
2025-10-08feat: libSystem: new version of libSystem.Amlal El Mahrouss
2025-10-07feat: kernel & libSystem: improvements and tweaks.Amlal El Mahrouss
2025-10-04feat: kernel: new `kernel` process type, and usage of `explicit operatorAmlal El Mahrouss
2025-09-11fix: SystemKit/Verify.h: fix future link issues with `inline`Amlal El Mahrouss
2025-09-11feat: libSystem: `Verify.h` include file, used to verify SCI's input andAmlal El Mahrouss
2025-09-09feat:! ddk/dki, ne_launch, ifs: Big architectural changes andAmlal El Mahrouss
2025-09-05feat: libSystem: `libsys_hash_64` is now defined in `src/System.cc`Amlal El Mahrouss
2025-08-21feat: refactor and fixed python scripts.Amlal El Mahrouss
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-13feat! Breaking changes in the DDK.Amlal
2025-08-10feat(libSystem): improved 'PrintOut' to use 'StrFmt' instead of stdc's string...Amlal
2025-08-10feat(libSystem): implement memory ops with alignment & overlap handling0xf00sec
2025-08-09Merge branch 'nekernel-org:dev' into dev0xf00sec
2025-08-09Update SystemCalls.cc0xf00sec
2025-08-09feat: warning fixes and Semaphore API patches.Amlal
2025-07-31feat: mgmt.oe: openenclave management tool. (wip)Amlal El Mahrouss
2025-07-29feat: libSystem: implement 'Jail.h' header.Amlal El Mahrouss
2025-07-10feat: Fix FNV's pointer check.Amlal El Mahrouss
2025-06-22feat: use FNV in libSystem's syscall routing.Amlal El Mahrouss
2025-06-12feat: Use `.dll` extension for `libSystem` instead of `.sys`Amlal El Mahrouss
2025-06-12feat: libSystem, kernel: finalizing the hash and routing system of libSystem'...Amlal El Mahrouss
2025-05-30refactor: Format codebase and fix warning in UserProcessScheduler.Amlal El Mahrouss
2025-05-30global: architectural changes, see commit details.Amlal El Mahrouss
2025-05-29feat: Improve libSystem's architecture and implementation.Amlal El Mahrouss
2025-05-27feat: generic_kits: Add X64Chrono inside BenchKit.Amlal El Mahrouss