summaryrefslogtreecommitdiff
path: root/usr.bin/fstat/fstat.c
AgeCommit message (Expand)Author
2012-01-07Add rtable id and thread id to struct kinfo_proc (and fix process id)Philip Guenthe
2011-07-09rmove rotten netatalk bitsHenning Brauer
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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-05-31Don't define NFS before including kernel header files,Thordur I. Bjornsson
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-04-07use strtonum, from jason dixonTed Unangst
2006-06-19oops, forgot \n at end of kqueue lines; Nicholas MarriottTheo de Raadt
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-13give inode 8 positions (new ver w/ missing spaces deraadt pt out); millert@ k...Michael Shalayeff
2005-07-04make these use setres[ug]id for simple privilege dropping;Damien Miller
2005-05-26null removal falloutTed Unangst
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-01-08Convert to kvm_getproc2(); ok deraadt@Todd C. Miller
2003-09-09add missing -o and sort options in usage();Jason McIntyre
2003-07-02protosTheo de Raadt
2003-06-28cleanupTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-13repair damage after layer fs changesTed Unangst
2002-08-04move kvm opening to earliest possible placeTheo de Raadt
2002-07-13ansiTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-05-19misc cleanups, and grok systrace betterTheo de Raadt
2002-05-18grok crypto/kqueue/systrace vnodesTheo de Raadt
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-01KNFTheo de Raadt
2001-11-26fix AF_INET6 dgram socket printing (missing curly brace)Jun-ichiro itojun Hagino
2001-11-19kill more registersMike Pechkin
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-06-22typo in commentPeter Valchev
2000-09-12work around Art's lack of testingTheo de Raadt
2000-07-16Add -o option for printing file offset. Also some whitespace reformatting.Hugh Graham
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-01-17IPv6 support. netbsd PR 9199 with adaptation to NRL inpcb.Jun-ichiro itojun Hagino
1999-10-29The PIPE_NODIRECT define is no longer neededArtur Grabowski
1999-07-02use getprotobynumber(); safe since it does not do YPTheo de Raadt
1999-07-01pretty good attempt at supporting nullfsTheo de Raadt