]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
feat: threads (clone/pthread) - SYSCALL_CLONE, SYSCALL_GETTID, SET_THREAD_AREA, proce...
authorTulio A M Mendes <[email protected]>
Thu, 12 Feb 2026 02:14:24 +0000 (23:14 -0300)
committerTulio A M Mendes <[email protected]>
Fri, 13 Feb 2026 02:20:50 +0000 (23:20 -0300)
commit526ab2cbf25b49b5c73a4967855e2f1b07f49dc6
treef9b5a30cb107b848c263ebccff126357cf79b65d
parente4261d374bce7a5bd3e913ee25937daad3062fde
feat: threads (clone/pthread) - SYSCALL_CLONE, SYSCALL_GETTID, SET_THREAD_AREA, process_clone_create, ulibc pthread stubs
include/process.h
include/syscall.h
src/kernel/scheduler.c
src/kernel/syscall.c
user/ulibc/include/pthread.h [new file with mode: 0644]
user/ulibc/include/syscall.h
user/ulibc/include/unistd.h
user/ulibc/src/pthread.c [new file with mode: 0644]
user/ulibc/src/unistd.c