2026-09-01 - (/loop) POSIX unnamed semaphores; the Cond.cpp wall is not a traced HLE call

Continued the spine on PPSA21564's Conc/Cond.cpp:212: rc == 0 abort. The run's most prominent gap was sem_init (11 calls, placeholder), so implemented the POSIX unnamed-semaphore family (sem_init/sem_wait/sem_trywait/sem_post/sem_destroy) in orbistoun-kernel on the existing sync semaphores, served via orbistoun-posix. sem_t holds the handle (same model as pthread_cond_init), and pshared is ignored. Correct and needed - eleven placeholder concurrency calls now function. Recorded D455.

It did not move the wall (verdict same), and the investigation is the useful part:

fmt/clippy/tests/knowledge pass for the additions (cast_unsigned avoided for MSRV 1.85). Additive.