What kinds of things would you want in the GNU OS?

Leslie Mikesell les at chinet.chi.il.us
Sat May 27 05:44:56 AEST 1989


In article <4613 at psuvax1.cs.psu.edu> schwartz at shire.cs.psu.edu (Scott Schwartz) writes:

[RE: GNU]
>[For those who missed it, unix++ virtualizes the file access system by
>extending open() to include modes O_NONE, O_EXEC, and O_CHANGE, and by
>adding system calls fchdir, fexec, etc.]

How about an open mode of O_NOSYNC that would mean that the file is
temporary and there is no need to flush the buffers to disk except
when the space must be re-used.  This should automatically be set
for pipes and for blocks whose file has been deleted before closing.
Perhaps the mode should be inherited from the directory also.  How
much system time is wasted flushing buffers to /tmp that nothing
ever intends to re-use?

Les Mikesell



More information about the Comp.unix.wizards mailing list