| Age | Commit message (Expand) | Author |
| 2003-12-20 | support "-g" and "-m" as well as "-k" and "-h". swapctl & swaplist code | mrg |
| 2003-12-20 | add a "-h" (humanize_number(3)) option to swapctl(8) and pstat(8), from | mrg |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-02-11 | revert previous | mrg |
| 2003-02-10 | no need for "pstat -T" to copyout() the entire vnode list , which can | mrg |
| 2003-02-02 | undo mallocvar.h change! | christos |
| 2003-02-01 | Include "sys/mallocvar.h" with "_KERNEL" defined in time to avoid | tron |
| 2003-01-20 | Grrr. So much for my ability to use grep(1) effectively. Pointed out | simonb |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2002-12-11 | don't use hand-rolled MNT_FLAGS | christos |
| 2002-11-06 | constify structs, print also pipes for -f | jdolecek |
| 2002-09-26 | <sys/map.h> is no more - don't try to include it. | agc |
| 2002-02-24 | For pstat -f and -t, make header align with actual data on LP64 system. | enami |
| 2002-02-23 | Make flag bit to character conversion table driven. | enami |
| 2002-02-22 | Don't use same character for different flags. | enami |
| 2002-02-22 | Use getprogname(). | enami |
| 2002-02-22 | Always free memroy allocated by loadvnodes(). | enami |
| 2002-02-22 | Forgot to fix header for union/layer vnode. | enami |
| 2002-02-22 | Borrow the macro PRWORD() from vmstat.c and use it. Also, calculate the | enami |
| 2002-02-22 | No need to use paren here. Actually, the usage was inconsistient through | enami |
| 2002-02-22 | - Fix indentation. | enami |
| 2002-02-21 | - Print number of pages in the vnode. | enami |
| 2001-10-26 | remove #include <ufs/ufs/quota.h> where it was just to appease | lukem |
| 2001-07-09 | errx() prints the newline for you. | ad |
| 2001-06-05 | don't #define _LKM to work around header lossage; it is no longer necessary. | mrg |
| 2001-02-11 | Don't rely on the struct e_vnode since it isn't a part of KERN_VNODE sysctl | enami |
| 2001-02-11 | Protect statement macro with do { ... } while(0). | enami |
| 2001-01-05 | use %ll_ instead of the less standard %q_ | lukem |
| 2000-12-13 | Print address of lower vnode of layered fs vnode. | enami |
| 2000-12-13 | Use va.va_type instead of va.va_mode to determine if a nfs vnode is a | enami |
| 2000-11-02 | Adapt to the new line discipline scheme. | tron |
| 2000-10-11 | More format string cleanups by sommerfeld. | is |
| 2000-06-12 | update list of ufs inode, nfs inode flags and tty disciplines to | assar |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 1999-11-18 | - Sync mount options and vnode flags with reality. | enami |
| 1999-11-18 | Cosmetic changes; fix indentation and usage of white spaces. | enami |
| 1999-11-18 | The field to print vnode tag isn't necessary so wide. | enami |
| 1999-10-10 | add a (long) cast to previous fix like the other arguments. | mrg |
| 1999-10-01 | Account for widening of the v_usecount member in struct vnode. | soren |
| 1999-07-04 | Update for mount flag change. | fvdl |
| 1999-01-31 | discard setgid. | mrg |
| 1998-06-26 | Fix hannken's fix: The correct way to keep pstat.c from looking for any | tv |
| 1998-06-26 | Make it compile again. Include <sys/socket.h> before setting _KERNEL. | hannken |
| 1998-03-29 | Display the TS_DIALOUT flag. | mycroft |
| 1998-03-21 | Replace TS_WOPEN with t_wopen, per mail on tech-kern. | mycroft |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-10-20 | The previous changes were not sufficient, we need more kvm reads. | drochner |
| 1997-10-20 | make compile after NFS (struct nfsnode) changes | drochner |
| 1997-10-19 | fix compile warnings on the alpha. | mrg |