From b65814e4bc39a01bab8f93e2b995cdc3ebef8e1f Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 13 Feb 2004 03:19:30 +0000 Subject: 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 --- src/util/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util/ChangeLog') diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 54b9cdbbd3..0c1e44f211 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,5 +1,7 @@ 2004-02-12 Tom Yu + * Makefile.in (all-recurse): Remove exitsleep. + * Makefile.in (all-unix, clean-unix): Add new rule to build fake root directory for _RLD_ROOT hacks. -- cgit