Age | Commit message (Expand) | Author |
2022-06-20 | Remove unused struct fileops field fo_poll and callbacks. | Visa Hankala |
2021-07-17 | Remove setpassent(3) leftovers | kn |
2020-08-22 | Support looking up unix domain sockets by file name. | Todd C. Miller |
2020-08-21 | Print unp_path for unix domain sockets. OK kn@ mvs@ | Todd C. Miller |
2019-02-05 | dev_t is signed to permit passing -1 as an invalid condition, but the | Theo de Raadt |
2019-01-28 | Allow fstat to filter multiple pids and multiple users at the same time. | Martijn van Duren |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-21 | explicitly handle printing the AF_KEY socket type as "pfkey" | David Gwynne |
2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that | Todd C. Miller |
2018-09-13 | Fix warnings caused by user_from_uid() and group_from_gid() now | Todd C. Miller |
2018-04-10 | print rtable for internet sockets unless it's the default; based on a diff | Stuart Henderson |
2018-04-06 | Print a 'p' flag for file descriptors that were opened after pledge(2). | Alexander Bluhm |
2017-12-08 | repair columns; from kshe59@zohu.eu | Theo de Raadt |
2017-01-21 | Expose the close-on-exec flag near the R/W flags. | Theo de Raadt |
2016-10-02 | Indicate with an asterisk when a file has been unlinked. | Philip Guenther |
2016-05-04 | Kill #ifdef INET6 occurrences in userland. | Jeremie Courreges-Anglas |
2016-04-25 | remove systrace support | Ted Unangst |
2016-01-02 | fixes fuser(1) when invoking with -u: it requires "getpw" promise. | Sebastien Marie |
2015-12-30 | Declare usage() as __dead, and while here align a few variables to the rest of | mestre |
2015-11-17 | Missing "getpw" pledges, these were unnoticed because nobody expects | Theo de Raadt |
2015-10-23 | getnameinfo() no longer needs pledge "route". this drops to | Theo de Raadt |
2015-10-12 | in fuser mode with -k or -s mode, kill(2) might be called and | Theo de Raadt |
2015-10-10 | pledge "stdio rpath route" seems to be working. route is needed for | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-08-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov |
2014-08-10 | Don't need to know how to format bluetooth socket info here | Philip Guenther |
2014-05-30 | AF_NATM support was removed before 5.5 | Philip Guenther |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
2013-03-31 | A space got lost in fstat state output, put it back. | Alexander Bluhm |
2013-03-24 | Do not leak kernel pointers, unless operating as root. Some other display | Theo de Raadt |
2012-11-30 | makes cloned devices line up well with the rest of the output; | Mike Belopuhov |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2011-07-09 | rmove rotten netatalk bits | Henning Brauer |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-07-12 | Accept numeric UIDs as well as usernames like pgrep etc. | Nicholas Marriott |
2009-07-08 | Add POSIX-compliant fuser mode to fstat. Originally based on | Todd C. Miller |
2009-06-15 | Do not print non-vnode information if asked to report information on a | Miod Vallat |
2009-06-11 | remove unused variables | Charles Longeau |
2009-06-07 | Use the new kvm_getfile2 interface to do the dirty work. OK deraadt@ | Todd C. Miller |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-05-31 | Don't define NFS before including kernel header files, | Thordur I. Bjornsson |
2008-10-07 | Do not display file offsets and a few other pieces of information, except | Theo de Raadt |
2008-04-08 | bring cloning up too date; Munge it so it will work with atleast | Thordur I. Bjornsson |
2007-10-01 | sort the fields in manual page in the same order as in fstat output; | Igor Sobrado |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-04-07 | use strtonum, from jason dixon | Ted Unangst |
2006-06-19 | oops, forgot \n at end of kqueue lines; Nicholas Marriott | Theo de Raadt |
2006-03-26 | do per file io accounting and show that in fstat as well; pedro@ marco@ ok | Michael Shalayeff |
2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. | Pedro Martelletto |
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto |