| Age | Commit message (Expand) | Author |
| 2006-08-27 | need getdiskinfo. | christos |
| 2006-06-24 | work around some GCC4 internal problems on m68000 platform. | mrg |
| 2006-05-19 | Coverity CID 3656,3655: Plug memory leak. | christos |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-04-21 | Don't use cast expressions as lvalues as newer versions of gcc warn. | skrll |
| 2005-08-19 | 64 bit inode changes | christos |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2005-05-25 | Macro improvement. | wiz |
| 2005-05-25 | Grammar fix, from Jeff Ito in PR bin/30320. While here, fix a typo | snj |
| 2005-02-05 | Kill __P(); | xtraeme |
| 2005-01-20 | WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz) | xtraeme |
| 2005-01-19 | Kill __P(), ANSIfy, remove main() prototype; WARNS=2 | xtraeme |
| 2004-09-17 | fix blks command. | yamt |
| 2004-01-04 | Standardize flags display in usage. | wiz |
| 2004-01-04 | Bump date for new -F. Standardise flags display in SYNOPSIS. | wiz |
| 2004-01-03 | add -F option, similar to fsck/newfs/dumpfs | dbj |
| 2003-07-13 | use bounded string op | itojun |
| 2003-06-27 | Add Ns. | wiz |
| 2003-05-09 | Fix typo | jmc |
| 2003-04-26 | Add a findblk command, which list the inode(s) owning the disk sector(s) | bouyer |
| 2003-04-08 | Fix reverse test for UFS2 in the blks command. | fvdl |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-10-01 | New sentence, new line. By Robert Elz with minimal fixes. | wiz |
| 2002-09-28 | Add support for the Apple UFS variation on ffs | dbj |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path | lukem |
| 2002-07-20 | sweep of errx/warnx, remove unnecessary trailing \n | grant |
| 2002-03-18 | Cast 3rd arg to el_parse() to deal with const'ification of | thorpej |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2001-11-16 | Sort sections. | wiz |
| 2001-11-16 | Whitespace nits | wiz |
| 2001-06-05 | Drop arguments of .Os. | wiz |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-02-04 | remove redundant declarations | christos |
| 2001-01-05 | use %ll_ instead of the less standard %q_ | lukem |
| 2000-10-10 | Format string cleanups by Bill Sommerfeld. | is |
| 1999-03-09 | Add a [-n] option, which allows to examine a fs without altering it. | bouyer |
| 1999-01-15 | #include machine/bswap.h and remove -lutil. | bouyer |
| 1998-05-22 | sort entries and delete extra periods in SEE also section. | msaitoh |
| 1998-05-20 | s/H_SETMAXSIZE/H_SETSIZE/ | enami |
| 1998-05-20 | Adapt to the libedit changes. | christos |
| 1998-04-01 | Need <time.h> for ctime() prototype. | kleink |
| 1998-04-01 | Need <time.h> for mktime() prototype. | kleink |
| 1998-03-18 | Add support for non-native byteorder FFS. | bouyer |
| 1997-10-14 | PR/4257: Jaromir Dolecek: Update for libedit interface change. | christos |
| 1997-10-13 | We don't need the -I. . Pointed out by enami tsugutomo. | veego |
| 1997-10-11 | Add the missing . for -I | veego |
| 1997-10-10 | CFLAGS->CPPFLAGS | christos |
| 1997-09-16 | make these compile on the alpha after WARNS=1. | mrg |
| 1997-09-15 | deprecate register | lukem |