aboutsummaryrefslogtreecommitdiff
path: root/src/signal/sigqueue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* fix errors in sigqueue (potential information leak, wrong behavior)•••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. Rich Felker2011-03-101-5/+7
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+14