Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-31 | remove arc from here | Theo de Raadt | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-12 | Add Dell, Thinkpad maintenance partition types. | Kjell Wooding | |
2002-01-24 | allow reinitializing mbr in the ext parts; from Matt Watson <mwatson@apple.com> | Michael Shalayeff | |
2002-01-23 | use sizeof instead of magic numbers | Michael Shalayeff | |
2002-01-18 | Allow size values to be displayed in the user's choice of units. | Kjell Wooding | |
Idea borrowed from disklabel. i.e. Users can now type "print M" and be rewarded with partition sizes in Megs | |||
2002-01-18 | Add disklabel-style editing for size/offset values in | Kjell Wooding | |
the partition tables. These values may now contain units, such as "300k" "500M" or "2G". (sectors, bytes, and cylinders are also supported.) This should largely eliminate the need for a calculator when using fdisk on large disks. | |||
2002-01-18 | Do not truncate the cylinder value to 1023 until the MBR | Kjell Wooding | |
is actually written to disk. Cylinder values for disks >8G are instead "faked" from the LBA values in the partition table. These faked values are now displayed correctly after a save. | |||
2002-01-04 | sync to reality. | Kjell Wooding | |
Note that the NT serial number is now whacked with an update, or -u Fix signature in example. Explicitly state the MBR signature (0xAA55) | |||
2002-01-04 | Remove references to the NT serial number. Now the first 0x1be | Kjell Wooding | |
bytes of the MBR are treated as code for the purposes of the (u)pdate command. This is consistent with the new -u flag. This means boot managers like BootEasy can now be written out correctly. Note that rewriting the MBR now whacks the NT serial number - a behavior that is consistent with the DOS FDISK /MBR. | |||
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-12-15 | Get this damn diff out of my tree. ok from weingart@, deraadt@ and others. | Kjell Wooding | |
Add a -u flag to fdisk which updates MBR code, but leaves the partition table intact. There are still issues with 'update' having different behavior, but I'll resolve those shortly | |||
2001-11-14 | fix a typo, from Daniel Lucq <daniel@lucq.org>, tested on: | Michael Shalayeff | |
> (0) a SCSI disk with a working OpenBSD install > (1) a SCSI disk with cleared first sector (dd if=/dev/zero) > (2) an IDE disk with a working OpenBSD install > (3) an IDE disk with cleared first sector | |||
2001-11-07 | Add MacOS X for Intel (or Darwin for Intel, or whatever the correct | Miod Vallat | |
name is) partition ID. ok millert@ mickey@ | |||
2001-09-01 | Changes to build platform specific files properly with the powerpc -> macppc | Dale Rahn | |
port rename. This adds support for some of these to mvmeppc when it becomes MACHINE_ARCH=powerpc, as MACHINE_ARCH is tested in some instances. ancontrol and wicontrol are MACHINE_ARCH changes. | |||
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin | |
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok | |||
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-07-02 | #include <string.h> to get mem* prototypes. | Todd C. Miller | |
2001-06-23 | Add more partition types - ref. NetBSD | Kjell Wooding | |
2001-06-23 | Add new mbrcode.h - MBR boot code - no need for a separate file now | Kjell Wooding | |
2001-06-23 | Changes from Toby. Make error tests explicit (against -1), remove one big | Kjell Wooding | |
hurdle to partitions over 8G. Include the default MBR in a header file. | |||
2001-05-21 | More verbose error message (what's the actual sysctl that failed) | Angelos D. Keromytis | |
2001-05-18 | oops | Michael Shalayeff | |
2001-05-18 | a few harmless cleanups | Michael Shalayeff | |
2001-04-05 | permit tree build with NOMAN is set | Theo de Raadt | |
2001-03-16 | 0x9f == BSDI, ok millert@ | Markus Friedl | |
2001-02-05 | Remove the NOMAN hack. This is not the way we want to do this. | Artur Grabowski | |
(and the original problem is gone anyway). | |||
2001-01-28 | More -Wall cleanup. Ansi style nit. | Tobias Weingartner | |
2001-01-28 | Quick -Wall fixes, ok niklas@, aaron@ | Tobias Weingartner | |
2001-01-18 | Fix NOMAN build. | Artur Grabowski | |
2001-01-17 | don't nroff twice, and escape protect possible bad chars | David Leonard | |
2001-01-01 | New command "setpid", just changes the ID of a partition (no other | Angelos D. Keromytis | |
parameters editing) -- vassilip@dsl.cis.upenn.edu | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-09-12 | handle LBA extended partitions here too; scott@nts.umn.edu | Theo de Raadt | |
2000-07-07 | On the last commit to fdisk when the prototypes to PRT_fix_CHS and PRT_fix_BN | Dale S. Rahn | |
were made, some code in an ifdefed section was missed. Update that section of code to have the appropriate added parameter. | |||
2000-07-01 | be more verbose when warning for partition errors, | Michael Shalayeff | |
print partition number in the message. | |||
2000-06-11 | 0x39 == plan9 | Markus Friedl | |
2000-06-10 | know QNX; jcplace@ibm.ne | Theo de Raadt | |
2000-05-18 | Prepare to recurse down those directories for all arches, to grab manpages. | Marc Espie | |
2000-05-02 | Oxify; aaron | Theo de Raadt | |
2000-04-18 | Favor BIOS geometry over physical. This should fix MANY problems with | Kjell Wooding | |
hard drives >8G sharing partitions with other operating systems. Also, support extended partition type 0x0F, which is quite common now. | |||
2000-03-29 | sort partition type list vertically rather than across. ok weingart@ | Kenneth R Westerback | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
2000-02-04 | Max Sectors is 63. ok weingart@ | Kjell Wooding | |
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
2000-01-08 | support LBA-mapped extended partitions too; ↵ | Theo de Raadt | |
sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
1999-11-23 | Add Phoenix BIOS notebook save-to-disk partition type (ok theo). | Ian Darwin | |
1999-09-23 | Caveat Emperor -> Caveat Emptor; kwesterback@home.com | Aaron Campbell | |