Matthew Dillon d2d00d11be NFS O_EXCL file create semantics temporarily uses file attributes to store
the file verifier.  The NFS client is supposed to do a SETATTR after a
successful O_EXCL open/create to clean up the attributes.  FreeBSD's
client code was generating a SETATTR rpc but was not generating an access
or modification time update within that rpc, leaving the file with a
broken access time that solaris chokes on (and it doesn't look very
nice when you ls -lua under FreeBSD either!).    Fixed.
2001-01-04 22:45:19 +00:00
..
2001-01-01 22:26:56 +00:00
2000-12-30 20:40:16 +00:00
2000-12-30 22:06:19 +00:00
2000-12-31 10:24:19 +00:00
2000-12-26 06:52:57 +00:00
2000-12-31 10:24:19 +00:00
2001-01-03 08:12:30 +00:00
2000-12-31 10:24:19 +00:00
2000-12-27 22:20:13 +00:00