aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
Commit message (Collapse)AuthorAgeFilesLines
* Include <fcntl.h> so that this doesn't depend on the KERNEL versionBruce Evans1996-09-291-0/+1
| | | | | | | | of <sys/file.h> including <sys/fcntl.h>. Only the !KERNEL version of <sys/file.h> will do that when I unspam the kernel headers. Notes: svn path=/head/; revision=18570
* Locate the text inode, closes PR#1070Peter Wemm1996-08-242-2/+7
| | | | Notes: svn path=/head/; revision=17813
* Quick attempt to decode DTYPE_PIPE files and print something meaningfulPeter Wemm1996-08-241-7/+53
| | | | | | | for them. Otherwise, it does strange things when it hits one.. Notes: svn path=/head/; revision=17808
* Correct some man page cross references and file location references.Mike Pritchard1996-04-071-1/+1
| | | | Notes: svn path=/head/; revision=15082
* Fix a variety of minor typos and cross references in a bunch ofMike Pritchard1996-01-201-2/+2
| | | | | | | | | | | man pages. Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Giles Lean <giles@nemeton.com.au> <soda@sra.co.jp> Notes: svn path=/head/; revision=13511
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | The version 2 support has been tested (client+server) against FreeBSD-2.0, IRIX 5.3 and FreeBSD-current (using a loopback mount). The version 2 support is stable AFAIK. The version 3 support has been tested with a loopback mount and minimally against an IRIX 5.3 server. It needs more testing and may have problems. I have patched amd to support the new variable length filehandles although it will still only use version 2 of the protocol. Before booting a kernel with these changes, nfs clients will need to at least build and install /usr/sbin/mount_nfs. Servers will need to build and install /usr/sbin/mountd. NFS diskless support is untested. Obtained from: Rick Macklem <rick@snowhite.cis.uoguelph.ca> Notes: svn path=/head/; revision=9336
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
| | | | Notes: svn path=/head/; revision=8874
* Added #include <sys/queue.h>David Greenman1995-04-101-0/+1
| | | | Notes: svn path=/head/; revision=7726
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-051-1/+1
| | | | Notes: svn path=/head/; revision=1856
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+975
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590