summaryrefslogtreecommitdiff
path: root/Src/Builtins
AgeCommit message (Expand)AuthorFilesLines
2025-02-2753378: support new pipebuf resource limit on FreeBSDOliver Kiddle1-0/+4
2024-09-1453083: handle Haiku specific resource limit for open vnode monitorsOliver Kiddle1-0/+4
2020-05-03unposted: add a comment about how to add a new resourceJun-ichi Takimoto1-0/+7
2020-03-20unposted: Deconfuse $EDITOR's balanced braces mode. No functional change.Daniel Shahaf1-2/+3
2020-03-0645490 (+45495 and a test): refactor rlimits.cJun-ichi Takimoto3-560/+263
2019-08-2844710: support RLIMIT_UMTXP on FreeBSDJun-ichi Takimoto2-0/+12
2016-05-2238513: cast time to long long for printing where possibleMatthew Martin1-1/+5
2016-03-26Dmitry Marakasov: 38162: accept G for gigabytes in limit commandBarton E. Schaefer1-2/+4
2016-02-0437874: remove unused function argumentJun-ichi Takimoto1-5/+5
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto2-2/+2
2015-08-1836227: attempt to fix metafication problem with ztrftime.Peter Stephenson1-1/+2
2014-11-3033818: fix types passed to sizeof detected by coverity as being wrongOliver Kiddle1-1/+1
2014-10-2233493: use correct command name in error messages about "ulimit" failure; res...Barton E. Schaefer1-1/+1
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-3/+0
2014-07-30missed updates to calls to ztrftime()Peter Stephenson1-1/+1
2014-06-2632799: resource NTHR not well handled on NetBSDPeter Stephenson1-3/+20
2014-05-1832616: bad printf arguments for limitsJun T1-1/+1
2013-11-0331936: Rationalise limits for threadsStefan Neudorf2-13/+6
2013-11-0331935: further updates to limits for BSDStefan Neudorf2-13/+6
2013-10-3131930 / 31934: New limits from BSD.Stefan Neudorf2-0/+50
2012-08-1730629 plus unposted formatting changes:Peter Stephenson1-30/+33
2012-08-1730627: support RLIMIT_NTHR as on NetBSDPeter Stephenson2-0/+12
2011-10-31Jun T: 29883: cast resource types to types they should be anywayPeter Stephenson1-12/+12
2011-06-1929490: add RLIMIT_RTTIMEPeter Stephenson3-4/+36
2011-05-13Danek: 29254: fix some compiler warningsPeter Stephenson1-1/+0
2010-05-1227951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson1-1/+1
2010-02-0327648, 267650/1, unposted README change:Peter Stephenson1-0/+1
2010-01-0527566: add ulimit -c hard and immediate return on argument errorPeter Stephenson1-6/+19
2010-01-0527565: sanity check numeric arguments to ulimitPeter Stephenson1-21/+31
2008-08-0225373: trashzleptr() -> zleentry(ZLE_CMD_TRASH)Bart Schaefer1-1/+1
2008-03-25fix optimisation of string matching with multibyte modePeter Stephenson1-2/+2
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson2-7/+7
2007-06-2023578: make standard features autoloadable,Peter Stephenson2-3/+2
2007-06-1423560: improve $zsh_scheduled_events to make it easier to parsePeter Stephenson1-38/+31
2007-06-1223554: add $zsh_scheduled_eventsPeter Stephenson2-17/+67
2007-06-1223552: unnecessary sched debugging warningPeter Stephenson1-2/+5
2007-05-28see 23479: add initial features support for modulesPeter Stephenson2-6/+49
2007-02-01unposted: we could add checksched() twice to the timed event listPeter Stephenson1-9/+49
2007-01-24unposted: sched deleted timed function twicePeter Stephenson1-4/+1
2006-09-15unposted: spacing fixClint Adams1-2/+2
2006-09-15unposted: replace elided colonClint Adams1-1/+1
2006-09-1522718: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively.Clint Adams1-0/+22
2006-09-1022676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson1-89/+206
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson2-39/+35
2006-03-1722364: add 'nice' and 'rt_priority' rlimits (NICE and RTPRIO).Clint Adams1-0/+2
2005-04-04Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX XPeter Stephenson1-2/+2
2005-02-1620816: update rlimits for new glibcPeter Stephenson1-3/+7
2005-01-1920728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,Peter Stephenson2-43/+76
2004-06-3020118: improvements to limits builtinsPeter Stephenson1-154/+328
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison2-8/+8