| Age | Commit message (Expand) | Author |
| 2004-01-12 | change the message "COVERTING TO FFSv2 SUPERBLOCK" to | dbj |
| 2004-01-10 | - some KNF (80 cols) | mrg |
| 2004-01-09 | Update Dd for previous and fix a case. | wiz |
| 2004-01-09 | use %#llx instead of %llx when printing incorrect qfmask or qbmask | dbj |
| 2004-01-09 | do not upgrade superblock or set FS_FLAGS_UPDATED unless -c 4 option | dbj |
| 2004-01-08 | Used to say "type=", but now says "size=" since that's what it's | atatat |
| 2004-01-05 | Remove extra newline from usage message. | jmmv |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 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 | Don't build cgdconfig when MKCRYPTO==no. | lukem |
| 2004-01-03 | add -F option, similar to fsck/newfs/dumpfs | dbj |
| 2004-01-03 | fix logic for handling symlinks in inodes when isappleufs | dbj |
| 2004-01-03 | when doing both -c 2 and -B, swap the blocks listed in the inode | dbj |
| 2004-01-03 | fix paste-o in previous commit | dbj |
| 2004-01-03 | fix bugs with unsigned comparison ofs fs_maxsymlinklen | dbj |
| 2004-01-03 | increase size of buffer used for updating symlinks with -c 1 | dbj |
| 2004-01-03 | rtsol: factor out dump.c if -DSMALL (for boot floppy) | itojun |
| 2004-01-02 | add uuid field to apple ufs volume label | dbj |
| 2003-12-31 | Simplify Oo/Oc to Op, since it has only one simple short argument. | wiz |
| 2003-12-30 | No longer need to include <dev/ic/wdcreg.h> | thorpej |
| 2003-12-30 | Don't need to include atavar.h | thorpej |
| 2003-12-30 | Update sysctl.8 man page to cover all the new stuff. | atatat |
| 2003-12-29 | Add missing ' in prompt text. | jdc |
| 2003-12-29 | If a partition is adjusted so that it falls off the end of the disk, display | jdc |
| 2003-12-29 | Add the ability to define a partition as starting after another partition. | jdc |
| 2003-12-29 | fix minor bug in buf cache statistic collecting | dbj |
| 2003-12-29 | Fix spelo | atatat |
| 2003-12-24 | Check result of malloc(). | heas |
| 2003-12-22 | Fix typo: numder -> number. From Christian Biere in PR bin/23838. | jmmv |
| 2003-12-21 | bump date for previous | mrg |
| 2003-12-20 | Extend SMART status to print temperature. Add support for printing | lha |
| 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-12-17 | remove definitions for ffs, which don't belong here. | yamt |
| 2003-12-11 | If a disktype was specified, use the disktab information | drochner |
| 2003-12-11 | fix spelling, s/extented/extended/ | dyoung |
| 2003-12-07 | Make building IPv6 support controllable by MKINET6 | matt |
| 2003-12-04 | sysctlnametomib() is a private function for the moment. | atatat |
| 2003-12-04 | New sysctl(8) binary. Performs auto-discovery and can add/remove | atatat |
| 2003-11-30 | display more capabilities for "identify" command. | yamt |
| 2003-11-23 | Determine the MBR partition type relevant for the resulting partition, | lukem |
| 2003-11-21 | Add "DISK" to -S output. | lukem |
| 2003-11-15 | Commit changes proposed on tech-kern Thu, 6 Nov 2003 | bouyer |
| 2003-11-14 | Initialize an uninitialized variable. | enami |
| 2003-11-12 | Fix "variable shadows global declaration" warnings. | simonb |
| 2003-11-10 | Make per-protocol network input queue stats visible to userland via | jonathan |
| 2003-11-10 | Bring back disklabel -B for now, since hp300 installboot isn't ready | fvdl |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-11-08 | Rip out all the '-B bootblock' support, everything should use installboot(8). | dsl |