Commit ID:      100504A600348A7ECE5
CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2012/09/07 21:02:45 UTC

Modified files:
        bin/mksh       : check.t main.c sh.h

Log message:
OpenBSD found out that "building argv for $* and $@" manipulates l->argv
in place which affects ps(1) output on BSD; create a new array and copy
the original parts from argv[] there without touching argv passed to main

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.557 -r1.558 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.226 -r1.227 src/bin/mksh/main.c
cvs -R rdiff -kk -upr1.585 -r1.586 src/bin/mksh/sh.h

Reply via email to