| Age | Commit message (Expand) | Author |
| 2009-12-05 | Remove the portalfs kernel file system driver. Replace mount_portal(8) | pooka |
| 2009-11-19 | Prevent sign extension when reading device number in ufs1 on disk inode | enami |
| 2009-10-14 | Fix markup. | joerg |
| 2009-09-16 | Distinguish between UFS1 and UFS2 inodes by reading the ufsmount structure, | mlelstv |
| 2009-04-18 | Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare) | lukem |
| 2009-03-11 | convert getfiles() to use KERN_FILE2 sysctl. | mrg |
| 2009-03-08 | Don't bother with file_t::f_iflags any more, as it's not used. | ad |
| 2008-12-28 | consistently print dev_t's | christos |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-02-27 | +#define _KERNEL | ad |
| 2008-02-11 | Do not #include <sys/device.h> from userland. | dyoung |
| 2008-02-11 | Don't decode union vnodes or f_usecount. XXX A lot of this belongs to gdb. | ad |
| 2008-01-24 | specfs changes for PR kern/37717 (raidclose() is no longer called on | ad |
| 2007-12-28 | Remove reference to VI_XWANT - it will be gone soon. | ad |
| 2007-12-09 | Turns out we don't actually need to include <sys/namei.h>; since it causes | dogcow |
| 2007-11-19 | TS_ASLEEP is gone. | ad |
| 2007-10-20 | If we're printing totals, don't do all the work of allocating and | briggs |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-07-17 | Kill MFSNAMELEN | christos |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-03-04 | Because this program has _KERNEL defined while including some files, | he |
| 2007-01-06 | Correctly retrieve information from an ext2fs inode's dinode. Fixes | daniel |
| 2006-12-28 | More NQNFS fallout (hi yamt!). | xtraeme |
| 2006-12-05 | revert debug flags I accidentally committed before. | christos |
| 2006-10-30 | kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to | christos |
| 2006-10-20 | Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all | reinoud |
| 2006-05-25 | Coverity CID 3377: Fix memory leak on error. | christos |
| 2006-03-17 | Fix off-by-one found by Coverity, CID 1485. | elad |
| 2006-03-17 | Fix off-by-one found by Coverity, CID 1486. | elad |
| 2005-09-11 | Don't print swap information when reading from kernel dumps. Fixes PR | rpaulo |
| 2005-09-02 | de-__P() and use ANSI function declarations. | rpaulo |
| 2005-08-19 | 64 bit inode changes | christos |
| 2005-05-30 | catch up with kernel's constification. | christos |
| 2004-12-18 | Use the array of dtype names instead of hand-rolling our own. | christos |
| 2004-12-09 | Bump date for last, new sentence, new line, and kill an extra space. | snj |
| 2004-12-09 | When dumping the file entry, print the usecount and iflags too. | matt |
| 2004-02-22 | Make pstat -f work on sparc by adjusting the offset of the buffer passed | jdc |
| 2003-12-21 | bump date for previous | mrg |
| 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 |