| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert last change. It doesn't break mount(8) reporting | ru | 2004-11-30 | 1 | -0/+2 |
* | Fix typo. | rik | 2004-11-29 | 1 | -1/+1 |
* | Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero). | ru | 2004-11-29 | 4 | -13/+2 |
* | Clarify that devd will only parse files whose names end in .conf. | ceri | 2004-11-28 | 1 | -1/+3 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 1 | -1/+1 |
* | Implement 'setstate' to allow setting the state of drives and subdisks | le | 2004-11-26 | 1 | -0/+58 |
* | Implement checkparity/rebuildparity. | le | 2004-11-26 | 1 | -0/+88 |
* | Avoid comparing pointer against a numerical value by adding a * in | delphij | 2004-11-25 | 1 | -1/+1 |
* | Add first cut at dethaumagizing UFS mounting. | phk | 2004-11-25 | 2 | -0/+150 |
* | Add a convenience function for building nmount iov arrays. | phk | 2004-11-25 | 2 | -0/+25 |
* | Fix bug: don't let "synco" match "sync" | phk | 2004-11-25 | 1 | -4/+2 |
* | Remove a duplicate line from an apparent merge error in rev 1.63. | brooks | 2004-11-25 | 1 | -1/+0 |
* | Sync usage() and SYNOPSIS. | ru | 2004-11-13 | 2 | -2/+3 |
* | Sync usage() with manpage SYNOPSIS and code. | ru | 2004-11-13 | 1 | -4/+6 |
* | For create and migrate, remove the `.Op Fl f' introduced in the | marcel | 2004-11-13 | 1 | -4/+2 |
* | Add an -f option (for force) to the migrate command. Normally an MBR | marcel | 2004-11-13 | 2 | -5/+21 |
* | Add an -f option (for force) to the create command. The -f option | marcel | 2004-11-13 | 2 | -6/+25 |
* | Reflect the cuaa->cuad namechange in documentation. | philip | 2004-11-13 | 2 | -2/+2 |
* | Fix a braino: the partition size in the PMBR is in sectors, not bytes | marcel | 2004-11-12 | 2 | -8/+8 |
* | Help Tinderbox and remove mount_autofs | markm | 2004-11-10 | 1 | -1/+0 |
* | Add 0xbf as new partition id for Solaris. | phk | 2004-11-10 | 1 | -0/+1 |
* | Bump .Dd, replace missing letter, and prefer to use a verb that | dd | 2004-11-06 | 1 | -5/+3 |
* | First there was an -m option. | ru | 2004-11-06 | 1 | -3/+0 |
* | For file backed md(4) devices output their source file via | pjd | 2004-11-06 | 1 | -2/+7 |
* | Remove a useless use of cat, strip overzealous punctuation, and | dd | 2004-11-06 | 1 | -16/+16 |
* | Parse file mode with setmode(3) for consistency with other programs | dd | 2004-11-06 | 2 | -12/+9 |
* | Update the description of -l to reflect reality. After mdconfig.c | dd | 2004-11-06 | 1 | -6/+5 |
* | If there aren't any devices to list, output nothing instead of an | dd | 2004-11-06 | 1 | -10/+2 |
* | Note that sysctls documentation is missing. | pjd | 2004-11-05 | 2 | -0/+4 |
* | Grammatical and spelling improvements. | ceri | 2004-11-04 | 7 | -64/+65 |
* | Ups! Forgot to put "sbin" on the commit line: | phk | 2004-11-04 | 7 | -7679/+0 |
* | Fix markup: .Dv -> .Va | bms | 2004-11-04 | 1 | -2/+2 |
* | Document the fact that blackhole routes normally need to be bound | bms | 2004-11-04 | 1 | -0/+10 |
* | Be more clear that "bridged" is a synonym for "layer2". | ceri | 2004-11-03 | 1 | -1/+2 |
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 1 | -1/+2 |
* | Remove extra 's'. | pjd | 2004-11-03 | 1 | -2/+2 |
* | Be more correct. | pjd | 2004-11-03 | 1 | -2/+2 |
* | Remove one more redundant 'not'. | pjd | 2004-11-03 | 1 | -1/+1 |
* | Remove redundant 'not'. | pjd | 2004-11-01 | 1 | -1/+1 |
* | Replace link to nonexistent raid(4) with one to geom(8). I don't like | dd | 2004-10-31 | 1 | -2/+1 |
* | Remove the -k option to migrate. The option causes gpt(8) to preserve | marcel | 2004-10-31 | 2 | -39/+25 |
* | Remove useless inclusion of <sys/disklabel.h> | marcel | 2004-10-25 | 2 | -2/+0 |
* | Declare variables as static, like I intended. | marcel | 2004-10-25 | 4 | -4/+4 |
* | Fix bogon. Create the BSD label in the FreeBSD slice. | marcel | 2004-10-25 | 1 | -1/+1 |
* | Catch up with the BSD label changes. The partition offsets are relative | marcel | 2004-10-25 | 1 | -3/+20 |
* | Build gpt(8) on all platforms. | marcel | 2004-10-25 | 1 | -5/+1 |
* | Add byte swapping and UUID encoding/decoding to allow gpt to be compiled | marcel | 2004-10-25 | 9 | -140/+192 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 10 | -12/+12 |
* | Fixed misspelling of DPADD. | ru | 2004-10-24 | 1 | -2/+2 |
* | Merged from src/sbin/fdisk/fdisk.c revision 1.75. | nyan | 2004-10-24 | 1 | -1/+1 |