NetBSD/usr.bin/fstat
atatat 63fae01c7d Slurp in the struct mount at vp->v_mount and the struct specinfo at
vp->v_specinfo to get the proper st_dev and st_rdev numbers.  We're
already picking over the kernel, so let's do it right.  That means
also asserting the file type for the /dev/pts directory (S_IFDIR) and
nodes therein (S_IFCHR).

Remove getptsmajor(), since we no longer need it.  Besides, it was
being used wrongly.
2004-12-14 03:10:23 +00:00
..
fstat.1 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
fstat.c Cast fst.fileid to unsigned long and print it as such. Inode numbers 2004-12-14 03:09:24 +00:00
fstat.h Add ptyfs. 2004-12-12 22:41:03 +00:00
isofs.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
Makefile Add ptyfs. 2004-12-12 22:41:03 +00:00
ntfs.c undo mallocvar.h changes! 2003-02-02 02:35:58 +00:00
ptyfs.c Slurp in the struct mount at vp->v_mount and the struct specinfo at 2004-12-14 03:10:23 +00:00