From 19a7595ae252e05f023d3f3873491bd70b1a0ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 20 Oct 2005 16:57:27 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16202 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kafs/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lib/kafs/ChangeLog b/lib/kafs/ChangeLog index c91b96e2d..4c55c8b53 100644 --- a/lib/kafs/ChangeLog +++ b/lib/kafs/ChangeLog @@ -1,3 +1,20 @@ +2005-10-20 Love Hörnquist Åstrand + + * afssys.c (k_hasafs_recheck): new function, allow rechecking if + AFS client have started now, internaly it resets the internal + state from k_hasafs() and retry retry the probing. The problem + with calling k_hasaf() is that is plays around with signals, and + that cases problem for some systems/applications. + +2005-10-02 Love Hörnquist Åstrand + + * kafs_locl.h: Maybe include . + + * afssys.c: Mac OS X 10.4 needs a runtime check if we are going to + use the syscall, there is no cpp define to use to check the + version. Every after 10.0 (darwin 8.0) uses the /dev/ version of + the pioctl. + 2005-10-01 Love Hörnquist Åstrand * afssys.c: Support the new MacOS X 10.4 ioctl interface that is a