Age | Commit message (Expand) | Author |
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 |
2014-03-02 | -l disksize code, to force LBA mode. code by chris, after I suggested | Theo de Raadt |
2014-02-05 | Always set the signature to DOSMBR_SIGNATURE when writing a MBR to | Kenneth R Westerback |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-10-31 | List all generated files in CLEANFILES. | Ingo Schwarze |
2013-10-08 | Keep disk sector calcuations in u_int64_t as long as possible, and | Kenneth R Westerback |
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 |