Age | Commit message (Expand) | Author |
2022-07-10 | Add some anti-feline input protection by refusing to process | Kenneth R Westerback |
2022-07-10 | Use nice #define's for input buf size and output help buf size. | Kenneth R Westerback |
2022-04-18 | Convert the GPT header read from disk into a host-endian version, | Kenneth R Westerback |
2021-10-21 | Remove 'disk' editing command. Determining the disk geometry on startup (from | Kenneth R Westerback |
2021-09-10 | Stop using NULL as a synonym for "s" (SECTORS). Just use "s". | Kenneth R Westerback |
2021-09-09 | Simplify logic in USER_edit() loop to eliminate unnecessary | Kenneth R Westerback |
2021-08-25 | Two more Capt. Obvious comments go away. | Kenneth R Westerback |
2021-08-25 | Consolidate '-e' edit command parsing into ask_cmd(), simplifying | Kenneth R Westerback |
2021-08-24 | Trim leading/trailing whitespace from -e input to make command | Kenneth R Westerback |
2021-08-15 | Don't check & errx() after each and every invocation of | Kenneth R Westerback |
2021-08-12 | Oops. Lost a 'nitems()' chunk during last commit. Don't | Kenneth R Westerback |
2021-08-12 | Further reduce cross-file confusion by adding USER_help() and | Kenneth R Westerback |
2021-08-10 | Eliminate single use 'error' vars by directly | Kenneth R Westerback |
2021-08-07 | Nuke unneeded #include's, one param.h -> types.h. | Kenneth R Westerback |
2021-08-06 | Cleanup, clarify and generally polish the MBR/GPT initialization | Kenneth R Westerback |
2021-07-21 | Use a dedicated struct mbr to hold the GPT protective MBR, | Kenneth R Westerback |
2021-07-19 | Tweak one comment and nuke a bunch of pointless ones. | Kenneth R Westerback |
2021-07-18 | Make GPT_read() obtain and validate the on-disk MBR itself, via | Kenneth R Westerback |
2021-07-18 | Put MBR_parse() invocation inside MBR_read() instead of always | 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 | Move ask_cmd(), ask_num(), ask_pid(), ask_string(), parse_b() | Kenneth R Westerback |
2021-07-11 | Add tabs to make variable declarations easier | Kenneth R Westerback |
2021-05-15 | Shuffle USER_print_disk() code into a more rational, clearer | Kenneth R Westerback |
2021-05-14 | Tweak the two copies of gpt_chk_mbr() to return the index of the MBR | Kenneth R Westerback |
2021-05-10 | Replace some magic numbers with #define's. Rename GPT_get_gpt() to | Kenneth R Westerback |
2019-04-29 | Add '*' to disklabel(8) editor prompt when in-memory copy of disklabel | Kenneth R Westerback |
2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland | Philip Guenther |
2016-01-09 | Revamp the display of GPT information, hiding less important | Kenneth R Westerback |
2015-12-11 | Add '-v' flag that forces the display of both GPT's and the MBR. | Kenneth R Westerback |
2015-11-19 | Reduce overburden of unnecessary #include's. Note that param.h is | Kenneth R Westerback |
2015-11-18 | USER_edit() (a.k.a. -e) edits the on-disk information. So zap GPT | Kenneth R Westerback |
2015-11-13 | Move from opening/closing disk for every i/o to opening the disk once | Kenneth R Westerback |
2015-10-26 | Add GPT editing. Based on GSOC 2014 work by Markus Muller. | Kenneth R Westerback |
2015-04-02 | Don't printf("offset: ...) before every call to MBR_print(). Do it | Kenneth R Westerback |
2015-03-26 | Expand internal representation of partition starting LBA and size | 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 | Switch all the license blocks to the standard OpenBSD/ISC license. | Kenneth R Westerback |
2015-02-09 | Rename 'm_flag' to 'e_flag' since it's '-e' that sets it. Rename | Kenneth R Westerback |
2014-03-31 | Whitespace rectification. | 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 |