priocntl workaround for Solaris 9 pty-close bug
authorTom Yu <tlyu@mit.edu>
Fri, 13 Feb 2004 03:19:30 +0000 (03:19 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 13 Feb 2004 03:19:30 +0000 (03:19 +0000)
commitb65814e4bc39a01bab8f93e2b995cdc3ebef8e1f
tree32462be4232cb29d3ce1fb845a1bd96cc8747f8e
parent3772bd7c1af805fd40d5996681a1eea1c0ac8f0a
priocntl workaround for Solaris 9 pty-close bug

Implement gross hack to use priocntl to work around the Solaris 9
pty-close bug.  Run expect at a higher class "FX" priority than
spawned processes, which run at a lower class "FX" priority.  "make
check" needs to start from a process which has FX priority >= 30 and
FX priority limit >= 30.  Thanks to Bill Sommerfeld for the hints.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16069 dc483132-0cff-0310-8789-dd5450dbe970
22 files changed:
src/ChangeLog
src/aclocal.m4
src/config/ChangeLog
src/config/shlib.conf
src/configure.in
src/lib/kadm5/ChangeLog
src/lib/kadm5/configure.in
src/lib/kadm5/unit-test/ChangeLog
src/lib/kadm5/unit-test/Makefile.in
src/lib/kadm5/unit-test/config/unix.exp
src/lib/rpc/unit-test/ChangeLog
src/lib/rpc/unit-test/Makefile.in
src/lib/rpc/unit-test/config/unix.exp
src/lib/rpc/unit-test/configure.in
src/tests/ChangeLog
src/tests/configure.in
src/tests/dejagnu/ChangeLog
src/tests/dejagnu/Makefile.in
src/tests/dejagnu/config/ChangeLog
src/tests/dejagnu/config/default.exp
src/util/ChangeLog
src/util/Makefile.in