about summary refs log tree commit diff
path: root/src/misc/getrlimit.c
Commit message (Expand)AuthorAgeFilesLines
* only use getrlimit/setrlimit syscalls if they existStefan O'Rear2022-05-011-1/+5
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-2/+1
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-05-301-0/+8
* use prlimit syscall for getrlimit/setrlimitRich Felker2012-01-201-3/+7
* 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