about summary refs log tree commit diff
path: root/src/signal/sigqueue.c
Commit message (Collapse)AuthorAgeFilesLines
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
|
* fix errors in sigqueue (potential information leak, wrong behavior)Rich Felker2011-03-101-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.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+14