aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
Commit message (Expand)AuthorAgeFilesLines
* The .Nm utilityPhilippe Charnier2002-06-211-2/+3
* MFC: .Ar filename ... is equivalent to .ArPhilippe Charnier2002-04-161-2/+2
* MFC: Avoid aliasing problems caused by anding with 0xffff.David Malone2001-11-213-4/+4
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-1/+1
* MFC changes that allow sockstat to work on alpha.Matt Jacob2001-07-301-9/+8
* MFC the real point of rev. 1.32: teach fstat(1) about FIFO's.Peter Pentchev2001-07-231-0/+7
* MFC the style part of rev. 1.32: four-character second-level indents.Peter Pentchev2001-07-231-3/+3
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-1/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-5/+5
* MFC: remove struct mount from userland (except fstat) to prevent namespaceAlfred Perlstein2000-12-052-1/+3
* MFC: Add a new option: -m enables searching for memory-mapped files.Paul Saab2000-07-022-3/+81
* MFC: Add support for msdos and cd9660 filesystems.Paul Saab2000-07-022-22/+15
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-213-0/+301
* Fixed a little bit strange INET6 output.Yoshinobu Inoue2000-02-191-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Make fstat work with file arguments again after being broken by dev_tBrian Feldman1999-11-131-1/+28
* Add xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fixSheldon Hearn1999-09-061-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* o use getprotobynumber(3) instead of hardcoded protocol names.Ruslan Ermilov1999-07-022-26/+14
* Fixed printf format errors.Bruce Evans1998-07-061-25/+27
* Include correct header to get definition of struct sockaddr_un.Mark Murray1998-05-161-1/+2
* Use -literal to make for a more pleasing list.Steve Price1998-01-251-1/+1
* Fix argument string for getopt.Dima Ruban1997-09-181-2/+2
* Display file size as an unsigned long.Alexander Langer1997-08-311-2/+2
* -I/sys converstion and Id lineJohn-Mark Gurney1997-08-221-1/+2
* Typo.Philippe Charnier1997-07-101-2/+2
* Use err(3).Philippe Charnier1997-07-081-34/+23
* Removed `#define KERNEL'. This was a hack-around for nfs.h being brokenBruce Evans1997-03-291-4/+0
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-111-3/+8
* Include <fcntl.h> so that this doesn't depend on the KERNEL versionBruce Evans1996-09-291-0/+1
* Locate the text inode, closes PR#1070Peter Wemm1996-08-242-2/+7
* Quick attempt to decode DTYPE_PIPE files and print something meaningfulPeter Wemm1996-08-241-7/+53
* Correct some man page cross references and file location references.Mike Pritchard1996-04-071-1/+1
* Fix a variety of minor typos and cross references in a bunch ofMike Pritchard1996-01-201-2/+2
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Added #include <sys/queue.h>David Greenman1995-04-101-0/+1
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-051-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+975