aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat/fstat.c
Commit message (Expand)AuthorAgeFilesLines
* correct spelling of struct cdev * from dev_t which is a 32bit type andJohn-Mark Gurney2003-06-191-2/+2
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-4/+4
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-6/+4
* Rename struct specinfo to the more appropriate struct cdev.Poul-Henning Kamp2002-09-271-2/+2
* Userland changes to go with vnode->v_tag change.Nate Lawson2002-09-141-23/+18
* Unbreak building of fstat following version 1.23 ofBosko Milekic2002-08-141-1/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-0/+4
* Factor out some code in preparation for un-kmeming fstat(1).Dag-Erling Smørgrav2002-06-061-18/+43
* Fix constness warnings.David Malone2002-03-301-12/+13
* remove __PWarner Losh2002-03-221-12/+12
* Add support for devfs. In other words, for -CURRENT, make work at allBrian Feldman2001-12-171-0/+41
* Anding the fsid with 0xffff was causing aliasing problems.David Malone2001-11-051-2/+2
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-1/+0
* Userland part of nfs client/server split and cleanup.Peter Wemm2001-09-181-2/+2
* SECURITY: Drop `setgid kmem' bit as early as possible.Ruslan Ermilov2001-08-311-0/+1
* Fix 64 bit issues so that sockstat && fstat work correctly on alpha.Matt Jacob2001-07-251-9/+8
* Teach fstat(1) about FIFO's - it's OK to display them as regular files.Peter Pentchev2001-06-181-3/+10
* Remove MFSPoul-Henning Kamp2001-05-291-4/+0
* define _KERNEL before including <sys/conf.h>Poul-Henning Kamp2001-05-231-1/+1
* Compensate for header dethreading.Mark Murray2001-05-011-0/+1
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-1/+0
* Include correct header files, in preparation for fixing sys/mount.h.Greg Lehey2001-04-231-0/+1
* Fix `fstat -m' (show memory-mapped files), which was broken byIan Dowse2001-02-151-2/+2
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-121-20/+17
* remove struct mount from useland visibilityAlfred Perlstein2000-12-041-1/+1
* Add a new options: -m enables searching for memory-mapped files.Brian Feldman2000-04-051-2/+76
* Support more filesystems in fstat(1): now you can use fstat(1) toBrian Feldman2000-03-161-22/+14
* 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o use getprotobynumber(3) instead of hardcoded protocol names.Ruslan Ermilov1999-07-021-25/+12
* 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
* Fix argument string for getopt.Dima Ruban1997-09-181-2/+2
* Display file size as an unsigned long.Alexander Langer1997-08-311-2/+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-241-0/+5
* Quick attempt to decode DTYPE_PIPE files and print something meaningfulPeter Wemm1996-08-241-7/+53
* 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
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+746