summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
Commit message (Expand)AuthorAgeFilesLines
* Consistently use FBSDIDobrien2002-06-303-6/+8
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-0/+4
* Factor out some code in preparation for un-kmeming fstat(1).des2002-06-061-18/+43
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-1/+1
* Use `The .Nm utility'charnier2002-04-201-2/+3
* .Ar filename ... is equivalent to .Ar.charnier2002-04-121-2/+2
* Fix constness warnings.dwmalone2002-03-302-13/+14
* Don't use gcc specific flags.dwmalone2002-03-301-1/+0
* Use a slightly less obscure title than "file status".wollman2002-03-271-2/+2
* remove __Pimp2002-03-222-15/+15
* Add support for devfs. In other words, for -CURRENT, make work at allgreen2001-12-171-0/+41
* Anding the fsid with 0xffff was causing aliasing problems.dwmalone2001-11-053-4/+4
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-1/+0
* Userland part of nfs client/server split and cleanup.peter2001-09-181-2/+2
* SECURITY: Drop `setgid kmem' bit as early as possible.ru2001-08-311-0/+1
* Fix 64 bit issues so that sockstat && fstat work correctly on alpha.mjacob2001-07-251-9/+8
* Remove whitespace at EOL.dd2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Teach fstat(1) about FIFO's - it's OK to display them as regular files.roam2001-06-181-3/+10
* Remove MFSphk2001-05-291-4/+0
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-5/+5
* define _KERNEL before including <sys/conf.h>phk2001-05-231-1/+1
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-1/+0
* Compensate for header dethreading.markm2001-05-011-0/+1
* Revert consequences of changes to mount.h, part 2.grog2001-04-292-3/+0
* Include correct header files, in preparation for fixing sys/mount.h.grog2001-04-232-0/+3
* Fix `fstat -m' (show memory-mapped files), which was broken byiedowse2001-02-151-2/+2
* Prepare for mdoc(7)NG.ru2000-12-191-1/+1
* 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
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-5/+5
* Add a new options: -m enables searching for memory-mapped files.green2000-04-052-3/+81
* Support more filesystems in fstat(1): now you can use fstat(1) togreen2000-03-165-22/+316
* 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
* Add xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fixsheldonh1999-09-061-0/+3
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* o use getprotobynumber(3) instead of hardcoded protocol names.ru1999-07-022-27/+15
* 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
* Fix argument string for getopt.dima1997-09-181-2/+2
* 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
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
OpenPOWER on IntegriCloud