Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-26 | Dmitry Marakasov: 38162: accept G for gigabytes in limit command | Barton E. Schaefer | 1 | -2/+4 | |
from github pull request - some formatting edited | |||||
2016-02-04 | 37874: remove unused function argument | Jun-ichi Takimoto | 1 | -5/+5 | |
2016-01-30 | 37838: use UNUSED() consistently | Jun-ichi Takimoto | 2 | -2/+2 | |
2015-08-18 | 36227: attempt to fix metafication problem with ztrftime. | Peter Stephenson | 1 | -1/+2 | |
fmt is treated as metafied on entry; use returned length to ensure we metafy or output the correct length if there are embedded nulls. | |||||
2014-11-30 | 33818: fix types passed to sizeof detected by coverity as being wrong | Oliver Kiddle | 1 | -1/+1 | |
2014-10-22 | 33493: use correct command name in error messages about "ulimit" failure; ↵ | Barton E. Schaefer | 1 | -1/+1 | |
restore internal copy of limits if setrlimit() fails, so the error won't repeat | |||||
2014-08-23 | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 1 | -3/+0 | |
2014-07-30 | missed updates to calls to ztrftime() | Peter Stephenson | 1 | -1/+1 | |
2014-06-26 | 32799: resource NTHR not well handled on NetBSD | Peter Stephenson | 1 | -3/+20 | |
2014-05-18 | 32616: bad printf arguments for limits | Jun T | 1 | -1/+1 | |
2013-11-03 | 31936: Rationalise limits for threads | Stefan Neudorf | 2 | -13/+6 | |
2013-11-03 | 31935: further updates to limits for BSD | Stefan Neudorf | 2 | -13/+6 | |
2013-10-31 | 31930 / 31934: New limits from BSD. | Stefan Neudorf | 2 | -0/+50 | |
Avoid clash of uses for ulimit -k. | |||||
2012-08-17 | 30629 plus unposted formatting changes: | Peter Stephenson | 1 | -30/+33 | |
support socket buffer size limit properly in ulimit; improve consistency of output and documentation and tweak formatting appropriately | |||||
2012-08-17 | 30627: support RLIMIT_NTHR as on NetBSD | Peter Stephenson | 2 | -0/+12 | |
2011-10-31 | Jun T: 29883: cast resource types to types they should be anyway | Peter Stephenson | 1 | -12/+12 | |
2011-06-19 | 29490: add RLIMIT_RTTIME | Peter Stephenson | 3 | -4/+36 | |
2011-05-13 | Danek: 29254: fix some compiler warnings | Peter Stephenson | 1 | -1/+0 | |
2010-05-12 | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 1 | -1/+1 | |
2010-02-03 | 27648, 267650/1, unposted README change: | Peter Stephenson | 1 | -0/+1 | |
Turn off repeat and turn on ulimit in emulation modes | |||||
2010-01-05 | 27566: add ulimit -c hard and immediate return on argument error | Peter Stephenson | 1 | -6/+19 | |
2010-01-05 | 27565: sanity check numeric arguments to ulimit | Peter Stephenson | 1 | -21/+31 | |
2008-08-02 | 25373: trashzleptr() -> zleentry(ZLE_CMD_TRASH) | Bart Schaefer | 1 | -1/+1 | |
2008-03-25 | fix optimisation of string matching with multibyte mode | Peter Stephenson | 1 | -2/+2 | |
24732: attempt to provide adequate space for sched ztrftime string with multibyte characters | |||||
2007-07-06 | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2 | -7/+7 | |
2007-06-20 | 23578: make standard features autoloadable, | Peter Stephenson | 2 | -3/+2 | |
use feature notation for .mdd autoloads | |||||
2007-06-14 | 23560: improve $zsh_scheduled_events to make it easier to parse | Peter Stephenson | 1 | -38/+31 | |
2007-06-12 | 23554: add $zsh_scheduled_events | Peter Stephenson | 2 | -17/+67 | |
2007-06-12 | 23552: unnecessary sched debugging warning | Peter Stephenson | 1 | -2/+5 | |
2007-05-28 | see 23479: add initial features support for modules | Peter Stephenson | 2 | -6/+49 | |
2007-02-01 | unposted: we could add checksched() twice to the timed event list | Peter Stephenson | 1 | -9/+49 | |
2007-01-24 | unposted: sched deleted timed function twice | Peter Stephenson | 1 | -4/+1 | |
2006-09-15 | unposted: spacing fix | Clint Adams | 1 | -2/+2 | |
2006-09-15 | unposted: replace elided colon | Clint Adams | 1 | -1/+1 | |
2006-09-15 | 22718: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively. | Clint Adams | 1 | -0/+22 | |
2006-09-10 | 22676, 22678: extend sched and make it able to run events when waiting for | Peter Stephenson | 1 | -89/+206 | |
input | |||||
2006-05-30 | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2 | -39/+35 | |
2006-03-17 | 22364: add 'nice' and 'rt_priority' rlimits (NICE and RTPRIO). | Clint Adams | 1 | -0/+2 | |
2005-04-04 | Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX X | Peter Stephenson | 1 | -2/+2 | |
ut_name needs to be ut_user in struct utmpx | |||||
2005-02-16 | 20816: update rlimits for new glibc | Peter Stephenson | 1 | -3/+7 | |
2005-01-19 | 20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE, | Peter Stephenson | 2 | -43/+76 | |
also use ulimit -x for RLIMIT_LOCK | |||||
2004-06-30 | 20118: improvements to limits builtins | Peter Stephenson | 1 | -154/+328 | |
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2 | -8/+8 | |
2004-02-08 | 19408: fix argument handling for ulimit -aH | Peter Stephenson | 1 | -3/+13 | |
2003-11-03 | add *.dll and fix typo with errnames.h | Felix Rosencrantz | 1 | -0/+1 | |
2003-10-29 | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 1 | -1/+1 | |
2003-05-05 | unposted: cvsignore VIM *.swp files | Andrey Borzenkov | 1 | -0/+5 | |
2003-04-03 | 18431: Another attempt to fix the problems with RLIMIT definitions | Peter Stephenson | 1 | -43/+51 | |
2003-02-09 | 18207: add maxfilelocks to ulimit output. | Clint Adams | 1 | -0/+6 | |
2002-08-27 | 17582: Improved option argument handling. | Peter Stephenson | 2 | -18/+26 | |
unposted: Updated version to 4.1.0-dev-6 because of interface change. |