Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2012-01-20 | use prlimit syscall for getrlimit/setrlimit | Rich 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-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 | |
2011-02-15 | fix getrlimit handling on 32-bit systems, and ease porting to 64-bit | Rich Felker | -3/+3 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+15 | |