cvs commit: src/sys/ufs/ufs ufs_vnops.c

Bruce Evans bde at zeta.org.au
Wed Feb 2 23:16:26 PST 2005


On Wed, 2 Feb 2005, Ken Smith wrote:

> On Wed, Feb 02, 2005 at 11:40:03AM -0800, John-Mark Gurney wrote:
> > Are you going to update the fstat(2) man page too?
>
> I'll take a look and update it if I'm able to come up with a
> better fix for the problem.  Bruce had a few suggestions one of
> which I like.

The new change should only affect exec() :-).

Nearby bugs:
- the man page has not been updated for any of the not so new file-
  descriptor based calls (lutimes(), etc)
- the man page (and no other man page?) doesn't distinguish between
  changing the file times and scheduling this change.  For ffs, most
  calls only schedule the change, and the change isn't made until
  someone looks using stat() or the file is last-closed.  Things like
  this should probably be described mainly in intro.2.

Bruce


More information about the cvs-src mailing list