| Commit message (Expand) | Author | Age | Files | Lines |
* | fdisk(8): document the default for -b, add xref to boot0cfg(8). | ru | 2001-07-18 | 1 | -0/+3 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 3 | -20/+20 |
* | After some (long-standing ;-) critics from Bruce, throw away the old | joerg | 2001-07-13 | 2 | -39/+65 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 3 | -3/+3 |
* | Make open_disk() fail nicely upon encountering an ENOENT so to not | joerg | 2001-07-05 | 1 | -2/+4 |
* | wd0 -> ad0 | dd | 2001-04-08 | 1 | -2/+2 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 3 | -1/+4 |
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 3 | -6/+3 |
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 1 | -12/+12 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -5/+5 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 2 | -2/+1 |
* | mdoc(7) police: added missing .Os call. | ru | 2000-12-14 | 2 | -2/+2 |
* | I didn't maintain the "chs" ordering. Rather the bug was in print_part(). | obrien | 2000-11-29 | 1 | -6/+6 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 3 | -5/+5 |
* | Make the order of values prompted for with the "-i" option match print_part() | obrien | 2000-11-18 | 1 | -2/+2 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 3 | -12/+12 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -25/+20 |
* | - When adjusting the end of a partition to lie on a cylinder boundary, don't | jhb | 2000-08-24 | 1 | -46/+94 |
* | 0xA0 = Suspend to disk. | joe | 2000-08-07 | 1 | -0/+1 |
* | Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted in | jhb | 2000-07-21 | 1 | -1/+1 |
* | - Don't try to free mboot.bootinst before it has been allocated. If, for | jhb | 2000-07-17 | 1 | -2/+2 |
* | Fix memory leak/double free found by phkmalloc | ache | 2000-07-15 | 1 | -8/+10 |
* | - Always respect cylinder boundaries when creating slices unless the user | jhb | 2000-07-12 | 1 | -17/+70 |
* | Catch the usage() function up to the command line changes. Add -I and | jhb | 2000-06-27 | 1 | -1/+1 |
* | 0x39 == plan9 | brian | 2000-06-12 | 1 | -0/+1 |
* | Add QNX 4 partitions to fdisk's list. | ghelmer | 2000-06-09 | 1 | -1/+4 |
* | Don't try to open the /dev/rXXX device. | msmith | 2000-05-31 | 1 | -1/+1 |
* | Fix nits in previous commit: restore option ordering of the option | sheldonh | 2000-03-13 | 1 | -2/+5 |
* | -e -> -I change. | imp | 2000-03-10 | 2 | -9/+36 |
* | Don't use the old raw name for disk devices. | obrien | 2000-03-09 | 1 | -1/+1 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -11/+22 |
* | Add ata(4) support. | ru | 2000-02-11 | 1 | -1/+1 |
* | Move sbin/i386/{mount_msdos,comcontrol} back to sbin, they are not | peter | 2000-01-14 | 9 | -874/+1 |
* | Removed yet another vestige of the ft driver. | bde | 2000-01-14 | 1 | -7/+0 |
* | Add Latin2 conversion table | ache | 2000-01-08 | 2 | -1/+59 |
* | Allow #-comments in conversion table file | ache | 2000-01-08 | 4 | -19/+63 |
* | Remove the ft program, the driver is long gone. | phk | 1999-10-09 | 4 | -1103/+0 |
* | mount* fixes from Martin Blapp <mb@imp.ch>: | phk | 1999-10-09 | 1 | -13/+11 |
* | Stuff a variable declaration inside a #if block that is only used for that | billf | 1999-09-25 | 1 | -0/+2 |
* | Remove declaration of getenv(), we get that from stdlib.h already. | billf | 1999-09-25 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 18 | -18/+18 |
* | Add -e option to usage(). | dwhite | 1999-08-25 | 1 | -2/+2 |
* | Add new option to fdisk: -e | phk | 1999-08-23 | 2 | -13/+40 |
* | Drop the embedded boot code in favour of a -B option which reads | rnordier | 1999-06-27 | 3 | -142/+100 |
* | This lets you specify "gemdosfs", "shortnames", "longnames", and | jkh | 1999-06-18 | 2 | -4/+21 |
* | Note that a standard MBR supports booting only from hard drive 0 | rnordier | 1999-03-13 | 1 | -1/+4 |
* | Note that nextboot requires the legacy boot code. | rnordier | 1999-02-05 | 1 | -1/+3 |
* | Add a -b option as a simple way to rewrite the mbr code | rnordier | 1999-01-22 | 2 | -4/+27 |
* | Update to match rev. 1.28 of msdosfs_lookup.c. | dt | 1999-01-11 | 1 | -11/+2 |
* | sd0 -> da0 | joerg | 1998-11-26 | 2 | -4/+4 |