Age | Commit message (Expand) | Author |
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 | 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-10-06 | init auto-partition table to zeroes; ok tb@ | Otto Moerbeek |
2016-09-02 | Allow editing cpg in expert mode and align the cpg field properly | Otto Moerbeek |
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 |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
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-15 | Remove disklabel -B (NUMBOOT) support. All the platforms which used to need | Miod Vallat |
2015-09-08 | Avoid a SIGSEGV with FGJ malloc.conf flags when a template is used. | Todd C. Miller |
2015-05-08 | Separately track the number of items in alloc_table in a variable. With | Stuart Henderson |
2015-04-29 | g/c unneeded second char * var, ok benno | Henning Brauer |
2015-04-29 | support passing a template file for the auto-allocation to disklabel. | Henning Brauer |
2015-03-17 | for small mem machines, make sure max does not get smaller than | Otto Moerbeek |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-16 | Constify the driver name to disk type table, and remove rz and ccd from that | Miod Vallat |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-07-10 | Forward declarations for mpcopy & mpfree. | Florian Obser |
2014-05-02 | remove unused variable | Charles Longeau |
2014-05-02 | 'for (part == 0; ...)' is not the same as 'for(part = 0; ...)'. | Kenneth R Westerback |
2014-04-21 | Don't leak mountpoint info. Now with replacement for silly realloc() dance | Kenneth R Westerback |
2014-04-03 | Proper validation and computation of bsize in expert mode; ok krw@ millert@ | Otto Moerbeek |
2014-02-22 | Revert mountpoints tweaking. Needs much more serious surgery than time | Kenneth R Westerback |
2014-02-16 | Further tweak to mpfree(). Don't bother setting about-to-be-freed | Kenneth R Westerback |
2014-02-15 | Don't risk dereferencing NULL pointer to mountpoints array | Kenneth R Westerback |
2014-02-15 | Stop leaking mount point strings in temporary copies of the | Kenneth R Westerback |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-11-12 | add a variety of missing prototypes | Theo de Raadt |
2013-10-21 | improve on last commit: take 10% for swap, with a max of physmem plus a bit | Otto Moerbeek |
2013-10-18 | allow more space for swap with big disks, useful for hibernation; | Otto Moerbeek |
2013-10-15 | The disklabel variables aflag and dflag are boolean, use logical | Alexander Bluhm |
2013-10-03 | Print u_int64_t variables with %llu. | Kenneth R Westerback |
2013-09-10 | The rule is: daddr_t variables hold counts of 512-byte blocks, a.k.a. | 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-04-19 | make sure the fs blocksize doesn't get too big; ok krw@ | Otto Moerbeek |
2012-07-13 | Replace a '512' with DEV_BSIZE. Calculate physmem size in blocks and | Kenneth R Westerback |
2012-03-18 | getuint() -> getuint64() to make it crystal clear. No functional | Kenneth R Westerback |
2012-03-18 | Wrap some long lines I keep fixing, shrinking various diffs. No | Kenneth R Westerback |
2012-01-30 | fix format string | Charles Longeau |
2012-01-19 | Even 'X'perts should not be able to use the built in editor to | Kenneth R Westerback |
2012-01-17 | No need for saying out loud what we're thinking during auto-allocation. | Kenneth R Westerback |
2012-01-17 | Avoid ffs fragsize < sector-size when 'a'dding a partition via the | Kenneth R Westerback |
2012-01-02 | Change last "#if (NUMBOOT == 1)" to "#if NUMBOOT > 0". | Kenneth R Westerback |
2011-12-25 | miod@ reported problems reproducing a 'pre-4K fix' disklabel. So in the | Kenneth R Westerback |