summaryrefslogtreecommitdiff
path: root/usr.sbin/pstat/pstat.c
AgeCommit message (Expand)Author
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
2002-09-26<sys/map.h> is no more - don't try to include it.agc
2002-02-24For pstat -f and -t, make header align with actual data on LP64 system.enami
2002-02-23Make flag bit to character conversion table driven.enami
2002-02-22Don't use same character for different flags.enami
2002-02-22Use getprogname().enami
2002-02-22Always free memroy allocated by loadvnodes().enami
2002-02-22Forgot to fix header for union/layer vnode.enami
2002-02-22Borrow the macro PRWORD() from vmstat.c and use it. Also, calculate theenami
2002-02-22No need to use paren here. Actually, the usage was inconsistient throughenami
2002-02-22- Fix indentation.enami
2002-02-21- Print number of pages in the vnode.enami
2001-10-26remove #include <ufs/ufs/quota.h> where it was just to appeaselukem
2001-07-09errx() prints the newline for you.ad
2001-06-05don't #define _LKM to work around header lossage; it is no longer necessary.mrg
2001-02-11Don't rely on the struct e_vnode since it isn't a part of KERN_VNODE sysctlenami
2001-02-11Protect statement macro with do { ... } while(0).enami
2001-01-05use %ll_ instead of the less standard %q_lukem
2000-12-13Print address of lower vnode of layered fs vnode.enami
2000-12-13Use va.va_type instead of va.va_mode to determine if a nfs vnode is aenami
2000-11-02Adapt to the new line discipline scheme.tron
2000-10-11More format string cleanups by sommerfeld.is
2000-06-12update list of ufs inode, nfs inode flags and tty disciplines toassar
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
1999-11-18- Sync mount options and vnode flags with reality.enami
1999-11-18Cosmetic changes; fix indentation and usage of white spaces.enami
1999-11-18The field to print vnode tag isn't necessary so wide.enami
1999-10-10add a (long) cast to previous fix like the other arguments.mrg
1999-10-01Account for widening of the v_usecount member in struct vnode.soren
1999-07-04Update for mount flag change.fvdl
1999-01-31discard setgid.mrg
1998-06-26Fix hannken's fix: The correct way to keep pstat.c from looking for anytv
1998-06-26Make it compile again. Include <sys/socket.h> before setting _KERNEL.hannken
1998-03-29Display the TS_DIALOUT flag.mycroft
1998-03-21Replace TS_WOPEN with t_wopen, per mail on tech-kern.mycroft
1998-03-01Merge with Lite2 + local changesfvdl
1997-10-20The previous changes were not sufficient, we need more kvm reads.drochner
1997-10-20make compile after NFS (struct nfsnode) changesdrochner
1997-10-19fix compile warnings on the alpha.mrg