summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat/fstat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+5
* Remove userland bits related to the crypto(4) interface; ok deraadtmikeb2014-08-201-18/+1
* Don't need to know how to format bluetooth socket info hereguenther2014-08-101-7/+1
* AF_NATM support was removed before 5.5guenther2014-05-301-7/+1
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-221-30/+30
* A space got lost in fstat state output, put it back.bluhm2013-03-311-2/+2
* Do not leak kernel pointers, unless operating as root. Some other displayderaadt2013-03-241-32/+57
* makes cloned devices line up well with the rest of the output;mikeb2012-11-301-2/+2
* Add rtable id and thread id to struct kinfo_proc (and fix process id)guenther2012-01-071-67/+169
* rmove rotten netatalk bitshenning2011-07-091-7/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* Accept numeric UIDs as well as usernames like pgrep etc.nicm2009-07-121-5/+11
* Add POSIX-compliant fuser mode to fstat. Originally based onmillert2009-07-081-51/+159
* Do not print non-vnode information if asked to report information on amiod2009-06-151-7/+12
* remove unused variableschl2009-06-111-4/+3
* Use the new kvm_getfile2 interface to do the dirty work. OK deraadt@millert2009-06-071-645/+230
* Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@jj2009-06-031-16/+16
* Don't define NFS before including kernel header files,thib2009-05-311-4/+2
* Do not display file offsets and a few other pieces of information, exceptderaadt2008-10-071-8/+26
* bring cloning up too date; Munge it so it will work with atleastthib2008-04-081-4/+47
* sort the fields in manual page in the same order as in fstat output;sobrado2007-10-011-7/+7
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* use strtonum, from jason dixontedu2007-04-071-5/+7
* oops, forgot \n at end of kqueue lines; Nicholas Marriottderaadt2006-06-191-3/+3
* do per file io accounting and show that in fstat as well; pedro@ marco@ okmickey2006-03-261-31/+53
* Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.pedro2005-12-281-5/+5
* Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS.pedro2005-12-171-2/+22
* give inode 8 positions (new ver w/ missing spaces deraadt pt out); millert@ krw@ okmickey2005-12-131-6/+6
* make these use setres[ug]id for simple privilege dropping;djm2005-07-041-8/+10
* null removal fallouttedu2005-05-261-83/+2
* remove NI_WITHSCOPEID (which is not standard)itojun2004-11-171-7/+3
* Convert to kvm_getproc2(); ok deraadt@millert2004-01-081-18/+16
* add missing -o and sort options in usage();jmc2003-09-091-4/+4
* protosderaadt2003-07-021-5/+7
* cleanupderaadt2003-06-281-5/+5
* protosderaadt2003-06-251-4/+3
* mostly ansi cleanup; pval okderaadt2003-06-101-5/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* repair damage after layer fs changestedu2003-05-131-3/+3
* move kvm opening to earliest possible placederaadt2002-08-041-17/+17
* ansideraadt2002-07-131-52/+19
* a real pid_t cleanup.mpech2002-06-121-20/+28
* misc cleanups, and grok systrace betterderaadt2002-05-191-29/+28
* grok crypto/kqueue/systrace vnodesderaadt2002-05-181-2/+78
* Remove \n from err/errx/warn/warnx().mpech2002-03-141-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-16/+16
* KNFderaadt2001-12-011-19/+22
* fix AF_INET6 dgram socket printing (missing curly brace)itojun2001-11-261-3/+4
* kill more registersmpech2001-11-191-7/+7
* first pass at a -Wall cleanupderaadt2001-07-121-5/+8