about summary refs log tree commit diff
path: root/Src/Builtins/rlimits.c
Commit message (Expand)AuthorAgeFilesLines
* 33493: use correct command name in error messages about "ulimit" failure; res...Barton E. Schaefer2014-10-221-1/+1
* 32799: resource NTHR not well handled on NetBSDPeter Stephenson2014-06-261-3/+20
* 32616: bad printf arguments for limitsJun T2014-05-181-1/+1
* 31936: Rationalise limits for threadsStefan Neudorf2013-11-031-12/+5
* 31935: further updates to limits for BSDStefan Neudorf2013-11-031-12/+5
* 31930 / 31934: New limits from BSD.Stefan Neudorf2013-10-311-0/+46
* 30629 plus unposted formatting changes:Peter Stephenson2012-08-171-30/+33
* 30627: support RLIMIT_NTHR as on NetBSDPeter Stephenson2012-08-171-0/+11
* Jun T: 29883: cast resource types to types they should be anywayPeter Stephenson2011-10-311-12/+12
* 29490: add RLIMIT_RTTIMEPeter Stephenson2011-06-191-3/+33
* Danek: 29254: fix some compiler warningsPeter Stephenson2011-05-131-1/+0
* 27566: add ulimit -c hard and immediate return on argument errorPeter Stephenson2010-01-051-6/+19
* 27565: sanity check numeric arguments to ulimitPeter Stephenson2010-01-051-21/+31
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-3/+3
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-2/+25
* unposted: spacing fixClint Adams2006-09-151-2/+2
* unposted: replace elided colonClint Adams2006-09-151-1/+1
* 22718: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively.Clint Adams2006-09-151-0/+22
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-32/+28
* Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX XPeter Stephenson2005-04-041-2/+2
* 20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,Peter Stephenson2005-01-191-43/+74
* 20118: improvements to limits builtinsPeter Stephenson2004-06-301-154/+328
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-5/+5
* 19408: fix argument handling for ulimit -aHPeter Stephenson2004-02-081-3/+13
* 18431: Another attempt to fix the problems with RLIMIT definitionsPeter Stephenson2003-04-031-43/+51
* 18207: add maxfilelocks to ulimit output.Clint Adams2003-02-091-0/+6
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-9/+9
* 17285: David Wolfe <dwolfe@gforcetech.com>: finally fix QNX rlimits problemPeter Stephenson2002-06-051-1/+3
* 16197: `limit' accepts `unlimited'.Bart Schaefer2001-11-011-8/+14
* 16145: try to handle identical RLIMIT_RSS and RLIMIT_VMEM better.Peter Stephenson2001-10-251-7/+7
* Pavel Roskin <proski@gnu.org>: compilation for QNXPeter Stephenson2001-10-221-0/+6
* Report error on setting a limit to a string that os not a decimal number.Bart Schaefer2001-10-221-41/+106
* Initial revisionTanaka Akira1999-04-151-0/+593