summaryrefslogtreecommitdiff
path: root/usr.sbin/pstat
AgeCommit message (Expand)Author
2009-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
2009-11-19Prevent sign extension when reading device number in ufs1 on disk inodeenami
2009-10-14Fix markup.joerg
2009-09-16Distinguish between UFS1 and UFS2 inodes by reading the ufsmount structure,mlelstv
2009-04-18Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)lukem
2009-03-11convert getfiles() to use KERN_FILE2 sysctl.mrg
2009-03-08Don't bother with file_t::f_iflags any more, as it's not used.ad
2008-12-28consistently print dev_t'schristos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-02-27+#define _KERNELad
2008-02-11Do not #include <sys/device.h> from userland.dyoung
2008-02-11Don't decode union vnodes or f_usecount. XXX A lot of this belongs to gdb.ad
2008-01-24specfs changes for PR kern/37717 (raidclose() is no longer called onad
2007-12-28Remove reference to VI_XWANT - it will be gone soon.ad
2007-12-09Turns out we don't actually need to include <sys/namei.h>; since it causesdogcow
2007-11-19TS_ASLEEP is gone.ad
2007-10-20If we're printing totals, don't do all the work of allocating andbriggs
2007-10-10Merge from vmlocking:ad
2007-07-17Kill MFSNAMELENchristos
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-03-04Because this program has _KERNEL defined while including some files,he
2007-01-06Correctly retrieve information from an ext2fs inode's dinode. Fixesdaniel
2006-12-28More NQNFS fallout (hi yamt!).xtraeme
2006-12-05revert debug flags I accidentally committed before.christos
2006-10-30kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks tochristos
2006-10-20Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since allreinoud
2006-05-25Coverity CID 3377: Fix memory leak on error.christos
2006-03-17Fix off-by-one found by Coverity, CID 1485.elad
2006-03-17Fix off-by-one found by Coverity, CID 1486.elad
2005-09-11Don't print swap information when reading from kernel dumps. Fixes PRrpaulo
2005-09-02de-__P() and use ANSI function declarations.rpaulo
2005-08-1964 bit inode changeschristos
2005-05-30catch up with kernel's constification.christos
2004-12-18Use the array of dtype names instead of hand-rolling our own.christos
2004-12-09Bump date for last, new sentence, new line, and kill an extra space.snj
2004-12-09When dumping the file entry, print the usecount and iflags too.matt
2004-02-22Make pstat -f work on sparc by adjusting the offset of the buffer passedjdc
2003-12-21bump date for previousmrg
2003-12-20support "-g" and "-m" as well as "-k" and "-h". swapctl & swaplist codemrg
2003-12-20add a "-h" (humanize_number(3)) option to swapctl(8) and pstat(8), frommrg
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-02-11revert previousmrg
2003-02-10no need for "pstat -T" to copyout() the entire vnode list , which canmrg
2003-02-02undo mallocvar.h change!christos
2003-02-01Include "sys/mallocvar.h" with "_KERNEL" defined in time to avoidtron
2003-01-20Grrr. So much for my ability to use grep(1) effectively. Pointed outsimonb
2003-01-20The Double-Semi-Colon Police.simonb
2002-12-11don't use hand-rolled MNT_FLAGSchristos
2002-11-06constify structs, print also pipes for -fjdolecek