Age | Commit message (Expand) | Author |
2014-05-07 | jmc@ points out '-F/-f' are available only in conjunction with | Kenneth R Westerback |
2014-05-05 | Enhance reading of saved ascii labels (-R) to process mountpoint | Kenneth R Westerback |
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-23 | don't clear label before readasciilabel(), it will not fill in some | Otto Moerbeek |
2014-04-21 | Don't leak mountpoint info. Now with replacement for silly realloc() dance | Kenneth R Westerback |
2014-04-13 | At some point, we are going to switch the mandoc(1) default | Ingo Schwarze |
2014-04-03 | Proper validation and computation of bsize in expert mode; ok krw@ millert@ | Otto Moerbeek |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
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 |
2014-02-14 | Ooops. r1.169 was supposed to add 'total sectors' to the list of | 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-31 | List all generated files in CLEANFILES. | Ingo Schwarze |
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-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-06-18 | Initialize duid memory before shifting stuff into elements of it. | 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-04-06 | there is no need to cast an unsigned type with (unsigned). | Theo de Raadt |
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-16 | Nuke unused parameter (f) to makebootarea(). Unused since r1.123 | Kenneth R Westerback |
2012-01-02 | Remove more mentions of two stage boot loaders from man page. | Kenneth R Westerback |
2012-01-02 | Change last "#if (NUMBOOT == 1)" to "#if NUMBOOT > 0". | Kenneth R Westerback |
2012-01-02 | Tweak usage and man page into agreement. | Kenneth R Westerback |
2012-01-02 | '-s' hasn't done anything for a couple of years. Garbage collect | Kenneth R Westerback |
2011-12-25 | miod@ reported problems reproducing a 'pre-4K fix' disklabel. So in the | Kenneth R Westerback |
2011-12-01 | Fix negating of unsigned d_secsize. FIRST, cast to signed type, | Kenneth R Westerback |
2011-10-06 | mark ccd(4) deprecated in a few more places | Theo de Raadt |
2011-09-04 | grammar fix; from Martin Pelikan | Jason McIntyre |
2011-07-05 | Add DIOCGPDINFO to rxioctl(), as a synonym for DIOCGDINFO, the last | Kenneth R Westerback |
2011-07-05 | More non-512-byte sector groundwork. Don't let disklabel hint that | Kenneth R Westerback |
2011-06-23 | switch to installing source manuals (base part) | Ingo Schwarze |
2011-06-05 | Nuke uses of and references to DIOCWLABEL, and the related 'W' and | Kenneth R Westerback |
2011-06-02 | Hack to ensure that the in-core labels contain the current bounds | Kenneth R Westerback |
2011-05-24 | Allow for more room for /usr/obj on static linking only archs; ok krw@ deraadt@ | Otto Moerbeek |
2011-05-23 | sync auto-allocation table | Otto Moerbeek |