summaryrefslogtreecommitdiff
path: root/usr.sbin/pstat
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
2007-05-31convert to new .Dd format;Jason McIntyre
2006-09-21more lfs removal; ok pedroJason McIntyre
2006-08-04Remove reference to tb(4). Found by jmc@, thanks.Marc Balmer
2006-06-07mention the nmea line discipline in the pstat(8) man page.Marc Balmer
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-09-06comment out .Xr to strip(4), a page which does not get installed;Jason McIntyre
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
2005-06-10No point in keeping a list of file systems here, instead just refer toPedro Martelletto
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-17add references to procmap(1) in SEE ALSO;Jason McIntyre
2004-03-16add -M and -N to options list;Jason McIntyre
2004-03-16add fstat(1) reference to SEE ALSO;Jason McIntyre
2003-09-08insufficient size for mib; andrushock@korovino.netTheo de Raadt
2003-06-12- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-25add missing .El's for .Bl macros;Jason McIntyre
2003-02-11typos;Jason McIntyre
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-06-02fix tables; fred@francis.unitra.skTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-03-14kill more registers.Mike Pechkin