Age | Commit message (Expand) | Author |
2018-03-04 | Add if (D_VENDOR) check to last SUN_CYLCHECK block lacking it. | Kenneth R Westerback |
2018-03-02 | Tweak a couple of long lines. | Kenneth R Westerback |
2018-03-02 | Always call get_cpg() after calling get_bsize(). Initialize | Kenneth R Westerback |
2018-03-01 | Check for a negative value and overflow in getuint64() when performing | Todd C. Miller |
2018-03-01 | Don't overflow or underflow value when [+-] operators | Kenneth R Westerback |
2018-03-01 | Avoid underflow under SUN_CYLCHECK when rounding partition size to | Kenneth R Westerback |
2018-03-01 | Check return value of getuint64() for ULLONG_MAX, and | Kenneth R Westerback |
2018-02-27 | Move fsize initialization into get_fsize() to eliminate duplication. | Kenneth R Westerback |
2018-02-25 | Bunch of whitespace fixes. | Kenneth R Westerback |
2018-02-24 | If you can modify p_cpg in when 'm'odifying a partition, you should be | Kenneth R Westerback |
2018-02-23 | 'partions' -> 'partitions', nuke some erroneous whitespace. | Kenneth R Westerback |
2017-12-18 | Tighten /usr/local and /usr/X11R6 so that 8G disks still fit in our default | Antoine Jacoutot |
2017-11-28 | in auto-allocation, increase size of /usr/src to 1.3G. | Sebastian Benoit |
2017-09-29 | don't be silent on auto-allocation failure in write mode. ok millert@ krw@ | Otto Moerbeek |
2017-05-19 | tweak partition sizes for auto-alloction to better suit 8G disks | Otto Moerbeek |
2017-04-19 | Bump numbers for /usr/obj allocation with *big* compilers. | Theo Buehler |
2017-04-19 | enlarge obj to satisfy new world order that has *big* compilers and | Otto Moerbeek |
2017-03-04 | Allow R (resize auto-partition) after A as well as when started with -A. | Otto Moerbeek |
2016-12-08 | move the text describing the % and & units to a better place; | Jason McIntyre |
2016-12-03 | provide missing unit suffixes; from ross l richardson | Jason McIntyre |
2016-10-06 | init auto-partition table to zeroes; ok tb@ | Otto Moerbeek |
2016-09-21 | Remove reference to zaurus | Frederic Cambus |
2016-09-04 | After aligning the cpg field, non ffs partitions were not displayed | Alexander Bluhm |
2016-09-02 | Allow editing cpg in expert mode and align the cpg field properly | Otto Moerbeek |
2016-09-01 | remove sparc reference; | Jason McIntyre |
2016-09-01 | remove references to sparc | Ted Unangst |
2016-08-19 | Start with a default fragsize of 2048, double it for large disks and then cap | Otto Moerbeek |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt |
2016-06-19 | Split readlabel() into two functions, readlabel() and parselabel(), and | Theo Buehler |
2016-06-13 | correct pledge for disklabel -R -[fF] | Jonathan Gray |
2016-06-01 | Fix automatic disk allocation based on a template which I broke in the | Theo Buehler |
2016-05-29 | Refactor and clean up the logic before pledge a bit and fix pledge | Theo Buehler |
2016-05-28 | back out previous; -wAT template vnd0 fails | Theo de Raadt |
2016-05-28 | host readlabel() above the pledge so we can avoid pledge violations | Bob Beck |
2016-05-28 | fix crash if filename not provided | Bob Beck |
2016-05-28 | Hoist the opendev() call before the pledge because it can ioctl() when | Bob Beck |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2015-12-24 | tweak auto-allocation description, with and ok jmc@ | Otto Moerbeek |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-12-01 | Send solbourne to where the ........... | Theo de Raadt |
2015-11-25 | -A needs cflag too. Noted by sthen@ during install. | Kenneth R Westerback |
2015-11-24 | Need 'cpath' for op == EDITOR, as '-F' to write out the ascii label in | Kenneth R Westerback |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-10-17 | NUMBOOT is dead! Nuke the variables and abstractions that were used | Kenneth R Westerback |
2015-10-16 | Remove -B from EXAMPLES; reminded by jmc@ | Miod Vallat |
2015-10-15 | Remove disklabel -B (NUMBOOT) support. All the platforms which used to need | Miod Vallat |
2015-10-11 | If only displaying the disklabel (the normal thing to do against potentially | Theo de Raadt |
2015-10-05 | Remove 'landisk' from the comment about NUMBOOT archs. Only one | Kenneth R Westerback |
2015-10-05 | Remove disklabel -B support on landisk - superseded by MI installboot. | Miod Vallat |
2015-09-24 | Remove hppa/hppa64 from comment about NUMBOOT > 0 architectures. | Kenneth R Westerback |