summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
Commit message (Expand)AuthorAgeFilesLines
* mdoc: reorder sections consistentlyuqs2011-06-021-10/+10
* - Fix several typos [1]stas2011-05-141-6/+11
* uintmax_t is a better type here...imp2011-05-121-1/+1
* Fix printf int mismatch on 32-bit architectures...imp2011-05-121-2/+3
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-1210-1199/+817
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-271-0/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-113-12/+0
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* fstat: fix fsid comparison when executed on systems with 64-bit longavg2009-08-202-2/+2
* Add manual page links to advertise procstat(1) a little better.trasz2009-07-091-1/+2
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-1/+0
* Fix bug in zphys offset calculation I introduced while retypingbland2009-06-091-1/+1
* Chase ZFS v13 import changes.bland2009-06-091-1/+2
* Fix compilation of fstat.ed2009-02-281-1/+1
* Include param.h instead of types.h before mount.h so that the nestedrwatson2008-12-291-1/+1
* Merge latest DTrace changes from Perforce.rodrigc2008-11-051-0/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-0/+52
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-161-3/+2
* Fix build of fstat after minor() changes.ed2008-06-121-1/+1
* Use _WANT_FILE to make struct file visible from userland. This ispjd2008-05-261-1/+2
* Use a sledgehammer cast (that was in the original patch to boot) tojhb2008-05-071-1/+1
* Fix reading the address of a znode_phys from a znode on 64-bit platformsjhb2008-05-071-3/+3
* The debug.sizeof.znode sysctl returns an int, not a size_t. This can causejhb2008-05-071-2/+3
* Only output details about the current working directory of a process ifjhb2008-05-071-1/+2
* Fix some section references.pjd2008-04-291-1/+1
* Don't depend on the modification time of the "zfs" subdir.ru2008-04-291-2/+1
* - Fix makefile so it doesn't break the build in some corner cases. [1]ru2008-04-292-134/+3
* The sources covered by Sun's CDDL have been repo copied below thejb2008-03-271-8/+8
* Flag a hack.ru2008-01-241-1/+2
* Style.ru2008-01-241-2/+2
* Remove _SOLARIS_C_SOURCE now that it doesn't do anything in FreeBSDjb2007-11-281-1/+0
* Use variable types which match the function prototypes.jb2007-11-172-2/+4
* - Add ZFS-support to fstat(1). This allows ZFS-filsystems to be including inlulf2007-11-056-0/+321
* KERN_PROC_ALL produces a kinfo_proc for each thread in a process, whichemaste2007-03-091-1/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-0/+1
* Un-break processing of device major/minor values with fstat -n. We docsjp2005-11-051-3/+5
* Introduce kdevtoname, which when given the kernel address of acsjp2005-07-301-4/+16
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
* Dike out another kvm indiscretion.phk2005-03-161-0/+2
* Dike out unwarranted si_udev fondling.phk2005-03-151-1/+2
* Expand *n't contractions.ru2005-02-131-3/+3
* Add text about jail root directory as well.phk2005-01-301-5/+6
* Report jail directory if set.phk2005-01-291-0/+15
* Sort sections.ru2005-01-181-5/+5
* Get the vnode from file.f_vnode instead of file.f_data.ssouhlal2005-01-111-2/+2
* filedesc0 is an internal detail of the kernel, don't look at it.phk2004-11-071-13/+9
* Add -D_KVM_VNODE to indicate that despite being a userland program,phk2004-10-211-0/+2
* Introduce options list the standard way.charnier2004-07-261-2/+2
* Slide pipe.h include after the _KERNEL define in preparation for disallowingsilby2004-07-211-1/+1
OpenPOWER on IntegriCloud