Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/fs/ptyfs



Module Name:    src
Committed By:   atatat
Date:           Thu Dec 16 05:30:18 UTC 2004

Modified Files:
        src/sys/fs/ptyfs: ptyfs.h

Log Message:
Reorder ptyfs pseudo inode numbers so that 0 and 1 are unused, 2 is
the root of the file system, and slaves and masters alternate starting
at 3.  This means the inode numbers won't be really large until you
really allocate a really lot of ptys.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/fs/ptyfs/ptyfs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index