| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use %zu to format size_t instead of %jd and an intmax_t cast. | des | 2004-10-23 | 1 | -6/+5 |
* | Stop amd64 warnings. | phk | 2004-10-23 | 1 | -3/+4 |
* | Refuse to unload the ipdivert module unless the 'force' flag is given to kldu... | andre | 2004-10-22 | 1 | -4/+4 |
* | Explicitly break out NETA license from Berkeley license to clearly | rwatson | 2004-10-20 | 1 | -0/+21 |
* | Don't prepend "/dev" if an argument given is an absolute pathname. | ru | 2004-10-20 | 1 | -1/+1 |
* | Print a usage message if a non-option is specified. | schweikh | 2004-10-13 | 1 | -1/+2 |
* | The got_siginfo = 0 should have been got_sigalarm=0 to match the other | imp | 2004-10-10 | 1 | -1/+1 |
* | Add a note to the man page warning users about possible lock order | csjp | 2004-10-09 | 1 | -0/+10 |
* | Make fsck WARNS=2 clean. | le | 2004-10-09 | 2 | -17/+17 |
* | 3 important fixes for growfs: | scottl | 2004-10-09 | 1 | -22/+42 |
* | Eliminate linked list used to track inodes with an initial link | truckman | 2004-10-08 | 10 | -60/+43 |
* | Only print progress statistics once per second. | phk | 2004-10-08 | 1 | -9/+16 |