summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat/fstat.c
Commit message (Expand)AuthorAgeFilesLines
* Change the proc information returned from the kernel so that itmckusick2000-12-121-20/+17
* remove struct mount from useland visibilityalfred2000-12-041-1/+1
* Add a new options: -m enables searching for memory-mapped files.green2000-04-051-2/+76
* Support more filesystems in fstat(1): now you can use fstat(1) togreen2000-03-161-22/+14
* Fixed a little bit strange INET6 output.shin2000-02-191-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Make fstat work with file arguments again after being broken by dev_tgreen1999-11-131-1/+28
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o use getprotobynumber(3) instead of hardcoded protocol names.ru1999-07-021-26/+13
* Fixed printf format errors.bde1998-07-061-25/+27
* Include correct header to get definition of struct sockaddr_un.markm1998-05-161-1/+2
* Fix argument string for getopt.dima1997-09-181-2/+2
* Display file size as an unsigned long.alex1997-08-311-2/+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
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Merge from Lite2peter1997-03-111-3/+8
* Include <fcntl.h> so that this doesn't depend on the KERNEL versionbde1996-09-291-0/+1
* Locate the text inode, closes PR#1070peter1996-08-241-0/+5
* Quick attempt to decode DTYPE_PIPE files and print something meaningfulpeter1996-08-241-7/+53
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* Added #include <sys/queue.h>dg1995-04-101-0/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+746
OpenPOWER on IntegriCloud