summaryrefslogtreecommitdiff
path: root/usr.bin/fstat
AgeCommit message (Expand)Author
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatTodd C. Miller
2018-09-16Use user_from_uid(3) and group_from_gid(3) in a few more placesTodd C. Miller
2018-09-13Fix warnings caused by user_from_uid() and group_from_gid() nowTodd C. Miller
2018-04-10print rtable for internet sockets unless it's the default; based on a diffStuart Henderson
2018-04-06Print a 'p' flag for file descriptors that were opened after pledge(2).Alexander Bluhm
2018-03-16improve markup quality in the cases found by the new "--" style messageIngo Schwarze
2017-12-08repair columns; from kshe59@zohu.euTheo de Raadt
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-05-10Explain about 0x0 PCB addresses in fstat(1) output. Suggestions/ok bluhm@ jmc@Stuart Henderson
2017-01-21Expose the close-on-exec flag near the R/W flags.Theo de Raadt
2016-10-02Indicate with an asterisk when a file has been unlinked.Philip Guenther
2016-05-04Kill #ifdef INET6 occurrences in userland.Jeremie Courreges-Anglas
2016-04-25remove systrace supportTed Unangst
2016-01-03Fix description of fuser -u: what's usually reported in brackets is thetb
2016-01-02fixes fuser(1) when invoking with -u: it requires "getpw" promise.Sebastien Marie
2015-12-30Declare usage() as __dead, and while here align a few variables to the rest ofmestre
2015-11-17Missing "getpw" pledges, these were unnoticed because nobody expectsTheo de Raadt
2015-10-23getnameinfo() no longer needs pledge "route". this drops toTheo de Raadt
2015-10-12in fuser mode with -k or -s mode, kill(2) might be called andTheo de Raadt
2015-10-10pledge "stdio rpath route" seems to be working. route is needed forTheo de Raadt
2015-01-31removing two instances of "c.f." - it seems actually "cf." is correct, butJason McIntyre
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-26Move the #define _KERNEL wrapping to only cover <sys/file.h>Philip Guenther
2014-08-20Remove userland bits related to the crypto(4) interface; ok deraadtMike Belopuhov
2014-08-10Don't need to know how to format bluetooth socket info herePhilip Guenther
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-10expected user.h fallout; _KERNEL case needs manual pull of ucred.hTheo de Raadt
2014-05-30AF_NATM support was removed before 5.5Philip Guenther
2014-03-20this util is marked xsi;Jason McIntyre
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-03-31A space got lost in fstat state output, put it back.Alexander Bluhm
2013-03-24Do not leak kernel pointers, unless operating as root. Some other displayTheo de Raadt
2012-11-30makes cloned devices line up well with the rest of the output;Mike Belopuhov
2012-01-07tweak previous;Jason McIntyre
2012-01-07Add rtable id and thread id to struct kinfo_proc (and fix process id)Philip Guenthe
2011-10-02dislays -> displays; from David VasekJason McIntyre
2011-07-09rmove rotten netatalk bitsHenning Brauer
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2010-09-24-M and -N are posix extensions too; from Joachim SchipperJason McIntyre
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-02-14"the the"Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
2009-07-19Hook up "text" (executable) output and implement for fuser too.Todd C. Miller
2009-07-12Accept numeric UIDs as well as usernames like pgrep etc.Nicholas Marriott
2009-07-08Add POSIX-compliant fuser mode to fstat. Originally based onTodd C. Miller
2009-06-15Do not print non-vnode information if asked to report information on aMiod Vallat
2009-06-11remove unused variablesCharles Longeau