Age | Commit message (Expand) | Author |
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-31 | removing two instances of "c.f." - it seems actually "cf." is correct, but | Jason McIntyre |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-26 | Move the #define _KERNEL wrapping to only cover <sys/file.h> | Philip Guenther |
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-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-10 | expected user.h fallout; _KERNEL case needs manual pull of ucred.h | Theo de Raadt |
2014-05-30 | AF_NATM support was removed before 5.5 | Philip Guenther |
2014-03-20 | this util is marked xsi; | Jason McIntyre |
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 | tweak previous; | Jason McIntyre |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2011-10-02 | dislays -> displays; from David Vasek | Jason McIntyre |
2011-07-09 | rmove rotten netatalk bits | Henning Brauer |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2010-09-24 | -M and -N are posix extensions too; from Joachim Schipper | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-02-14 | "the the" | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado |
2009-07-19 | Hook up "text" (executable) output and implement for fuser too. | Todd C. Miller |
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-06-02 | Remove unused fields from struct filestat | Todd C. Miller |
2009-05-31 | Don't define NFS before including kernel header files, | Thordur I. Bjornsson |
2008-12-15 | correct the description of fstat output for sockets; | Jason McIntyre |
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-05-31 | convert to new .Dd format; | Jason McIntyre |
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 | and put new flag into the manpage | Michael Shalayeff |
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 |