about summary refs log tree commit diff
path: root/src/unistd/setxid.c
Commit message (Expand)AuthorAgeFilesLines
* refactor setxid return path to use __syscall_retRich Felker2020-10-271-14/+9
* for multithreaded set*id/setrlimit, handle case where callback does not runRich Felker2015-01-151-1/+1
* remove rlimit hacks from multi-threaded set*id() codeRich Felker2015-01-121-23/+15
* fix some bugs in setxid and update setrlimit to use __synccallRich Felker2011-07-301-8/+6
* add setxid.c for new set*id() framework. missed in last commit.Rich Felker2011-07-291-0/+49