| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke now unused 'sz' variable. |  krw | 2016-09-01 | 1 | -5/+1 |
* | EFI firmware has been encountered that is (from our point of view) confused |  krw | 2016-09-01 | 1 | -6/+9 |
* | Revert r1.59's over-enthusiatic MBR zero'ing in MBR_init(). It was |  krw | 2015-12-30 | 1 | -2/+10 |
* | Use 'standard' gpt_chk_mbr() to check for protective MBR. |  krw | 2015-12-27 | 1 | -19/+47 |
* | Reduce overburden of unnecessary #include's. Note that param.h is |  krw | 2015-11-19 | 1 | -8/+3 |
* | Change #include <memory.h> to #include <string.h> |  krw | 2015-11-18 | 1 | -2/+2 |
* | Parse the original on-disk MBR into a local variable. Use the |  krw | 2015-11-18 | 1 | -23/+1 |
* | Move from opening/closing disk for every i/o to opening the disk once |  krw | 2015-11-13 | 1 | -16/+14 |
* | 'reinit mbr' must zero existing MBR and GPT partition information |  krw | 2015-11-12 | 1 | -7/+6 |
* | Refresh the in-kernel copy of the disklabel from the disk *after* writing |  krw | 2015-11-12 | 1 | -1/+3 |
* | Use UINT32_MAX for the size of the EFI System partition on disks larger than |  krw | 2015-11-10 | 1 | -2/+9 |
* | Add GPT editing. Based on GSOC 2014 work by Markus Muller. |  krw | 2015-10-26 | 1 | -1/+31 |
* | Enhance '-g' to create a default GPT label in addition to the protective |  krw | 2015-10-05 | 1 | -7/+1 |
* | Add a -b option, to be used together with -i, that tells fdisk to add a |  kettenis | 2015-09-04 | 1 | -1/+15 |
* | Nuke some trailing whitespace that keeps coming back. |  krw | 2015-08-27 | 1 | -2/+2 |
* | Don't printf("offset: ...) before every call to MBR_print(). Do it |  krw | 2015-04-02 | 1 | -1/+2 |
* | Even better -- readsector() and writesector() become DISK_readsector() and |  krw | 2015-03-30 | 1 | -8/+8 |
* | Rename MBR_readsector() and MBR_writesector() to just readsector() |  krw | 2015-03-29 | 1 | -63/+8 |
* | A couple of letoh64() to make GPTSIGNATURE test work better on |  krw | 2015-03-29 | 1 | -3/+3 |
* | Stop passing around little used 'struct mbr tt' parameter. Just |  krw | 2015-03-18 | 1 | -1/+3 |
* | Stop passing around a pointer to the stack variable 'disk' in main(). |  krw | 2015-03-16 | 1 | -21/+20 |
* | Whitespace & KNF tweaks. Change functions whose return values are |  krw | 2015-03-14 | 1 | -4/+4 |
* | Zap unused variable. |  krw | 2015-03-14 | 1 | -2/+1 |
* | Switch all the license blocks to the standard OpenBSD/ISC license. |  krw | 2015-03-14 | 1 | -20/+11 |
* | If 'write' is issued after a 'reinit' command, and the MBR to be |  krw | 2015-02-10 | 1 | -47/+105 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -3/+2 |
* | Add support for creating a protective MBR for GPT. |  jsing | 2015-01-03 | 1 | -2/+23 |
* | Fix 'fdisk -u', a.k.a. MBR_pcopy(), on sparc64 and possibly others. |  krw | 2014-05-21 | 1 | -9/+10 |
* | Nuke [get|put][short|long] and just use letoh[16|32] and |  krw | 2014-03-31 | 1 | -7/+15 |
* | Nuke pointless blank lines, defines, comments and casts. Eliminate |  krw | 2014-03-17 | 1 | -5/+3 |
* | Un-revert, being careful to not break snap building. Add paranoia check |  krw | 2014-03-17 | 1 | -6/+6 |
* | Revert last -- broke building snaps. |  krw | 2014-03-14 | 1 | -6/+6 |
* | Merge 'struct DISK_metrics' and 'struct disk' into one, since we don't |  krw | 2014-03-13 | 1 | -6/+6 |
* | Instead of passing around 'char buf[DEV_BSIZE]' buffers, pass around |  krw | 2014-03-09 | 1 | -33/+30 |
* | Relieve the code of an overburden of unnecessary typedef |  krw | 2014-03-07 | 1 | -7/+8 |
* | Always set the signature to DOSMBR_SIGNATURE when writing a MBR to |  krw | 2014-02-05 | 1 | -2/+2 |
* | Keep disk sector calcuations in u_int64_t as long as possible, and |  krw | 2013-10-08 | 1 | -4/+3 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -2/+2 |
* | more substantial include cleanup |  deraadt | 2013-03-21 | 1 | -8/+7 |
* | Don't 'reserve' a head/track if there is only only 1 head and 1 |  krw | 2012-04-04 | 1 | -4/+10 |
* | MBR_read() can be reading from a file as well as a raw partition. |  krw | 2011-06-20 | 1 | -2/+2 |
* | Honour MBR_read() results and don't pretend we can parse blocks we |  krw | 2011-02-21 | 1 | -3/+5 |
* | Make 'fdisk -i' start the OpenBSD partition on a power of 2 512-byte |  krw | 2010-06-30 | 1 | -1/+14 |
* | Eliminate excessive verbiage for 'fdisk -i' and 'fdisk -u'. Especially |  krw | 2009-02-08 | 1 | -3/+2 |
* | Read/write device sectors rather than assuming sector size == |  krw | 2006-12-10 | 1 | -11/+50 |
* | Change MBR_read() and MBR_write() to return -1 on error and set |  ray | 2006-05-29 | 1 | -9/+20 |
* | some delinting; ok otto |  deraadt | 2004-09-18 | 1 | -8/+7 |
* | Remove unused argument 'int pn' to PRT_fix_CHS(). The 'int pn' |  tom | 2004-07-13 | 1 | -4/+4 |
* | spaces |  deraadt | 2003-07-29 | 1 | -2/+2 |
* | ansification |  deraadt | 2003-06-11 | 1 | -27/+8 |