;;; -*- Mode: Common-Lisp; Package:User; Base:10.; Patch-File:T -*-
;;; Patch directory for NFS version 3
;;; Written 07/13/89 07:44:13 by BERGER,
;;; while running on ARIES from band LOD1
;;; With SYSTEM 6.10, VIRTUAL-MEMORY 6.1, EH 6.3, MAKE-SYSTEM 6.0, MICRONET 6.0, LOCAL-FILE 6.0,
;;;  BASIC-PATHNAME 6.1, NETWORK-SUPPORT-COLD 6.0, BASIC-NAMESPACE 6.1, NETWORK-NAMESPACE 6.0,
;;;  DISK-IO 6.0, DISK-LABEL 6.0, BASIC-FILE 6.2, MAC-PATHNAME 6.0, NETWORK-PATHNAME 6.0,
;;;  COMPILER 6.7, TV 6.12, DATALINK 6.0, CHAOSNET 6.0, GC 6.3, MEMORY-AUX 6.0, NVRAM 6.1,
;;;  SYSLOG 6.1, STREAMER-TAPE 6.4, UCL 6.0, INPUT-EDITOR 6.0, METER 6.1, ZWEI 6.3,
;;;  DEBUG-TOOLS 6.3, NETWORK-SUPPORT 6.0, NETWORK-SERVICE 6.1, DATALINK-DISPLAYS 6.0,
;;;  FONT-EDITOR 6.1, SERIAL 6.0, PRINTER 6.3, MAC-PRINTER-TYPES 6.1, PRINTER-TYPES 6.1,
;;;  IMAGEN 6.0, SUGGESTIONS 6.0, MAIL-DAEMON 6.2, MAIL-READER 6.1, TELNET 6.0, VT100 6.0,
;;;  NAMESPACE-EDITOR 6.0, PROFILE 6.1, VISIDOC 6.2, TI-CLOS 6.11, CLEH 6.4, IP 3.47,
;;;  Experimental BUG 11.10, Experimental CLX 6.2, CLUE 6.9, X11M 6.1, RPC 6.1, NFS 3.8,
;;;   microcode 429, Band Name: 6.0 + patches 6/26

(:PATCH-SYSTEM-NAME "NFS" :MAJOR-VERSION 3 :LATEST-MINOR-VERSION 9)

(:RELEASED
((0 "NFS Loaded" "REL3" NIL)
  (1 "Modified byte-count and element-count to use ash instead of lsh
to handle file size bigger than 4 mb." "HMCCREARY" NIL)
  (2 "Modified nfs-server-create to use :truncate option to fix a file length
problem when copying to an existing file" "HMCCREARY" NIL)
  (3 "This patch duplicates for Explorer NFS 3.0 the fix in microExplorer NFS
PATCH-4-37.  If an Explorer is browsing a remote NFS file system and comes
upon a symbolic link which points back to the Explorer, it now signals an
NFSERR-NOLINK error rather than trying to chase the link on the Explorer." "CORNISH" NIL)
  (4 "Added explicit (:METHOD NFS-BUFFERED-INPUT-CHARACTER-STREAM :SET-BUFFER-POINTER) method
because mixin order in flavor definition caused the wrong  :SET-BUFFER-POINTER method
to be inherited." "CORNISH" NIL)
  (5 "Changed GET-USER-NAMES to correctly calculate the size read data it could
accept.  It previously was not allowing space in the return buffer for the
RPC READ header." "CORNISH" NIL)
  (6 "UNMOUNT-FHANDLE modified to that it returns quietly if it is asked to unmount a
file handle which is not currently in the Mount Table.  It previously signaled an
error which the server ignored but which was reported back to the client and an
unspecific system error." "CORNISH" NIL)
  (7 "Modified MAKE-PLAUSIBLE-FHANDLE-NAME-FILE to default the type component
of the parsed name argument to be :UNSPECIFIC rather than NIL.  This should
fix the problem of parsing MS-DOS pathnames which may or may not have a
file extension." "CORNISH" NIL)
  (8 "If MAKE-FILEID returns a negative SXHASH value, then that value is masked to
fit in 32 bits.  Otherwise, the unsigned 32-bit integer XDR filter complains." "CORNISH" NIL)
  (9 "Changed NFS-DIRECTORY-LIST to not be case sentitive with pathnames from Explorer and microExplorers." "BERGER" NIL)
  ))
