summaryrefslogtreecommitdiff
path: root/usr.sbin/pstat/pstat.c
AgeCommit message (Collapse)Author
1999-06-23Use DEV_BSIZE instead of hard-coding 512Todd C. Miller
1999-06-03sysctl of KERN_FILE returns a list of mis-aligned file structs; compensateTheo de Raadt
by copying to private space... since changing the kernel API will be difficult.
1999-05-22Update for new vmswap code.Tobias Weingartner
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-06-25handle no swap caseTheo de Raadt
1997-11-09#if 0 out references to IN_LOCKED, IN_WANTED, IN_LWAIT.Todd C. Miller
Need to merge in changes from lite2 pstat.c but this will do for now.
1997-09-18make pstat -f columns line upTheo de Raadt
1997-09-18lengthen terminal name, make columns line upTheo de Raadt
1997-09-12Kill extra newline in err()/warn().Todd C. Miller
1997-08-10Line up better with -t.Todd C. Miller
1997-08-07Support -n in conjunction with -s. Problem noted byTodd C. Miller
Carsten Hammer <chammer@vogon.party.de>. Fixes PR#297. Also made "pstat -tn" consistent with -n in other modes (and it now lines up correctly).
1997-05-31variousTheo de Raadt
1997-05-31Support for ext2fs vnodes.Jason Downs
1997-05-30FFS changes.Jason Downs
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesTheo de Raadt
1996-11-24Add recognition for remaining mount flags (from <sys/mount.h>)Todd C. Miller
that make sense to "pstat -v". From NetBSD.
1996-06-10update ttystatsTheo de Raadt
1996-05-05from netbsd:Theo de Raadt
handle the VISTTY vnode flag with the same letter ('I') that BSDI used. Update the documentation of the vnode flags so that it lists only (and all) of the flags understood by the program. (The documentation is likely in need of more cleanup.)
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1995-11-06complete ufs -> ffs change (From John Kohl; PR #1403)Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt