summaryrefslogtreecommitdiff
path: root/aix.c
Commit message (Expand)AuthorAgeFilesLines
* just use RLIM_INFINITY for RLIM_SAVED_MAX if RLIM_SAVED_MAX not definedTodd C. Miller2008-11-061-1/+1
* fix fallback value for RLIM_SAVED_MAXTodd C. Miller2008-11-061-1/+1
* Fix AIX limit setting. getuserattr() returns values in disk blocks ratherTodd C. Miller2008-10-031-11/+16
* Fall back to default stanza if no user-specific limit is found.Todd C. Miller2008-04-051-3/+14
* It turns out the logic for getting AIX limits is more convolutedTodd C. Miller2008-03-261-6/+29
* attempt to fix compilation errors on AIXTodd C. Miller2008-03-061-4/+4
* Add aix_setlimits() to set resource limits on AIX using a combinationTodd C. Miller2008-03-061-0/+79