about summary refs log tree commit diff
path: root/src/misc/getrlimit.c
Commit message (Collapse)AuthorAgeFilesLines
* use prlimit syscall for getrlimit/setrlimitRich Felker2012-01-201-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.
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
|
* fix getrlimit handling on 32-bit systems, and ease porting to 64-bitRich Felker2011-02-151-3/+3
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+15