Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-28 | Use kvm_getfile2() instead of sysctl(KERN_FILE) for the -f option | Philip Guenthe | |
Make -T behave as documented: only report totals Only open the kvm files when necessary prompted by a comment from matthew@ ok and corrections millert@, ok tedu@ | |||
2010-09-19 | more wacky macro fixing; | Jason McIntyre | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-10-23 | argument to -M is "core", not "corefile" (this typo was introduced | Igor Sobrado | |
in 4.4BSD at least). ok jmc@ | |||
2009-05-31 | Don't define NFS before including kernel header files, | Thordur I. Bjornsson | |
besides it being gnarly its useless since no magic is done if it is define. pointed out by deraadt@ | |||
2008-10-07 | pstat can hide information too; also based on PR 5113 | Theo de Raadt | |
2008-09-01 | sync synopsis and usage; KNF. | Igor Sobrado | |
2008-05-09 | some Xr for tcpbench(1) and tcpdrop(8); | Jason McIntyre | |
2008-02-20 | set globalnl to vnodenl in filemode() so we access the right | Thordur I. Bjornsson | |
thing in the KGET() macros. Fixes a segfault when pstat is called with '-vT'; ok miod@,krw@,beck@ | |||
2007-12-28 | printf field widths are always int, so add casts to remove | Charles Longeau | |
"warning: field width is not type int" "looks good" otto@ | |||
2007-12-08 | no need to pre-check for % in dformat, it will fail later anyways | Theo de Raadt | |
2007-12-04 | show some -d examples; ok jmc | Theo de Raadt | |
2007-11-28 | - bring back a tweak that got reverted in previous | Jason McIntyre | |
- Xr printf 3 whilst here | |||
2007-11-28 | refine format string, support hh and c for real. ok deraadt | Ted Unangst | |
2007-11-28 | Be more careful with printf-style formats, and fix a few other niggles | Theo de Raadt | |
ok tedu | |||
2007-11-28 | tweak previous; | Jason McIntyre | |
2007-11-28 | add a -d argument, which can be used to peek at values in the kernel. | Ted Unangst | |
this is easier than using the ddb console. ok deraadt | |||
2007-11-26 | cleanup. nl is a poor name for a global (accessed via macro no less). | Ted Unangst | |
also, man page says nlist ends with NULL name, not "". ok art bob deraadt | |||
2007-09-03 | malloc(n * m) -> calloc(n, m); ok espie | Theo de Raadt | |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-09-21 | more lfs removal; ok pedro | Jason McIntyre | |
2006-08-04 | Remove reference to tb(4). Found by jmc@, thanks. | Marc Balmer | |
2006-06-07 | mention the nmea line discipline in the pstat(8) man page. | Marc Balmer | |
found by mk, ok deraadt | |||
2006-06-04 | teach this about NMEADISC too | Theo de Raadt | |
2006-04-18 | simple variable renaming to please lint | Theo de Raadt | |
2006-03-27 | Check for syncer vnodes before the file system specific routine gets | Pedro Martelletto | |
called, so that we handle NFS and ext2fs as well, okay deraadt@. | |||
2006-03-26 | Pretty-print addresses on 64-bit architectures; with input and ok deraadt@ | Uwe Stuehler | |
2006-03-26 | Back out -r1.59. I did not follow the process. | Uwe Stuehler | |
2006-03-26 | Set the width of address columns based on the machine word width. | Uwe Stuehler | |
pedro@ likes the diff. | |||
2006-03-25 | Kill double word | Pedro Martelletto | |
2006-03-25 | Handle syncer vnodes gracefully, okay deraadt@ | Pedro Martelletto | |
2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. | Pedro Martelletto | |
No functional change, okay tedu@. | |||
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto | |
Instead of having the dinode inside the inode structure itself, we now have just a pointer to it, and use a separate pool to allocate dinodes as needed. Inspiration from FreeBSD, various testing for a while, thanks. | |||
2005-12-11 | inode/dinode separation for ext2fs | Pedro Martelletto | |
2005-10-15 | Use queue macros instead of directly accessing fields. ok miod@ pat@ millert@ | Otto Moerbeek | |
2005-09-06 | comment out .Xr to strip(4), a page which does not get installed; | Jason McIntyre | |
while here, make the list item a bit better grammatically. | |||
2005-09-06 | make some of the stat utility pages reference each other; | Jason McIntyre | |
idea from a mail to misc@ from simon dassow; | |||
2005-06-10 | No point in keeping a list of file systems here, instead just refer to | Pedro Martelletto | |
whatever the kernel supports, okay deraadt@ | |||
2005-05-26 | typo | Pedro Martelletto | |
2005-05-26 | remove reference to MNT_UNION | Pedro Martelletto | |
2005-05-03 | setresgid; ok deraadt@ | Damien Miller | |
2005-02-08 | * plug memory leaks in some paths. From Andrey Matveev | Patrick Latifi | |
ok otto | |||
2004-09-14 | remove unused variables | Theo de Raadt | |
2004-08-03 | make pstat -f show locking | Michael Coulter | |
ok art@ tedu@ much help from pedro@ | |||
2004-03-17 | add references to procmap(1) in SEE ALSO; | Jason McIntyre | |
suggested by tedu@ | |||
2004-03-16 | add -M and -N to options list; | Jason McIntyre | |
sort options; sync usage(); | |||
2004-03-16 | add fstat(1) reference to SEE ALSO; | Jason McIntyre | |
suggested by Drew Einhorn; | |||
2003-09-08 | insufficient size for mib; andrushock@korovino.net | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line |