summaryrefslogtreecommitdiff
path: root/usr.bin/fstat
Commit message (Expand)AuthorAgeFilesLines
* Add marker vnodes to ensure that all vnodes associated with the mount point areTor Egge2006-01-091-0/+1
* Un-break processing of device major/minor values with fstat -n. We doChristian S.J. Peron2005-11-051-3/+5
* Introduce kdevtoname, which when given the kernel address of aChristian S.J. Peron2005-07-301-4/+16
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Dike out another kvm indiscretion.Poul-Henning Kamp2005-03-161-0/+2
* Dike out unwarranted si_udev fondling.Poul-Henning Kamp2005-03-151-1/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-3/+3
* Add text about jail root directory as well.Poul-Henning Kamp2005-01-301-5/+6
* Report jail directory if set.Poul-Henning Kamp2005-01-291-0/+15
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
* Get the vnode from file.f_vnode instead of file.f_data.Suleiman Souhlal2005-01-111-2/+2
* filedesc0 is an internal detail of the kernel, don't look at it.Poul-Henning Kamp2004-11-071-13/+9
* Add -D_KVM_VNODE to indicate that despite being a userland program,Poul-Henning Kamp2004-10-211-0/+2
* Introduce options list the standard way.Philippe Charnier2004-07-261-2/+2
* Slide pipe.h include after the _KERNEL define in preparation for disallowingMike Silbersack2004-07-211-1/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-7/+14
* 1) ANSIfy.David Malone2004-06-295-45/+21
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-172-7/+7
* Teach fstat(1) about new location for socket state flags relating toRobert Watson2004-06-141-2/+2
* Correct the description of the -N option.Ruslan Ermilov2004-03-261-2/+2
* Do not cache and correctly free() dosmount entry in case of errors.Max Khon2003-09-231-3/+4
* fix this code properly. msdosfs can't have device nodes on them.John-Mark Gurney2003-06-243-3/+7
* o Fix rev. 1.41, print a header. -STABLE is OK.Maxim Konovalov2003-06-231-0/+1
* correct spelling of struct cdev * from dev_t which is a 32bit type andJohn-Mark Gurney2003-06-192-3/+3
* 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
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-6/+6
* 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-303-6/+8
* 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
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* .Ar filename ... is equivalent to .Ar.Philippe Charnier2002-04-121-2/+2
* Fix constness warnings.David Malone2002-03-302-13/+14
* Don't use gcc specific flags.David Malone2002-03-301-1/+0
* Use a slightly less obscure title than "file status".Garrett Wollman2002-03-271-2/+2
* remove __PWarner Losh2002-03-222-15/+15
* 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-053-4/+4
* 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
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Teach fstat(1) about FIFO's - it's OK to display them as regular files.Peter Pentchev2001-06-181-3/+10