+2005-03-18 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * m4/macros/os_cflags.m4: ensure that we turn on large-file
+ support for Solaris 10 (from Rainer Orth).
+
2005-03-17 Daniel P. Ottavio <dottavio@ic.sunysb.edu>
* amd/map.c (umount_exported): Backport of bug fix from 6.1 :
- when unmounting file systems on exit (when amd.conf global
- unmount_on_exit=yes), use unmount_mp() instead of unmount_node()
- because the latter always unmounts in the foreground, whereas
- the former unmounts in the bg/fg as needed. Unmounting always
- in the foreground has two problems: (1) if the unmount hangs, amd
- hangs, and (2) for type:=program, the unmount script is
- execve'd(!) thus replacing the main amd process, which never gets
+ when unmounting file systems on exit (when amd.conf global
+ unmount_on_exit=yes), use unmount_mp() instead of unmount_node()
+ because the latter always unmounts in the foreground, whereas
+ the former unmounts in the bg/fg as needed. Unmounting always
+ in the foreground has two problems: (1) if the unmount hangs, amd
+ hangs, and (2) for type:=program, the unmount script is
+ execve'd(!) thus replacing the main amd process, which never gets
to finish up, leaving the amd mount points hung.
- * amd/amd.h : Added 'typedef voidp opaque_t' and
+ * amd/amd.h : Added 'typedef voidp opaque_t' and
'extern int unmount_mp(am_node *mp)' to support the above
bug fix.
-
+
2005-03-14 Erez Zadok <ezk@cs.sunysb.edu>
* amd/info_ldap.c (and others): backport of LDAP support from 6.1