| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 0xbf as new partition id for Solaris. | phk | 2004-11-10 | 1 | -0/+1 |
* | Don't prepend "/dev" if an argument given is an absolute pathname. | ru | 2004-10-20 | 1 | -1/+1 |
* | Make fdisk initialize the first instead of the last slice by default. | phk | 2004-06-14 | 1 | -3/+3 |
* | Add the Solaris x86 boot partition type. This is used in Solaris 10 | harti | 2003-12-18 | 1 | -0/+1 |
* | Warn about partitions that would overlap with the master boot record, and | des | 2003-11-13 | 1 | -0/+5 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+2 |
* | Use symbolic constants from <sys/diskmbr.h> instead of local constants. | phk | 2003-04-13 | 1 | -13/+15 |
* | Use default geometry in case the device doesn't provide one: | phk | 2003-03-29 | 1 | -1/+6 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -2/+2 |
* | Make fdisk work on active GEOM devices. | phk | 2002-12-29 | 1 | -8/+33 |
* | Fix the regexp evilness so that fdisk can (again?) find the device | phk | 2002-10-27 | 1 | -1/+1 |
* | Don't attempt to find the geometry with disklabel based ioctl, it just | phk | 2002-10-27 | 1 | -15/+0 |
* | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | phk | 2002-10-01 | 1 | -0/+1 |
* | Straighten out get_params(). | phk | 2002-09-20 | 1 | -33/+34 |
* | Try to pick up disk geometry with specific DIOC* ioctls, rather than | phk | 2002-09-15 | 1 | -1/+21 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -6/+6 |
* | Fixed some print format errors. Avoid some warnings about possible | bde | 2002-07-16 | 1 | -4/+5 |
* | Add a hack so that fdisk(8) can initialize an ia64 disk. There is | peter | 2002-05-01 | 1 | -0/+10 |
* | Add partition type for IBM's JFS. | grog | 2002-04-28 | 1 | -0/+1 |
* | Fix the fdisk(8) manual page. | trhodes | 2002-04-18 | 1 | -5/+5 |
* | Get this to WARNS=4 and closer to style(9) at a sacrifice in | phk | 2002-03-29 | 1 | -299/+101 |
* | Add some more partition types. | joe | 2002-02-18 | 1 | -26/+56 |
* | Oops, the arguments to a bcopy() were reversed, which broke zeroing | iedowse | 2001-12-30 | 1 | -3/+2 |
* | Fixed spelling error in previous commit. | bde | 2001-10-16 | 1 | -1/+1 |
* | Add 0xEE (EFI GPT) and 0xEF (EFI System Partition) | peter | 2001-10-15 | 1 | -0/+2 |
* | Fix a number of bugs and annoyances in fdisk, many of which were | iedowse | 2001-08-05 | 1 | -74/+96 |
* | After some (long-standing ;-) critics from Bruce, throw away the old | joerg | 2001-07-13 | 1 | -30/+60 |
* | Make open_disk() fail nicely upon encountering an ENOENT so to not | joerg | 2001-07-05 | 1 | -2/+4 |
* | I didn't maintain the "chs" ordering. Rather the bug was in print_part(). | obrien | 2000-11-29 | 1 | -6/+6 |
* | Make the order of values prompted for with the "-i" option match print_part() | obrien | 2000-11-18 | 1 | -2/+2 |
* | - 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 |
* | -e -> -I change. | imp | 2000-03-10 | 1 | -7/+32 |
* | Don't use the old raw name for disk devices. | obrien | 2000-03-09 | 1 | -1/+1 |
* | Add ata(4) support. | ru | 2000-02-11 | 1 | -1/+1 |
* | Stuff a variable declaration inside a #if block that is only used for that | billf | 1999-09-25 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add -e option to usage(). | dwhite | 1999-08-25 | 1 | -2/+2 |
* | Add new option to fdisk: -e | phk | 1999-08-23 | 1 | -6/+31 |
* | Drop the embedded boot code in favour of a -B option which reads | rnordier | 1999-06-27 | 1 | -101/+58 |
* | Add a -b option as a simple way to rewrite the mbr code | rnordier | 1999-01-22 | 1 | -4/+21 |
* | sd0 -> da0 | joerg | 1998-11-26 | 1 | -2/+2 |