Commit ID: 10058CEC80C3DBAE4A3
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/03/19 18:05:30 UTC
Modified files:
bin/mksh : check.t funcs.c mksh.1
Log message:
Haiku-related ulimit overhaul:
• print ulimit -a with the flag, like most other shells do
• move ulimit-1 regression test to ulimit-2 and exclude on Haiku:
it can only set the -n and -V limits AFAICT
• document that some OSes (here: Haiku) can only set the soft limits
(so “ulimit -nS 1024” is okay but -S is required)
• check “ulimit -c 0”, which dot.mkshrc uses, everywhere
(if it errors out, hack around it or stub it out with MKSH_NO_LIMITS)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.760 -r1.761 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.328 -r1.329 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.430 -r1.431 src/bin/mksh/mksh.1