Age | Commit message (Expand) | Author |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-03-21 | more substantial include cleanup | Theo de Raadt |
2013-03-21 | I don't feel great about adding an include for <sys/param.h>, but I feel | Theo de Raadt |
2012-08-14 | remove unused variable | Charles Longeau |
2012-07-25 | do not check ns here, we're supposed to compute it; ok krw@ deraadt@ | Otto Moerbeek |
2012-07-11 | MBR can't handle the truth. | Kenneth R Westerback |
2012-07-11 | Simplify guts and calling of getuint(). Eliminate a useless 'help' | Kenneth R Westerback |
2012-07-09 | We always want to do unit conversions. So flags parameter of getuint() | Kenneth R Westerback |
2012-07-09 | I want some of what kjell was smoking 10 years ago when he added | Kenneth R Westerback |
2012-07-09 | Make 'swap' command work like fdisk(8) says -- you must supply two valid | Kenneth R Westerback |
2012-07-09 | Use strtonum() instead of strtol() inside ask_num(). Many overflows | Kenneth R Westerback |
2012-07-08 | set_pid() does not need prompt string, low or high parameters. These | Kenneth R Westerback |
2012-07-08 | Split out an ask_pid() function rather than over-parameterizing the | Kenneth R Westerback |
2012-07-08 | Call Xsetpid() to edit the partition type from Xedit() rather than | Kenneth R Westerback |
2012-07-08 | Nuke useless EDIT() #define in Xsetpid. | Kenneth R Westerback |
2012-07-08 | Replace tricker atoi() and hand rolled parsing with strsep() and | Kenneth R Westerback |
2012-07-07 | Replace atoi() with strtonum() where it's easy. Make related error | Kenneth R Westerback |
2012-04-25 | Before writing it to disk, warn the user if their new MBR contains | Matthew Dempsky |
2012-04-04 | Don't 'reserve' a head/track if there is only only 1 head and 1 | Kenneth R Westerback |
2011-12-25 | printf("msg")/return 1 -> err(1, "msg"), which will also show relevant | Kenneth R Westerback |
2011-11-11 | A zero-length partition is a non-partition, so reject a partition | Kenneth R Westerback |
2011-07-05 | Add DIOCGPDINFO to rxioctl(), as a synonym for DIOCGDINFO, the last | Kenneth R Westerback |
2011-06-23 | switch to installing source manuals (base part) | Ingo Schwarze |
2011-06-20 | MBR_read() can be reading from a file as well as a raw partition. | Kenneth R Westerback |
2011-02-21 | Honour MBR_read() results and don't pretend we can parse blocks we | Kenneth R Westerback |
2010-12-03 | disklabel now uses "duid", not "uid"; | Jason McIntyre |
2010-11-22 | Update example disk partition info to more current reality. Noticed | Kenneth R Westerback |
2010-07-05 | improve description for -i; as a consequence of recent changes, | Igor Sobrado |
2010-07-04 | make ^D handling consistant in fdisk by just bailing out instead of | Alexander Hall |
2010-07-02 | on error, getuint() will return UINT_MAX. Instead of actually using | Alexander Hall |
2010-06-30 | Make 'fdisk -i' start the OpenBSD partition on a power of 2 512-byte | Kenneth R Westerback |
2010-05-25 | match usage to the manual page, and borrow the description of 'disk' | Theo de Raadt |
2010-05-20 | document the optional arg to "flag", as requested by Thomas Pfaff; | Jason McIntyre |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-03-27 | remainer->remainder; from miod | Jason McIntyre |
2010-03-27 | various improvements from Anders Langworthy, with some tweaks | Jason McIntyre |
2010-03-22 | introduce HAS_MBR and let make define it for the right machines; | Otto Moerbeek |
2010-02-17 | loongson has mbr as well; ok miod@ (but he made me promise to make | Otto Moerbeek |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado |
2009-07-24 | properly sanitize the default value in ask_num(...) | Alexander Hall |
2009-04-29 | code that stank and made me upset | Theo de Raadt |
2009-04-07 | Fix the default value to be between low/high range. Thanks for | Tobias Weingartner |
2009-04-01 | Remove duplicate entry for partition id 0x07 so NTFS partitions | Jonathan Gray |
2009-03-30 | some improvements inspired by a mail on misc@ from frantisek holop: | Jason McIntyre |
2009-03-24 | two more MBR partition names | Todd T. Fries |
2009-02-08 | Eliminate excessive verbiage for 'fdisk -i' and 'fdisk -u'. Especially | Kenneth R Westerback |
2008-12-01 | Back out previous; it broke specifying paritions sizes with decimals, | Ray Lai |
2008-12-01 | Check for invalid integers passed getuint(); instead of getuint() | Ray Lai |
2008-05-31 | add hfs+ type. deraadt@ ok | Federico G. Schwindt |
2008-05-13 | fix an error in the example partition table; from Adam Patterson | Jason McIntyre |