summaryrefslogtreecommitdiff
path: root/usr.sbin/pstat
AgeCommit message (Collapse)Author
2005-06-10No point in keeping a list of file systems here, instead just refer toPedro Martelletto
whatever the kernel supports, okay deraadt@
2005-05-26typoPedro Martelletto
2005-05-26remove reference to MNT_UNIONPedro Martelletto
2005-05-03setresgid; ok deraadt@Damien Miller
2005-02-08* plug memory leaks in some paths. From Andrey MatveevPatrick Latifi
ok otto
2004-09-14remove unused variablesTheo de Raadt
2004-08-03make pstat -f show lockingMichael Coulter
ok art@ tedu@ much help from pedro@
2004-03-17add references to procmap(1) in SEE ALSO;Jason McIntyre
suggested by tedu@
2004-03-16add -M and -N to options list;Jason McIntyre
sort options; sync usage();
2004-03-16add fstat(1) reference to SEE ALSO;Jason McIntyre
suggested by Drew Einhorn;
2003-09-08insufficient size for mib; andrushock@korovino.netTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-25add missing .El's for .Bl macros;Jason McIntyre
2003-02-11typos;Jason McIntyre
raidctl(8) ok millert@ mknetid(8) help maja@
2003-01-06some cleanup; andrushock@korovino.netTheo de Raadt
2003-01-06only do kvm_openfiles for -v, all others use sysctlTheo de Raadt
2003-01-06minor tweaksTheo de Raadt
2002-12-12can now get _ttylist via sysctl; millert okTheo de Raadt
2002-12-09knfTheo de Raadt
2002-07-13slight cleanupTheo de Raadt
2002-07-12remove printing of soon-to-be-gone flags.Artur Grabowski
2002-06-19mark which nlist[] kmem entries are not needed in the sysctl case, and which areTheo de Raadt
2002-06-18size_t cleanupsTheo de Raadt
2002-06-16When processing the KERN_VNODE sysctl, the kernel builds a packed structure,Miod Vallat
while pstat(8) expects a C structure abiding the regular structure packing rules. This caused pstat -v to break on powerpc. Unbreak the confusion by defining the structure in a common header file, and having the kernel use it. ok millert@ deraadt@
2002-06-08Take advantage of sysctls for stats --- not in use, as we need theAngelos D. Keromytis
mountlist and the ttylist. To come.
2002-06-02KNFTheo de Raadt
2002-06-02fix tables; fred@francis.unitra.skTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-01-19We don't have <sys/map.h> any more; Tim TickelTodd C. Miller
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there.
2001-08-11cleanup; ok millertPeter Valchev
2001-08-03o) We always closes .Bl and .Bd tags;Mike Pechkin
millert@ ok
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-24Get rid of NQNFS optionsConstantine Sapuntzakis
2001-02-25Update pstat to reflect vnode changesConstantine Sapuntzakis
2000-11-12typoAaron Campbell
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-06-16update and sort list of vflags, iflags, nfsflags, mntflags. alsoassar
update man-page to be compatible with the code.
2000-05-24handle 64 bit arch in -f; janjaap@stack.nlTheo de Raadt
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-03-05Finish standardizing options list introduction.Aaron Campbell
1999-12-05Learn pstat about soft updates.Artur Grabowski
1999-06-23Use DEV_BSIZE instead of hard-coding 512Todd C. Miller
1999-06-23add -DUVM if we run UVMArtur Grabowski
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-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-22Update for new vmswap code.Tobias Weingartner