summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
AgeCommit message (Expand)AuthorFilesLines
2020-08-22Support looking up unix domain sockets by file name.millert1-6/+27
2020-08-21Print unp_path for unix domain sockets. OK kn@ mvs@millert1-1/+3
2019-03-31fix Bl;jmc1-2/+2
2019-03-31Document 'p' flag for file descriptors.procter1-13/+25
2019-02-05dev_t is signed to permit passing -1 as an invalid condition, but thederaadt1-3/+3
2019-01-30Document that we now have support for multiple -p and -u flags.martijn1-2/+4
2019-01-28Allow fstat to filter multiple pids and multiple users at the same time.martijn1-15/+45
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert3-5/+5
2019-01-21explicitly handle printing the AF_KEY socket type as "pfkey"dlg1-1/+6
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert1-5/+10
2018-09-16Use user_from_uid(3) and group_from_gid(3) in a few more placesmillert1-6/+6
2018-09-13Fix warnings caused by user_from_uid() and group_from_gid() nowmillert1-2/+2
2018-04-10print rtable for internet sockets unless it's the default; based on a diffsthen1-1/+5
2018-04-06Print a 'p' flag for file descriptors that were opened after pledge(2).bluhm1-1/+3
2018-03-16improve markup quality in the cases found by the new "--" style messageschwarze1-3/+3
2017-12-08repair columns; from kshe59@zohu.euderaadt1-3/+3
2017-10-17add missing HISTORY; based on CVS logs and release announcementsschwarze1-2/+7
2017-05-10Explain about 0x0 PCB addresses in fstat(1) output. Suggestions/ok bluhm@ jmc@sthen1-2/+5
2017-01-21Expose the close-on-exec flag near the R/W flags.deraadt2-17/+20
2016-10-02Indicate with an asterisk when a file has been unlinked.guenther2-4/+9
2016-05-04Kill #ifdef INET6 occurrences in userland.jca2-14/+2
2016-04-25remove systrace supporttedu2-26/+3
2016-01-03Fix description of fuser -u: what's usually reported in brackets is thetb1-3/+3
2016-01-02fixes fuser(1) when invoking with -u: it requires "getpw" promise.semarie1-2/+14
2015-12-30Declare usage() as __dead, and while here align a few variables to the rest ofmestre1-7/+6
2015-11-17Missing "getpw" pledges, these were unnoticed because nobody expectsderaadt1-2/+2
2015-10-23getnameinfo() no longer needs pledge "route". this drops toderaadt1-2/+2
2015-10-12in fuser mode with -k or -s mode, kill(2) might be called andderaadt1-3/+13
2015-10-10pledge "stdio rpath route" seems to be working. route is needed forderaadt1-1/+4
2015-01-31removing two instances of "c.f." - it seems actually "cf." is correct, butjmc1-4/+4
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2-5/+6
2014-10-26Move the #define _KERNEL wrapping to only cover <sys/file.h>guenther1-2/+2
2014-08-20Remove userland bits related to the crypto(4) interface; ok deraadtmikeb2-24/+3
2014-08-10Don't need to know how to format bluetooth socket info hereguenther1-7/+1
2014-07-16zap trailing newlines; "go for it" deraadtokan1-2/+1
2014-07-10expected user.h fallout; _KERNEL case needs manual pull of ucred.hderaadt1-1/+2
2014-05-30AF_NATM support was removed before 5.5guenther1-7/+1
2014-03-20this util is marked xsi;jmc1-2/+3
2013-10-22- add UNIX-domain socket info to struct kinfo_file2guenther3-35/+35
2013-03-31A space got lost in fstat state output, put it back.bluhm1-2/+2
2013-03-24Do not leak kernel pointers, unless operating as root. Some other displayderaadt1-32/+57
2012-11-30makes cloned devices line up well with the rest of the output;mikeb1-2/+2
2012-01-07tweak previous;jmc1-4/+4
2012-01-07Add rtable id and thread id to struct kinfo_proc (and fix process id)guenther2-69/+188
2011-10-02dislays -> displays; from David Vasekjmc1-3/+3
2011-07-09rmove rotten netatalk bitshenning1-7/+1
2011-05-02no need to escape `|'; as discussed with schwartzejmc1-3/+3
2010-09-24-M and -N are posix extensions too; from Joachim Schipperjmc1-3/+3
2010-09-03add an EXIT STATUS section for /usr/bin;jmc1-3/+3
2010-02-14"the the"jmc1-3/+3