# # ChangeLog for kernel/generic/include/proc/thread.h in mainline # # Generated by Trac 1.5.4 # 2024-05-17T08:26:25Z Tue, 01 Dec 2009 20:08:32 GMT Jakub Jermar [d9ece1cb] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/lib/libc/generic/time.c (modified) Introduce SYS_THREAD_USLEEP and use it to implement usleep() in uspace. Tue, 01 Dec 2009 19:45:10 GMT Jakub Jermar [d52b82ad] * kernel/generic/include/proc/thread.h (modified) Remove argument names from the function headers in thread.h. Fri, 07 Nov 2008 23:16:28 GMT Jiri Svoboda [7faabb7] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/thread.c (modified) * uspace/lib/libc/generic/thread.c (modified) Fix sys_thread_create(): could fail when passed name was at end of ...