summaryrefslogtreecommitdiff
path: root/usr.sbin/pstat/pstat.c
AgeCommit message (Expand)Author
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2006-06-04teach this about NMEADISC tooTheo de Raadt
2006-04-18simple variable renaming to please lintTheo de Raadt
2006-03-27Check for syncer vnodes before the file system specific routine getsPedro Martelletto
2006-03-26Pretty-print addresses on 64-bit architectures; with input and ok deraadt@Uwe Stuehler
2006-03-26Back out -r1.59. I did not follow the process.Uwe Stuehler
2006-03-26Set the width of address columns based on the machine word width.Uwe Stuehler
2006-03-25Kill double wordPedro Martelletto
2006-03-25Handle syncer vnodes gracefully, okay deraadt@Pedro Martelletto
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-11inode/dinode separation for ext2fsPedro Martelletto
2005-10-15Use queue macros instead of directly accessing fields. ok miod@ pat@ millert@Otto Moerbeek
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
2004-09-14remove unused variablesTheo de Raadt
2004-08-03make pstat -f show lockingMichael Coulter
2004-03-16add -M and -N to options list;Jason McIntyre
2003-09-08insufficient size for mib; andrushock@korovino.netTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
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
2002-06-08Take advantage of sysctls for stats --- not in use, as we need theAngelos D. Keromytis
2002-06-02KNFTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-19We don't have <sys/map.h> any more; Tim TickelTodd C. Miller
2001-08-11cleanup; ok millertPeter Valchev
2001-06-24Get rid of NQNFS optionsConstantine Sapuntzakis
2001-02-25Update pstat to reflect vnode changesConstantine Sapuntzakis
2000-06-16update and sort list of vflags, iflags, nfsflags, mntflags. alsoassar
2000-05-24handle 64 bit arch in -f; janjaap@stack.nlTheo de Raadt
1999-12-05Learn pstat about soft updates.Artur Grabowski
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
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