Age | Commit message (Expand) | Author |
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 |
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-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-05-24 | Allow for more room for /usr/obj on static linking only archs; ok krw@ deraadt@ | Otto Moerbeek |
2011-05-23 | Make /usr/obj a bit bigger, on small disks it ends up just a little | Otto Moerbeek |
2011-05-22 | Apply proper rounding for the R command (changing of auto-allocated | Otto Moerbeek |
2011-05-22 | In addition to relative resizing, allow absolute resizing of partitions | Otto Moerbeek |
2011-04-16 | Add swap partition entries to -F and -f output. man page | Kenneth R Westerback |
2011-04-16 | Add '-F'. Same as '-f' but uses DUIDs when writing the mount point | Kenneth R Westerback |
2011-03-05 | If an auto-allocation scheme fails because there are not enough | Kenneth R Westerback |
2011-03-02 | Every time the user updates the bounds of the OpenBSD area of the disk, eithe... | Kenneth R Westerback |
2011-02-19 | If the user screws up adding a partition, don't keep partial bits | Kenneth R Westerback |
2010-12-13 | stray tabs and spaces | Marco Peereboom |
2010-11-24 | When dealing with disklabel UIDs (DUIDs) be specific and consistent with | Joel Sing |
2010-09-23 | Print disklabel UIDs using printf/fprintf instead of using the hand rolled | Joel Sing |
2010-08-12 | fix a few warnings. ok jsing | Ted Unangst |
2010-08-10 | Add support for t/T == terabyte units to -E. Prodded by deraadt@. | Kenneth R Westerback |
2010-08-09 | Improve the editor prompt for the 'R' (resize) command | Theo de Raadt |
2010-07-27 | Align FFS filesystem start and end sectors so the start is on a | Kenneth R Westerback |
2010-06-30 | make the disklabel editor not crash when pressing ^D in the uid prompt | Alexander Hall |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-05-15 | grow /usr/local more at the cost of /home; ok krw@ | Otto Moerbeek |
2010-05-11 | set max size of auto allocated /usr/local to 10G; ok espie@ krw@ | Otto Moerbeek |
2010-04-28 | Add a new 'i' command to the disklabel interactive editor, allowing the | Joel Sing |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-21 | Remove interactive help for individual disklabel editor commands. | lum |
2010-04-13 | Some more help text cleanup, from suggestions by krw@ | lum |
2010-04-13 | Clean up and make consistent the first sentence of each help entry in | lum |
2010-04-04 | In editor_add(), determine block & frag size base on the the actual fs | Otto Moerbeek |
2010-03-29 | Improve the way we handle spoofed paritions for Resize. Now any auto | Otto Moerbeek |
2010-03-25 | s/parititon/partition/ in error message | Stuart Henderson |
2010-03-23 | avoid use of uninited var in max_partition_size(); ok krw@ | Otto Moerbeek |
2010-03-23 | introducing 'R': interactive command to customize auto allocated labels, | Otto Moerbeek |
2010-03-20 | for big (>500G) partitions, move to bigger bocks and fragments in the | Otto Moerbeek |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado |
2009-11-12 | 4 memory leaks found by parfait; ok millert | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-01 | There is no -F flag, it is -f; spotted by tasm.devil@googlemail | Theo de Raadt |