Age | Commit message (Expand) | Author |
2021-09-13 | disk.dk_size can't be 0 as we errx() if that happens during | Kenneth R Westerback |
2021-09-12 | Stop taking detour through unit_types[SECTORS] to find | Kenneth R Westerback |
2021-09-02 | Split part_type into separate types 'mbr_type' and 'gpt_type', | Kenneth R Westerback |
2021-08-27 | Replace stray hand-rolled nitems() with nitems(). | Kenneth R Westerback |
2021-08-12 | Further reduce cross-file confusion by adding USER_help() and | Kenneth R Westerback |
2021-07-22 | Have PRT_protected_guid() return 0/-1 like everything else | Kenneth R Westerback |
2021-07-19 | Tweak one comment and nuke a bunch of pointless ones. | Kenneth R Westerback |
2021-07-18 | Don't save the prt_scyl/prt_ecyl values, change them, use them | Kenneth R Westerback |
2021-07-16 | Change PRT_protected_guid() to take native order uuid's instead of little endian | Kenneth R Westerback |
2021-07-16 | Be consistent and always return -1 to indicate failure. | Kenneth R Westerback |
2021-07-15 | No need for separate b_sectors, b_offset and b_type variables. We have struct | Kenneth R Westerback |
2021-07-13 | No need to manually reinvent nitems() 5 times to scan part_types. | Kenneth R Westerback |
2021-07-13 | Disk sector addresses are normally stored/provided in uint64_t | Kenneth R Westerback |
2021-07-12 | Toss 'const' in anywhere the compiler doesn't complain about, thus identifying | Kenneth R Westerback |
2021-07-12 | Final batch of struct field name tweaks. 'cmd_' for cmd, ut_' for | Kenneth R Westerback |
2021-07-12 | Add 'dk_' prefix to struct disk field names. | Kenneth R Westerback |
2021-07-11 | Add 'prt_' prefix to struct prt field names. | Kenneth R Westerback |
2021-07-11 | Add 'mbr_' prefix to struct mbr field names. | Kenneth R Westerback |
2021-07-11 | Add tabs to make variable declarations easier | Kenneth R Westerback |
2021-07-11 | 'return' is not a function call. | Kenneth R Westerback |
2021-06-21 | Wrap #define nitems in #ifndef nitems/#endif. | Kenneth R Westerback |
2021-06-21 | Add -A option to "safely" initialize a GPT without removing | Kenneth R Westerback |
2021-06-13 | There is no '!' in HiFive. | Kenneth R Westerback |
2021-06-13 | UUID_STR_LEN+1 is less mysterious than '37'. | Kenneth R Westerback |
2021-06-12 | Recognize "HiFive! FSBL" and "HiFive! BBL" GPT partitions. | Kenneth R Westerback |
2021-06-10 | Local functions don't need to be in .h files, nor do they need the | Kenneth R Westerback |
2021-06-03 | Recognize the Apple APFS GPT partition types seen on Apple M1 boxen. | Kenneth R Westerback |
2021-05-15 | Keep internal representation of DOSPTYP_EFI partition sizes correct. | Kenneth R Westerback |
2021-05-08 | Recognize GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a. | Kenneth R Westerback |
2021-05-07 | Replace random mix of u_int* and uint* types with consistent uint* types. | Kenneth R Westerback |
2017-03-26 | cleanup fdisk(8) partition names used by FAT file systems so they are more | Igor Sobrado |
2016-12-27 | The "disk too large" and "only LBA values saved" messages are more | Kenneth R Westerback |
2015-11-26 | When prompting for a GPT partition type, use the partition's current type as | Tim van der Molen |
2015-11-19 | Reduce overburden of unnecessary #include's. Note that param.h is | Kenneth R Westerback |
2015-10-26 | Add GPT editing. Based on GSOC 2014 work by Markus Muller. | 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 | Expand internal representation of partition starting LBA and size | Kenneth R Westerback |
2015-03-16 | Stop passing around a pointer to the stack variable 'disk' in main(). | Kenneth R Westerback |
2015-03-14 | Whitespace & KNF tweaks. Change functions whose return values are | Kenneth R Westerback |
2015-03-14 | Switch all the license blocks to the standard OpenBSD/ISC license. | Kenneth R Westerback |
2014-05-05 | Ugly workaround for an overoptimistic alignment expectation of dos_partition | Miod Vallat |
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-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-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 |