Commit ID: 10051AD188C1F05BE20
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/06/03 22:28:08 UTC
Modified files:
bin/mksh : main.c misc.c mksh.1
Log message:
support n̲o̲t̲ fork(2)ing for -T (by prepending the tty with ‘!’); especially
useful on Linux since our own setsid(2) is more annoying; gets rid of the need
for oneit_lite and similar hacks; WARNING: also removes chown/chmod on the tty!
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.265 -r1.266 src/bin/mksh/main.c
cvs -R rdiff -kk -upr1.211 -r1.212 src/bin/mksh/misc.c
cvs -R rdiff -kk -upr1.315 -r1.316 src/bin/mksh/mksh.1