summaryrefslogtreecommitdiff
path: root/usr.bin/fstat
AgeCommit message (Expand)Author
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
2009-06-07Use the new kvm_getfile2 interface to do the dirty work. OK deraadt@Todd C. Miller
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-06-02Remove unused fields from struct filestatTodd C. Miller
2009-05-31Don't define NFS before including kernel header files,Thordur I. Bjornsson
2008-12-15correct the description of fstat output for sockets;Jason McIntyre
2008-10-07Do not display file offsets and a few other pieces of information, exceptTheo de Raadt
2008-04-08bring cloning up too date; Munge it so it will work with atleastThordur I. Bjornsson
2007-10-01sort the fields in manual page in the same order as in fstat output;Igor Sobrado
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-07use strtonum, from jason dixonTed Unangst
2006-06-19oops, forgot \n at end of kqueue lines; Nicholas MarriottTheo de Raadt
2006-03-26and put new flag into the manpageMichael Shalayeff
2006-03-26do per file io accounting and show that in fstat as well; pedro@ marco@ okMichael Shalayeff
2005-12-28Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.Pedro Martelletto
2005-12-17Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS.Pedro Martelletto
2005-12-15remove inaccuracy (pipes do not appear as unix sockets);Jason McIntyre
2005-12-15make the systrace section just like the rest...Jason McIntyre
2005-12-15fstat does not print an '*' for fifos, okay jmc@Pedro Martelletto
2005-12-13give inode 8 positions (new ver w/ missing spaces deraadt pt out); millert@ k...Michael Shalayeff
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
2005-07-04make these use setres[ug]id for simple privilege dropping;Damien Miller
2005-05-26null removal falloutTed Unangst
2005-03-30nlist.h not neededTheo de Raadt
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-07-13indent an example;Jason McIntyre
2004-07-13.Xr tcpdrop 8 ,Jason McIntyre
2004-05-09Say that only sockets owned by processes can been seen. Based on diffOtto Moerbeek
2004-01-21prompt before command demo; jmc okTheo de Raadt
2004-01-08Convert to kvm_getproc2(); ok deraadt@Todd C. Miller
2003-09-09add missing -o and sort options in usage();Jason McIntyre
2003-09-05correct an .Sx;Jason McIntyre
2003-07-14- fix a displayJason McIntyre