about summary refs log tree commit diff
path: root/src/misc/setrlimit.c
Commit message (Expand)AuthorAgeFilesLines
* only use getrlimit/setrlimit syscalls if they existStefan O'Rear2022-05-011-0/+6
* avoid __synccall for setrlimit on kernels with prlimit syscallRich Felker2020-10-271-20/+17
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-1/+1
* remove or make static various unused __-prefixed symbolsRich Felker2018-09-121-1/+1
* for multithreaded set*id/setrlimit, handle case where callback does not runRich Felker2015-01-151-3/+3
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-05-301-2/+10
* use prlimit syscall for getrlimit/setrlimitRich Felker2012-01-201-1/+7
* fix some bugs in setxid and update setrlimit to use __synccallRich Felker2011-07-301-2/+27
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+11