]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
docs: audit & update all documentation to reflect current implementation
authorTulio A M Mendes <[email protected]>
Sat, 14 Mar 2026 11:59:58 +0000 (08:59 -0300)
committerTulio A M Mendes <[email protected]>
Sat, 14 Mar 2026 11:59:58 +0000 (08:59 -0300)
commitcf7f105a13f723c296b4cec204da54aa3f16ac96
tree6ca677a2145b6ea6ae5271d8ffc62a34818f96bc
parent3b82c29c0f3448fd235119e879ef32ee47637a87
docs: audit & update all documentation to reflect current implementation

- POSIX_ROADMAP: 75→90 features (15 new: gettimeofday, mprotect, getrlimit/setrlimit, uname, getrusage, socket ops, LZ4, EPOLLET, lazy PLT, MIPS, SysV init, 50+ utilities, host test harness, native toolchain, mount syscall)
- README: 80→102 smoke tests, 47→115 host tests, 75→90 features, 52 userland programs listed
- BUILD_GUIDE: fixed init path (/sbin/fulltest), expanded utility list, updated test counts
- TESTING_PLAN: 80→102 smoke, 19→115 host tests
- SUPPLEMENTARY_ANALYSIS: LZ4 ❌→✅, per-CPU runqueues ❌→✅, test counts aligned
- AUDIT_REPORT: 3 additional fixes marked (sc_* macros, SMAP, schedule race)
- FULL_POSIX_AUDIT: 7/12 syscalls now ✅, Newlib/GCC/Binutils ports ✅ COMPLETE, kernel ~85%→~98% POSIX
BUILD_GUIDE.md
README.md
docs/AUDIT_REPORT.md
docs/FULL_POSIX_AUDIT.md
docs/POSIX_ROADMAP.md
docs/SUPPLEMENTARY_ANALYSIS.md
docs/TESTING_PLAN.md