summaryrefslogtreecommitdiff
path: root/src/misc/getrlimit.c
AgeCommit message (Collapse)AuthorLines
2012-01-20use prlimit syscall for getrlimit/setrlimitRich Felker-3/+7
this allows the full range of 64-bit limit arguments even on 32-bit systems. fallback to the old syscalls on old kernels that don't support prlimit.
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-15fix getrlimit handling on 32-bit systems, and ease porting to 64-bitRich Felker-3/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+15