summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
Commit message (Collapse)AuthorAgeFilesLines
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* o use getprotobynumber(3) instead of hardcoded protocol names.ru1999-07-022-27/+15
| | | | | | | | | Divert(4) sockets will now appear as "internet raw divert" instead of "internet raw 254". o -Wall tweak. Reviewed by: bde
* Fixed printf format errors.bde1998-07-061-25/+27
|
* Include correct header to get definition of struct sockaddr_un.markm1998-05-161-1/+2
|
* Use -literal to make for a more pleasing list.steve1998-01-251-1/+1
| | | | | PR: 5547 Submitted by: Matthew Hunt <mph@pobox.com>
* Fix argument string for getopt.dima1997-09-181-2/+2
| | | | Submitted by: dillon@best.net
* Display file size as an unsigned long.alex1997-08-311-2/+2
|
* -I/sys converstion and Id linejmg1997-08-221-1/+2
|
* Typo.charnier1997-07-101-2/+2
|
* Use err(3).charnier1997-07-081-34/+23
|
* Removed `#define KERNEL'. This was a hack-around for nfs.h being brokenbde1997-03-291-4/+0
| | | | | | | | in the Lite2 merge to not export some nfs constants. It started causing warnings when I added a kernel-only #define for DIRBLKSIZ. Removed `#define NFS'. This was an old, bad interface for telling <sys/mount.h> to export nfs stuff.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Merge from Lite2peter1997-03-111-3/+8
|
* Include <fcntl.h> so that this doesn't depend on the KERNEL versionbde1996-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.
* Locate the text inode, closes PR#1070peter1996-08-242-2/+7
|
* Quick attempt to decode DTYPE_PIPE files and print something meaningfulpeter1996-08-241-7/+53
| | | | for them. Otherwise, it does strange things when it hits one..
* Correct some man page cross references and file location references.mpp1996-04-071-1/+1
|
* Fix a variety of minor typos and cross references in a bunch ofmpp1996-01-201-2/+2
| | | | | | | | man pages. Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Giles Lean <giles@nemeton.com.au> <soda@sra.co.jp>
* Changes to support version 3 of the NFS protocol.dfr1995-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>
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
|
* Added #include <sys/queue.h>dg1995-04-101-0/+1
|
* Converted 'vmunix' to 'kernel'.dg1994-08-051-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+975
OpenPOWER on IntegriCloud