Age | Commit message (Expand) | Author |
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 |
2014-03-14 | Revert last -- broke building snaps. | Kenneth R Westerback |
2014-03-13 | Merge 'struct DISK_metrics' and 'struct disk' into one, since we don't | Kenneth R Westerback |
2014-03-09 | Instead of passing around 'char buf[DEV_BSIZE]' buffers, pass around | Kenneth R Westerback |
2014-03-07 | Relieve the code of an overburden of unnecessary typedef | Kenneth R Westerback |
2013-03-21 | more substantial include cleanup | Theo de Raadt |
2012-07-25 | do not check ns here, we're supposed to compute it; ok krw@ deraadt@ | Otto Moerbeek |
2012-07-11 | Simplify guts and calling of getuint(). Eliminate a useless 'help' | Kenneth R Westerback |
2009-04-29 | code that stank and made me upset | Theo de Raadt |
2009-04-01 | Remove duplicate entry for partition id 0x07 so NTFS partitions | Jonathan Gray |
2009-03-24 | two more MBR partition names | Todd T. Fries |
2008-05-31 | add hfs+ type. deraadt@ ok | Federico G. Schwindt |
2008-02-18 | adjust width of S column to improve printing of the MBR partition table | Igor Sobrado |
2007-07-04 | another mbr partition type; fgsch | Theo de Raadt |
2007-06-10 | adjust the width of columns to match the geometry of current drives | Igor Sobrado |
2007-04-04 | Thinkpad -> ThinkPad; from Igor Sobrado | Jason McIntyre |
2006-06-09 | EFI partition types; didickman@yahoo.com | Theo de Raadt |
2005-11-21 | Replace default DEV_BSIZE sector conversion factor with disklabel's | Kenneth R Westerback |
2004-11-10 | 0xBF is new Solaris ID; lclee@west.sun.com | Theo de Raadt |
2004-08-03 | Handle geometry parameters as unsigned quantities, getting rid of negative | Otto Moerbeek |
2004-07-13 | Remove unused argument 'int pn' to PRT_fix_CHS(). The 'int pn' | Tom Cosgrove |
2004-07-10 | The long descriptions of partition types are not used by the code, so | Tom Cosgrove |
2003-07-29 | spaces | Theo de Raadt |
2003-07-02 | missing protos | Theo de Raadt |
2003-06-11 | ansification | Theo de Raadt |
2003-06-03 | Nuke terms 3 & 4. | Tobias Weingartner |
2003-04-19 | change "%12.f" -> "%12.0f" to avoid a -Wformat warning | Anil Madhavapeddy |
2003-03-13 | Remove duplicate Amoeba entries. | Miod Vallat |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-02-12 | Add Dell, Thinkpad maintenance partition types. | Kjell Wooding |
2002-01-18 | Allow size values to be displayed in the user's choice of units. | Kjell Wooding |
2002-01-18 | Do not truncate the cylinder value to 1023 until the MBR | Kjell Wooding |
2001-11-14 | fix a typo, from Daniel Lucq <daniel@lucq.org>, tested on: | Michael Shalayeff |
2001-11-07 | Add MacOS X for Intel (or Darwin for Intel, or whatever the correct | Miod Vallat |
2001-07-02 | #include <string.h> to get mem* prototypes. | Todd C. Miller |
2001-06-23 | Add more partition types - ref. NetBSD | Kjell Wooding |
2001-06-23 | Changes from Toby. Make error tests explicit (against -1), remove one big | Kjell Wooding |
2001-05-18 | oops | Michael Shalayeff |
2001-05-18 | a few harmless cleanups | Michael Shalayeff |
2001-03-16 | 0x9f == BSDI, ok millert@ | Markus Friedl |
2000-07-01 | be more verbose when warning for partition errors, | Michael Shalayeff |
2000-06-11 | 0x39 == plan9 | Markus Friedl |