summaryrefslogtreecommitdiff
path: root/src/signal/sigqueue.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-03-10fix errors in sigqueue (potential information leak, wrong behavior)Rich Felker1-5/+7
1. any padding in the siginfo struct was not necessarily zero-filled, so it might have contained private data off the caller's stack. 2. the uid and pid must be filled in from userspace. the previous rsyscall fix broke rsyscalls because the values were always incorrect.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+14