about summary refs log tree commit diff
path: root/src/thread/pthread_kill.c
Commit message (Expand)AuthorAgeFilesLines
* fix several locks that weren't updated right for new futex-based __lockRich Felker2012-07-121-2/+2
* fix pthread_kill unlockingRich Felker2012-07-121-1/+1
* fix race condition in pthread_killRich Felker2011-06-141-1/+5
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* if returning errno value directly from a syscall, we need to negate it.Rich Felker2011-03-191-1/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-2/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7