Age | Commit message (Expand) | Author |
2015-08-19 | Missing prototypes. Noted by deraadt@ | Kenneth R Westerback |
2015-07-09 | Nuke unused variable. | Kenneth R Westerback |
2015-07-08 | Do not attempt to read a disk sector worth of data from the file | Kenneth R Westerback |
2015-04-02 | Don't printf("offset: ...) before every call to MBR_print(). Do it | Kenneth R Westerback |
2015-03-30 | Even better -- readsector() and writesector() become DISK_readsector() and | Kenneth R Westerback |
2015-03-30 | Nuke declaration of unused and non-existant function MBR_print_disk(). | Kenneth R Westerback |
2015-03-29 | Rename MBR_readsector() and MBR_writesector() to just readsector() | Kenneth R Westerback |
2015-03-29 | A couple of letoh64() to make GPTSIGNATURE test work better on | Kenneth R Westerback |
2015-03-28 | Add a simple crc32() implmentation to avoid pulling in libz, which | Kenneth R Westerback |
2015-03-27 | Wrap some annoying long lines. | Kenneth R Westerback |
2015-03-27 | Use DOSACTIVE define instead of magic number 0x80. | Kenneth R Westerback |
2015-03-26 | Adapt ask_string() from disklabel's getstring(). It will be used | Kenneth R Westerback |
2015-03-26 | Allow input/printing/conversion of terabyte sizes. Which GPT partitons | Kenneth R Westerback |
2015-03-26 | Expand internal representation of partition starting LBA and size | Kenneth R Westerback |
2015-03-19 | When zapping the GPT at the end of the disk, don't use disk.size | Kenneth R Westerback |
2015-03-19 | Nuke now unused variable. | Kenneth R Westerback |
2015-03-18 | Stop passing around little used 'struct mbr tt' parameter. Just | Kenneth R Westerback |
2015-03-17 | Stop passing around little used and superfluous 'offset' parameter. | Kenneth R Westerback |
2015-03-16 | Stop passing around a pointer to the stack variable 'disk' in main(). | Kenneth R Westerback |
2015-03-16 | Document that -i/-u are mutually exclusive and clean up the related | Kenneth R Westerback |
2015-03-14 | Whitespace & KNF tweaks. Change functions whose return values are | Kenneth R Westerback |
2015-03-14 | Zap unused variable. | Kenneth R Westerback |
2015-03-14 | Switch all the license blocks to the standard OpenBSD/ISC license. | Kenneth R Westerback |
2015-02-10 | If 'write' is issued after a 'reinit' command, and the MBR to be | Kenneth R Westerback |
2015-02-09 | Rename 'm_flag' to 'e_flag' since it's '-e' that sets it. Rename | Kenneth R Westerback |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-03 | Add support for creating a protective MBR for GPT. | Joel Sing |
2014-05-21 | Fix 'fdisk -u', a.k.a. MBR_pcopy(), on sparc64 and possibly others. | Kenneth R Westerback |
2014-05-05 | Ugly workaround for an overoptimistic alignment expectation of dos_partition | Miod Vallat |
2014-04-13 | At some point, we are going to switch the mandoc(1) default | Ingo Schwarze |
2014-03-31 | Use return value constants to make effects clearer than the use | Kenneth R Westerback |
2014-03-31 | Whitespace rectification. | Kenneth R Westerback |
2014-03-31 | Nuke [get|put][short|long] and just use letoh[16|32] and | Kenneth R Westerback |
2014-03-25 | Use 'struct dos_partition' variable to access 'struct dos_partition' | Kenneth R Westerback |
2014-03-23 | Change struct mbr signature field type from 'unsigned short' to | Kenneth R Westerback |
2014-03-22 | warn() -> warnx() when errno is irrelevant. | Kenneth R Westerback |
2014-03-20 | Simplify a bit of code to make sure even -Wall can see the variables | Kenneth R Westerback |
2014-03-20 | Add back various #includes of err.h, unistd.h, ctype.h, ioctl.h to | Kenneth R Westerback |
2014-03-20 | Add back #include <stdlib.h> so strtod() works better. Fixes fdisk on | Kenneth R Westerback |
2014-03-18 | Sync built-in MBR with current (a.k.a. '2004 Version') of | Kenneth R Westerback |
2014-03-17 | Nuke pointless blank lines, defines, comments and casts. Eliminate | Kenneth R Westerback |
2014-03-17 | Un-revert, being careful to not break snap building. Add paranoia check | Kenneth R Westerback |
2014-03-14 | Revert last -- broke building snaps. | Kenneth R Westerback |
2014-03-13 | Remove some lint -- ARGSUSED. | Kenneth R Westerback |
2014-03-13 | Merge 'struct DISK_metrics' and 'struct disk' into one, since we don't | Kenneth R Westerback |
2014-03-10 | No need to pass the name of the command to the function that is | Kenneth R Westerback |
2014-03-09 | Instead of passing around 'char buf[DEV_BSIZE]' buffers, pass around | Kenneth R Westerback |
2014-03-08 | It's silly to check at compile time for DEV_BSIZE == 512. | Kenneth R Westerback |
2014-03-07 | Relieve the code of an overburden of unnecessary typedef | Kenneth R Westerback |
2014-03-06 | tweak previous; | Jason McIntyre |