| Commit message (Expand) | Author | Age | Files | Lines |
* | dev_t is signed to permit passing -1 as an invalid condition, but the |  deraadt | 2019-02-05 | 1 | -3/+3 |
* | Allow fstat to filter multiple pids and multiple users at the same time. |  martijn | 2019-01-28 | 1 | -15/+45 |
* | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 1 | -2/+2 |
* | explicitly handle printing the AF_KEY socket type as "pfkey" |  dlg | 2019-01-21 | 1 | -1/+6 |
* | Use uid_from_user(3) and gid_from_group(3) in utilities that |  millert | 2018-09-16 | 1 | -5/+10 |
* | Fix warnings caused by user_from_uid() and group_from_gid() now |  millert | 2018-09-13 | 1 | -2/+2 |
* | print rtable for internet sockets unless it's the default; based on a diff |  sthen | 2018-04-10 | 1 | -1/+5 |
* | Print a 'p' flag for file descriptors that were opened after pledge(2). |  bluhm | 2018-04-06 | 1 | -1/+3 |
* | repair columns; from kshe59@zohu.eu |  deraadt | 2017-12-08 | 1 | -3/+3 |
* | Expose the close-on-exec flag near the R/W flags. |  deraadt | 2017-01-21 | 1 | -8/+11 |
* | Indicate with an asterisk when a file has been unlinked. |  guenther | 2016-10-02 | 1 | -2/+4 |
* | Kill #ifdef INET6 occurrences in userland. |  jca | 2016-05-04 | 1 | -11/+1 |
* | remove systrace support |  tedu | 2016-04-25 | 1 | -19/+1 |
* | fixes fuser(1) when invoking with -u: it requires "getpw" promise. |  semarie | 2016-01-02 | 1 | -2/+14 |
* | Declare usage() as __dead, and while here align a few variables to the rest of |  mestre | 2015-12-30 | 1 | -7/+6 |
* | Missing "getpw" pledges, these were unnoticed because nobody expects |  deraadt | 2015-11-17 | 1 | -2/+2 |
* | getnameinfo() no longer needs pledge "route". this drops to |  deraadt | 2015-10-23 | 1 | -2/+2 |
* | in fuser mode with -k or -s mode, kill(2) might be called and |  deraadt | 2015-10-12 | 1 | -3/+13 |
* | pledge "stdio rpath route" seems to be working. route is needed for |  deraadt | 2015-10-10 | 1 | -1/+4 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -3/+5 |
* | Remove userland bits related to the crypto(4) interface; ok deraadt |  mikeb | 2014-08-20 | 1 | -18/+1 |
* | Don't need to know how to format bluetooth socket info here |  guenther | 2014-08-10 | 1 | -7/+1 |
* | AF_NATM support was removed before 5.5 |  guenther | 2014-05-30 | 1 | -7/+1 |
* | - add UNIX-domain socket info to struct kinfo_file2 |  guenther | 2013-10-22 | 1 | -30/+30 |
* | A space got lost in fstat state output, put it back. |  bluhm | 2013-03-31 | 1 | -2/+2 |
* | Do not leak kernel pointers, unless operating as root. Some other display |  deraadt | 2013-03-24 | 1 | -32/+57 |
* | makes cloned devices line up well with the rest of the output; |  mikeb | 2012-11-30 | 1 | -2/+2 |
* | Add rtable id and thread id to struct kinfo_proc (and fix process id) |  guenther | 2012-01-07 | 1 | -67/+169 |
* | rmove rotten netatalk bits |  henning | 2011-07-09 | 1 | -7/+1 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -12/+1 |
* | Accept numeric UIDs as well as usernames like pgrep etc. |  nicm | 2009-07-12 | 1 | -5/+11 |
* | Add POSIX-compliant fuser mode to fstat. Originally based on |  millert | 2009-07-08 | 1 | -51/+159 |
* | Do not print non-vnode information if asked to report information on a |  miod | 2009-06-15 | 1 | -7/+12 |
* | remove unused variables |  chl | 2009-06-11 | 1 | -4/+3 |
* | Use the new kvm_getfile2 interface to do the dirty work. OK deraadt@ |  millert | 2009-06-07 | 1 | -645/+230 |
* | Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@ |  jj | 2009-06-03 | 1 | -16/+16 |
* | Don't define NFS before including kernel header files, |  thib | 2009-05-31 | 1 | -4/+2 |
* | Do not display file offsets and a few other pieces of information, except |  deraadt | 2008-10-07 | 1 | -8/+26 |
* | bring cloning up too date; Munge it so it will work with atleast |  thib | 2008-04-08 | 1 | -4/+47 |
* | sort the fields in manual page in the same order as in fstat output; |  sobrado | 2007-10-01 | 1 | -7/+7 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2007-09-02 | 1 | -3/+3 |
* | use strtonum, from jason dixon |  tedu | 2007-04-07 | 1 | -5/+7 |
* | oops, forgot \n at end of kqueue lines; Nicholas Marriott |  deraadt | 2006-06-19 | 1 | -3/+3 |
* | do per file io accounting and show that in fstat as well; pedro@ marco@ ok |  mickey | 2006-03-26 | 1 | -31/+53 |
* | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. |  pedro | 2005-12-28 | 1 | -5/+5 |
* | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. |  pedro | 2005-12-17 | 1 | -2/+22 |
* | give inode 8 positions (new ver w/ missing spaces deraadt pt out); millert@ krw@ ok |  mickey | 2005-12-13 | 1 | -6/+6 |
* | make these use setres[ug]id for simple privilege dropping; |  djm | 2005-07-04 | 1 | -8/+10 |
* | null removal fallout |  tedu | 2005-05-26 | 1 | -83/+2 |
* | remove NI_WITHSCOPEID (which is not standard) |  itojun | 2004-11-17 | 1 | -7/+3 |