]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
feat: futex syscall (85) — FUTEX_WAIT/FUTEX_WAKE with global waiter table + ulibc...
authorTulio A M Mendes <[email protected]>
Thu, 12 Feb 2026 03:53:40 +0000 (00:53 -0300)
committerTulio A M Mendes <[email protected]>
Fri, 13 Feb 2026 02:20:50 +0000 (23:20 -0300)
commit74ada37d46e150df0aa64eb66935e7a6418e0da3
treeb4a384384cbedaa9d8784fd7f2e2bc9a38b9b096
parentb795949de4eddd7de3d77f844c59f1f851be067e
feat: futex syscall (85) — FUTEX_WAIT/FUTEX_WAKE with global waiter table + ulibc wrapper
include/syscall.h
src/kernel/syscall.c
user/ulibc/include/linux/futex.h [new file with mode: 0644]
user/ulibc/include/syscall.h
user/ulibc/src/futex.c [new file with mode: 0644]