index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
fdisk
/
fdisk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
VMware environment is frequent nowadays. Add VMFS id.
marck
2012-04-16
1
-0
/
+1
*
Fix multi-line comment formatting.
ae
2011-11-07
1
-2
/
+4
*
Improve error reporting when MBR can not be written.
ae
2011-11-07
1
-36
/
+62
*
Initialize "acc" value inside the loop to reset failed attempts.
ae
2011-11-06
1
-2
/
+2
*
Add missing static keywords for global variables to tools in sbin/.
ed
2011-11-04
1
-1
/
+1
*
remove trailing whitespace...
jmg
2011-10-29
1
-3
/
+3
*
error if /boot/mbr is empty... This can happen on a system like arm
jmg
2011-10-29
1
-0
/
+2
*
The decimal() function was changed in r217808 to take the
ae
2011-08-19
1
-1
/
+1
*
The MBR uses a 32-bit unsigned integer to store the size of a slice, but
rstone
2011-07-17
1
-4
/
+4
*
Supply maximum value as an argument to the decimal() function
sobomax
2011-01-25
1
-27
/
+27
*
o Cylinder numbers are 10 bits in the MBR;
sobomax
2011-01-24
1
-19
/
+19
*
Warn user when value entered is greated than the amount supported
sobomax
2011-01-22
1
-20
/
+31
*
Add support for identifying a journaled root filesystem.
brian
2010-09-16
1
-1
/
+2
*
Handle geli-encrypted root disk devices.
brian
2010-09-06
1
-2
/
+7
*
- Back out the previous change in order to maintain compatibility.
lulf
2009-06-17
1
-2
/
+2
*
- The maximum number of heads is 255, not 256.
lulf
2009-06-15
1
-2
/
+2
*
Enhance the 'p' command so that it understands size qualifiers (K/M/G) and
brian
2009-05-25
1
-6
/
+82
*
Reword some entries for NTFS and DOS.
luigi
2009-01-14
1
-2
/
+4
*
Another change from Christoph:
luigi
2009-01-14
1
-110
/
+101
*
more changes from Christoph:
luigi
2009-01-14
1
-15
/
+14
*
remove unused argument to print_s0()
luigi
2009-01-14
1
-11
/
+8
*
Some small fixes submitted by Christoph Mallon, specifically:
luigi
2009-01-13
1
-17
/
+16
*
- Improve error message given on g_providername call failure.
lulf
2008-09-30
1
-1
/
+1
*
- Make use of the new and g_device_path utility function in libgeom to avoid
lulf
2008-09-07
1
-49
/
+30
*
Add a -q[uiet] flag for scripts.
obrien
2008-07-31
1
-3
/
+8
*
Add Apple HFS+ (0xAF) MBR partition type identificator.
andre
2007-05-06
1
-0
/
+1
*
o Add -p flag: print a slice table in fdisk configuration file format.
maxim
2007-04-30
1
-2
/
+28
*
- Fail with an understandable error message if we cannot detect the
simon
2006-06-18
1
-2
/
+5
*
Call gctl_free() to free resource allocated with gctl_get_handle().
rodrigc
2005-09-17
1
-1
/
+4
*
Attempt gctl verb "write MBR" when updating.
phk
2005-07-15
1
-28
/
+43
*
cosmetic changes.
nyan
2005-05-01
1
-17
/
+15
*
Use NDOSPART macro instead of a magic number.
nyan
2005-05-01
1
-2
/
+2
*
If we resort to opening a slice instead of the base device, do so with
phk
2005-04-29
1
-1
/
+1
*
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
[next]