summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix Bl;jmc2019-03-311-2/+2
* Document 'p' flag for file descriptors.procter2019-03-311-13/+25
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-051-3/+3
* Document that we now have support for multiple -p and -u flags.martijn2019-01-301-2/+4
* 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-253-5/+5
* 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
* Use user_from_uid(3) and group_from_gid(3) in a few more placesmillert2018-09-161-6/+6
* 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
* improve markup quality in the cases found by the new "--" style messageschwarze2018-03-161-3/+3
* repair columns; from kshe59@zohu.euderaadt2017-12-081-3/+3
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-2/+7
* Explain about 0x0 PCB addresses in fstat(1) output. Suggestions/ok bluhm@ jmc@sthen2017-05-101-2/+5
* Expose the close-on-exec flag near the R/W flags.deraadt2017-01-212-17/+20
* Indicate with an asterisk when a file has been unlinked.guenther2016-10-022-4/+9
* Kill #ifdef INET6 occurrences in userland.jca2016-05-042-14/+2
* remove systrace supporttedu2016-04-252-26/+3
* Fix description of fuser -u: what's usually reported in brackets is thetb2016-01-031-3/+3
* 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
* removing two instances of "c.f." - it seems actually "cf." is correct, butjmc2015-01-311-4/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-5/+6
* Move the #define _KERNEL wrapping to only cover <sys/file.h>guenther2014-10-261-2/+2
* Remove userland bits related to the crypto(4) interface; ok deraadtmikeb2014-08-202-24/+3
* Don't need to know how to format bluetooth socket info hereguenther2014-08-101-7/+1
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
* expected user.h fallout; _KERNEL case needs manual pull of ucred.hderaadt2014-07-101-1/+2
* AF_NATM support was removed before 5.5guenther2014-05-301-7/+1
* this util is marked xsi;jmc2014-03-201-2/+3
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-223-35/+35
* 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
* tweak previous;jmc2012-01-071-4/+4
* Add rtable id and thread id to struct kinfo_proc (and fix process id)guenther2012-01-072-69/+188
* dislays -> displays; from David Vasekjmc2011-10-021-3/+3
* rmove rotten netatalk bitshenning2011-07-091-7/+1
* no need to escape `|'; as discussed with schwartzejmc2011-05-021-3/+3
* -M and -N are posix extensions too; from Joachim Schipperjmc2010-09-241-3/+3
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-3/+3
* "the the"jmc2010-02-141-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* write UNIX-domain in a more consistent way; while here, replace asobrado2009-10-221-7/+6