Age | Commit message (Expand) | Author |
2009-04-12 | When auto-allocating, check the size of the disk and display | Kenneth R Westerback |
2009-04-11 | Always display any mountpoint info available. Thus a simple -A will | Kenneth R Westerback |
2009-04-11 | readlabel() either errored out or returned a pointer to the global | Kenneth R Westerback |
2009-04-11 | Treat the list of auto-allocation partitions as a priority list and | Kenneth R Westerback |
2009-04-10 | allow /usr/local to be up to 5MB in auto mode; ok krw | Theo de Raadt |
2009-04-10 | Re-work '-A' so that it sets a flag that -E and -w use, and which will | Kenneth R Westerback |
2009-04-04 | Translate the size values in the auto-allocate table from blocks to | Kenneth R Westerback |
2009-04-03 | Bring comment into line with other docs. -E(dit) is not just for | Kenneth R Westerback |
2009-04-01 | the note explaining partition letters is not a caveat, it is integral to | Jason McIntyre |
2009-03-31 | When warning about a non-zero partition offset, show DL_GETPOFFSET() | Kenneth R Westerback |
2009-03-31 | Beef up description of 'c' partition in CAVEATS and remove mentions of | Kenneth R Westerback |
2009-03-31 | Tweak comment to remove discussion of now non-existant 2 stage | Kenneth R Westerback |
2009-03-31 | Remove lies about and tweak descriptions of built-in label editor, | Kenneth R Westerback |
2009-03-30 | Oops. Document new 'U' editor command in '?' output too. | Kenneth R Westerback |
2009-03-30 | Document new 'U' editor command. | Kenneth R Westerback |
2009-03-30 | lint; mostly unused variables, carefully checked against all platforms | Theo de Raadt |
2009-03-29 | No more NUMBOOT==2 stuff around, nuke it for sake of clarity. | Tobias Weingartner |
2009-03-29 | otto points out that the -v printing changes are incompatible with the | Theo de Raadt |
2009-03-28 | Verbiage tweaks from jmc@ and millert@. | Kenneth R Westerback |
2009-03-28 | do not crash when no mountpoints, spotted by otto; ok krw | Theo de Raadt |
2009-03-28 | Move some output under the control of the '-v' flag. In particular only | Kenneth R Westerback |
2009-03-28 | Add 'U' command to E(ditor). It reverts label to state it was in | Kenneth R Westerback |
2009-03-28 | the CAVEAT about -B is described earlier; ok jmc | Theo de Raadt |
2009-03-28 | make -B not even show up in usage on non-NUMBOOT systems; ok jmc krw | Theo de Raadt |
2009-03-28 | point out that -B does not exist on some machines, and installboot(8) is | Theo de Raadt |
2009-03-28 | As Tobias Ulmer pointed out on tech@, Tahoe behaviour no longer is | Kenneth R Westerback |
2009-03-28 | for A, use real megs and gigs (power of 2 based); adapt the table to | Otto Moerbeek |
2009-03-23 | tweak the description of -A a little more; | Jason McIntyre |
2009-03-22 | tweak previous; | Jason McIntyre |
2009-03-22 | let u (undo) work for the A command; ok krw | Theo de Raadt |
2009-03-22 | Add 'A' command to Editor mode, and -A flag to automatically execute it | Kenneth R Westerback |
2009-03-07 | "Numer of " -> "Number of ". Typo from r1.1. | Kenneth R Westerback |
2009-02-15 | Don't display, or save via the editor 's' command, the fsize and | Kenneth R Westerback |
2009-01-11 | On *ppc disks shared with MacOS, walk the Apple partition map to find out | Miod Vallat |
2008-12-07 | clean up find_bounds(), no binary change; 'dead initialisation' llvm/clang; ... | Constantine A. Murenin |
2008-12-07 | fix an 11-year-old typo in an if statement; 'null dereference' llvm/clang; ... | Constantine A. Murenin |
2008-09-03 | Missing break in case statement. | Jonathan Gray |
2008-08-11 | fix a6 partition lookup where a static variable was incorrectly used in | Reyk Floeter |
2008-08-10 | spacing; remove non-existent flag from synopsis. | Igor Sobrado |
2008-08-10 | add missing space. | Igor Sobrado |
2008-08-10 | Shorten the lines of '?' output in edit mode. A couple were too | Kenneth R Westerback |
2008-08-04 | fix extended partition support by handling chained EBRs correctly | Reyk Floeter |
2008-07-10 | Die -r, die! Eliminate stray -r in usage text. Spotted by James Hartley. | Kenneth R Westerback |
2008-07-09 | Read 'vendor' flag from ASCII disklabel since we print it. Fixes | Kenneth R Westerback |
2008-07-01 | Initialize variable before checking against NULL. | Ray Lai |
2008-06-25 | In interactive mode, always suggest offsets and sizes inside the | Otto Moerbeek |
2008-06-25 | allow to install and boot the OpenBSD A6 partition and disklabel in an | Reyk Floeter |
2008-06-04 | setbootflag() must be done before checksum'ing the label. Bug introduced | Theo de Raadt |
2008-05-13 | Make socppc on par with macppc for now. | Miod Vallat |
2008-04-13 | Redo the '?' output in (E)ditor mode so it uses two columns and once | Kenneth R Westerback |