]> 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)
commitbd944ef67ea5064f9ede45fc95771cc3bfa083db
tree649e29477a5de4c44b56a4eba42afb5358971b9f
parente69e0690bfba94a54bdaeea30fa2f6cae11a5771
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