summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat/fstat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-051-3/+3
* Allow fstat to filter multiple pids and multiple users at the same time.martijn2019-01-281-15/+45
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* explicitly handle printing the AF_KEY socket type as "pfkey"dlg2019-01-211-1/+6
* Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert2018-09-161-5/+10
* Fix warnings caused by user_from_uid() and group_from_gid() nowmillert2018-09-131-2/+2
* print rtable for internet sockets unless it's the default; based on a diffsthen2018-04-101-1/+5
* Print a 'p' flag for file descriptors that were opened after pledge(2).bluhm2018-04-061-1/+3
* repair columns; from kshe59@zohu.euderaadt2017-12-081-3/+3
* Expose the close-on-exec flag near the R/W flags.deraadt2017-01-211-8/+11
* Indicate with an asterisk when a file has been unlinked.guenther2016-10-021-2/+4
* Kill #ifdef INET6 occurrences in userland.jca2016-05-041-11/+1
* remove systrace supporttedu2016-04-251-19/+1
* fixes fuser(1) when invoking with -u: it requires "getpw" promise.semarie2016-01-021-2/+14
* Declare usage() as __dead, and while here align a few variables to the rest ofmestre2015-12-301-7/+6
* Missing "getpw" pledges, these were unnoticed because nobody expectsderaadt2015-11-171-2/+2
* getnameinfo() no longer needs pledge "route". this drops toderaadt2015-10-231-2/+2
* in fuser mode with -k or -s mode, kill(2) might be called andderaadt2015-10-121-3/+13
* pledge "stdio rpath route" seems to be working. route is needed forderaadt2015-10-101-1/+4
* 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