
patch #3
version:
    3.2.2 -> 3.2.3
    interoperable with v 3.2.[012].
files:
    patch  conf/KSR1.def
    patch  patches/Contents
    patch  src/Makefile.aimk
    patch  src/global.h
    patch  src/lpvm.c
    patch  src/lpvmpack.c
    patch  src/patchlevel.h
    patch  src/pvmcruft.c
    patch  src/pvmd.c
    patch  src/pvmlog.c
    patch  src/startup.c
    patch  src/tdpro.h
what:
    . fixed bug that caused pvmd to hang in locloutput() trying to write
      to a task (especially on HPPA machines).
    . fixed bug in pvmd the caused d-d protocol to hang after 64kth packet.
    . added -lrpc to KSR1 ARCHLIB defs.
    . declared mctl() static in lpvm.c to avoid conflict with libc func.
    . added a "fix" for solaris machines (sendto() can return ECHILD) -
      the pvmd was bailing.
    . fixed pvm_packf("%f") - pack a float by value.
    . added new compile option in src, -DSHAREDTMP, to be used when a
      cluster of machines shares a /tmp directory.  rele. to HPPA (SGI?).

patch #2
version:
    3.2.1 -> 3.2.2
    interoperable with v 3.2.[01].
files:
    patch  patches/Contents
    patch  src/global.h
    patch  src/patchlevel.h
    patch  src/pvmd.c
what:
    . patch #1 broke multicast messages in the pvmd; this fixes it.

patch #1
version:
    3.2.0 -> 3.2.1
    interoperable with v 3.2.0.
files:
    patch  conf/CRAY.def
    patch  conf/CRAY2.def
    patch  conf/DGAV.def
    patch  conf/I860.def
    patch  conf/I860I860.def
    patch  conf/I860SGI.def
    patch  conf/IPSC2.def
    patch  conf/KSR1.def
    patch  conf/LINUX.def
    create conf/MASPAR.def
    patch  conf/PGON.def
    patch  conf/SUN4SOL2.def
    patch  conf/TITN.def
    patch  console/Makefile.aimk
    patch  console/cons.c
    patch  examples/CM5/Makefile
    patch  examples/I860/Makefile
    patch  examples/Makefile.aimk
    patch  examples/PGON/Makefile
    patch  examples/testall.f
    patch  lib/pvmgetarch
    patch  libfpvm/HPPA/Makefile
    patch  libfpvm/Makefile.aimk
    patch  man/man3/pack.3
    patch  man/man3/unpack.3
    create patches/Contents
    patch  pvmgs/Makefile.aimk
    patch  src/Makefile.aimk
    patch  src/global.h
    patch  src/host.c
    patch  src/lpvm.c
    patch  src/lpvmgen.c
    patch  src/patchlevel.h
    patch  src/pvmd.c
    patch  xep/CM5/Makefile
    patch  xep/Makefile.aimk
    patch  xep/PGON/Makefile
    patch  xep/PMAX/Makefile
what:
    . pvmd signal code uses new macros.  SYSVSIGNAL should be set for sysV 
      handlers (need to reset after a signal).  NOWAIT3 should be
      defined if wait3() isn't available.  NOWAITPID should be defined
      if neither wait3() nor waitpid() is available.
    . added conf/MASPAR.def file.
    . fixed bug - console would hang if hosts added in .pvmrc script.
    . fixed PGON library defs, "-lrpc -lnx".
    . pvm_start_pvmd() doesn't free return val of pvmgetpvmd().
    . pvm_send() was missing a return near end.
    . fixed LINUX.def - had wrong arch name.
    . pvmgetarch now detects LINUX machines and Solaris machines correctly.
    . removed CC = cc from all makefiles.
    . fixed SUN4SOL2.def
    . fixed examples/testall.f - was calling config() incorrectly.
    . added <linux/time.h> to console/cons.c.
    . defined max() in src/host.c

