summaryrefslogtreecommitdiff
path: root/src/misc/setrlimit.c
AgeCommit message (Expand)AuthorLines
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker-2/+0
2022-05-01only use getrlimit/setrlimit syscalls if they existStefan O'Rear-0/+6
2020-10-27avoid __synccall for setrlimit on kernels with prlimit syscallRich Felker-20/+17
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker-1/+1
2018-09-12remove or make static various unused __-prefixed symbolsRich Felker-1/+1
2015-01-15for multithreaded set*id/setrlimit, handle case where callback does not runRich Felker-3/+3
2014-05-30fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy-2/+10
2012-01-20use prlimit syscall for getrlimit/setrlimitRich Felker-1/+7
2011-07-30fix some bugs in setxid and update setrlimit to use __synccallRich Felker-2/+27
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+11