summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* According to miod, KERNBASE used as a userland symbol should diederaadt2012-07-091-2/+2
* show the f_iflags; ok guentherderaadt2012-05-172-3/+17
* Use kvm_getfile2() instead of sysctl(KERN_FILE) for the -f optionguenther2011-06-281-71/+44
* more wacky macro fixing;jmc2010-09-191-4/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* argument to -M is "core", not "corefile" (this typo was introducedsobrado2009-10-231-3/+3
* Don't define NFS before including kernel header files,thib2009-05-311-4/+2
* pstat can hide information too; also based on PR 5113deraadt2008-10-072-5/+8
* sync synopsis and usage; KNF.sobrado2008-09-011-4/+4
* some Xr for tcpbench(1) and tcpdrop(8);jmc2008-05-091-2/+3
* set globalnl to vnodenl in filemode() so we access the rightthib2008-02-201-2/+4
* printf field widths are always int, so add casts to removechl2007-12-281-7/+7
* no need to pre-check for % in dformat, it will fail later anywaysderaadt2007-12-081-4/+2
* show some -d examples; ok jmcderaadt2007-12-041-3/+8
* - bring back a tweak that got reverted in previousjmc2007-11-281-2/+3
* refine format string, support hh and c for real. ok deraadttedu2007-11-281-16/+23
* Be more careful with printf-style formats, and fix a few other nigglesderaadt2007-11-282-29/+77
* tweak previous;jmc2007-11-281-3/+4
* add a -d argument, which can be used to peek at values in the kernel.tedu2007-11-282-8/+73
* cleanup. nl is a poor name for a global (accessed via macro no less).tedu2007-11-261-6/+10
* malloc(n * m) -> calloc(n, m); ok espiederaadt2007-09-031-4/+4
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* more lfs removal; ok pedrojmc2006-09-211-3/+1
* Remove reference to tb(4). Found by jmc@, thanks.mbalmer2006-08-041-4/+1
* mention the nmea line discipline in the pstat(8) man page.mbalmer2006-06-071-3/+6
* teach this about NMEADISC tooderaadt2006-06-041-2/+5
* simple variable renaming to please lintderaadt2006-04-181-12/+12
* Check for syncer vnodes before the file system specific routine getspedro2006-03-271-8/+9
* Pretty-print addresses on 64-bit architectures; with input and ok deraadt@uwe2006-03-261-7/+7
* Back out -r1.59. I did not follow the process.uwe2006-03-261-7/+7
* Set the width of address columns based on the machine word width.uwe2006-03-261-7/+7
* Kill double wordpedro2006-03-251-3/+3
* Handle syncer vnodes gracefully, okay deraadt@pedro2006-03-251-2/+8
* Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.pedro2005-12-281-7/+7
* Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS.pedro2005-12-171-2/+7
* inode/dinode separation for ext2fspedro2005-12-111-2/+8
* Use queue macros instead of directly accessing fields. ok miod@ pat@ millert@otto2005-10-151-9/+11
* comment out .Xr to strip(4), a page which does not get installed;jmc2005-09-061-4/+6
* make some of the stat utility pages reference each other;jmc2005-09-061-1/+3
* No point in keeping a list of file systems here, instead just refer topedro2005-06-101-7/+2
* typopedro2005-05-261-3/+3
* remove reference to MNT_UNIONpedro2005-05-261-7/+2
* setresgid; ok deraadt@djm2005-05-031-8/+10
* * plug memory leaks in some paths. From Andrey Matveevpat2005-02-081-4/+4
* remove unused variablesderaadt2004-09-141-6/+7
* make pstat -f show lockingmjc2004-08-032-13/+7
* add references to procmap(1) in SEE ALSO;jmc2004-03-171-1/+2
* add -M and -N to options list;jmc2004-03-162-10/+16
* add fstat(1) reference to SEE ALSO;jmc2004-03-161-1/+2