aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
Commit message (Expand)AuthorAgeFilesLines
...
* The debug.sizeof.znode sysctl returns an int, not a size_t. This can causeJohn Baldwin2008-05-071-2/+3
* Only output details about the current working directory of a process ifJohn Baldwin2008-05-071-1/+2
* Fix some section references.Pawel Jakub Dawidek2008-04-291-1/+1
* Don't depend on the modification time of the "zfs" subdir.Ruslan Ermilov2008-04-291-2/+1
* - Fix makefile so it doesn't break the build in some corner cases. [1]Ruslan Ermilov2008-04-292-134/+3
* The sources covered by Sun's CDDL have been repo copied below theJohn Birrell2008-03-271-8/+8
* Flag a hack.Ruslan Ermilov2008-01-241-1/+2
* Style.Ruslan Ermilov2008-01-241-2/+2
* Remove _SOLARIS_C_SOURCE now that it doesn't do anything in FreeBSDJohn Birrell2007-11-281-1/+0
* Use variable types which match the function prototypes.John Birrell2007-11-172-2/+4
* - Add ZFS-support to fstat(1). This allows ZFS-filsystems to be including inUlf Lilleengen2007-11-056-0/+321
* KERN_PROC_ALL produces a kinfo_proc for each thread in a process, whichEd Maste2007-03-091-1/+1
* 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