summaryrefslogtreecommitdiff
path: root/Src/Builtins/rlimits.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-3020118: improvements to limits builtinsPeter Stephenson1-154/+328
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-5/+5
2004-02-0819408: fix argument handling for ulimit -aHPeter Stephenson1-3/+13
2003-04-0318431: Another attempt to fix the problems with RLIMIT definitionsPeter Stephenson1-43/+51
2003-02-0918207: add maxfilelocks to ulimit output.Clint Adams1-0/+6
2002-08-2717582: Improved option argument handling.Peter Stephenson1-9/+9
2002-06-0517285: David Wolfe <dwolfe@gforcetech.com>: finally fix QNX rlimits problemPeter Stephenson1-1/+3
2001-11-0116197: `limit' accepts `unlimited'.Bart Schaefer1-8/+14
2001-10-2516145: try to handle identical RLIMIT_RSS and RLIMIT_VMEM better.Peter Stephenson1-7/+7
2001-10-22Pavel Roskin <proski@gnu.org>: compilation for QNXPeter Stephenson1-0/+6
2001-10-22Report error on setting a limit to a string that os not a decimal number.Bart Schaefer1-41/+106
1999-04-15Initial revisionTanaka Akira1-0/+593