summaryrefslogtreecommitdiffstats
path: root/src/util/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2003-12-06 00:39:23 +0000
committerTom Yu <tlyu@mit.edu>2003-12-06 00:39:23 +0000
commit6d7ae260af69f3ed6540a0cc5807497b5b9b1ee1 (patch)
tree3e32ec86fc2e116e91a3bc291b1c65c3bbe2aca5 /src/util/ChangeLog
parent9cdba50abe8f6fc6ed8cb417d9d2a288127748f7 (diff)
downloadkrb5-6d7ae260af69f3ed6540a0cc5807497b5b9b1ee1.tar.gz
krb5-6d7ae260af69f3ed6540a0cc5807497b5b9b1ee1.tar.xz
krb5-6d7ae260af69f3ed6540a0cc5807497b5b9b1ee1.zip
work around Solaris 9 pty-close bug
Create a LD_PRELOAD object, exitsleep, that will sleep for a short time prior to calling the real exit() function. This attempts to work around a Solaris 9 kernel bug where output will get lost if it is written to a pty immediately prior to the pty close. ticket: new component: krb5-build git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15864 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/ChangeLog')
-rw-r--r--src/util/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog
index 00f8fc5f6..7b833a1e1 100644
--- a/src/util/ChangeLog
+++ b/src/util/ChangeLog
@@ -1,3 +1,12 @@
+2003-12-05 Tom Yu <tlyu@mit.edu>
+
+ * Makefile.in (DL_COMPILE, DL_COMPILE_TAIL): New variables to
+ support compilation of the exitsleep LD_PRELOAD object.
+
+ * exitsleep.c: New file. LD_PRELOAD object for Solaris, to work
+ around a kernel bug where final output prior to a pty close gets
+ lost.
+
2003-05-23 Ken Raeburn <raeburn@mit.edu>
* depfix.sed: Don't check for krb524 headers.