Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-19 | make same changes regarding -f/-F argument (tempfile -> file) as was done | Alexander Hall | |
in disklabel(8) pointed out by jmc@ | |||
2011-04-19 | Rename the argument for -f and -F from 'tempfile' to 'file' | Alexander Hall | |
ok krw@ and looks correct to jmc@ | |||
2011-04-16 | Tweak description of -F to eliminate implication that mount points | Kenneth R Westerback | |
must be input by user to get into the -F|-f output. Any known mount point - user entered, read from fstab or static ('none' for swap partitions) - will get into the tempfile. | |||
2011-04-16 | Add swap partition entries to -F and -f output. man page | Kenneth R Westerback | |
updates to follow. This will simplify install script fstab creation. ok deraadt@ | |||
2011-04-16 | jmc@ is merciless. But fair. | Kenneth R Westerback | |
2011-04-16 | Tweak man page and usage string with jmc@ suggestions. | Kenneth R Westerback | |
2011-04-16 | Add '-F'. Same as '-f' but uses DUIDs when writing the mount point | Kenneth R Westerback | |
information to the specified file. After every label write, read the label to get current UID info. Some internal code cleanup with no intended functional change. ok deraadt@ | |||
2011-03-05 | If an auto-allocation scheme fails because there are not enough | Kenneth R Westerback | |
available partitions (e.g. many spoofed logical partitions) try the next scheme rather than giving up. "sane" deraadt@ ok matthew@ | |||
2011-03-02 | Every time the user updates the bounds of the OpenBSD area of the disk, ↵ | Kenneth R Westerback | |
either explicitly or implicitly, update the start and end sector of the OpenBSD area in the disklabel with DL_SEBEND/DL_SETBSTART. Otherwise the new bounds would not be saved to disk. ok miod@ deraadt@ | |||
2011-02-19 | If the user screws up adding a partition, don't keep partial bits | Kenneth R Westerback | |
of the partition info around to confuse disklabel, newfs, fsck, etc. From Pedro Martelletto. ok miod@ | |||
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 | |
naming. ok krw@ | |||
2010-09-23 | tweak the disklabel uid stuff; ok jsing | Jason McIntyre | |
2010-09-23 | Correctly identify mount points when they are specified in /etc/fstab using | Joel Sing | |
a disklabel UID. Based on a diff from josh@elsasser.org. Resolves PR6471. ok krw@ | |||
2010-09-23 | Print disklabel UIDs using printf/fprintf instead of using the hand rolled | Joel Sing | |
uid_print() function. ok krw@ | |||
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 | |
Semantically equivalent version ok beck@ millert@ and tested ckeuthe@. "just commit" deraadt@ | |||
2010-08-09 | Improve the editor prompt for the 'R' (resize) command | Theo de Raadt | |
from otto | |||
2010-08-08 | make disklabel -p slightly nicer by accepting capital letters and printing | Ted Unangst | |
a more useful error message for invalid ones. ok deraadt | |||
2010-08-03 | Group string comparisons and supply more helpful comments. Add | Kenneth R Westerback | |
"total sectors" to "boundstart" and "boundend" in the list of fields that are left alone during a RESTORE operation. ok deraadt@ | |||
2010-08-03 | Start with the default label when RESTORE'ing a saved ascii label. | Kenneth R Westerback | |
This ensures that all physical fields are filled in with current values. Lack of values (boundstart, boundend in particular) noted by ray@. ok deraadt@ | |||
2010-07-27 | Align FFS filesystem start and end sectors so the start is on a | Kenneth R Westerback | |
bsize boundary and the end fills up the last bsize chunk. Don't change the start sector if it is the first sector of the OpenBSD portion of the disk. Don't attempt to align on SUN_CYLCHECK architectures. They are attempting a different alignment. This is an attempt to ensure that FFS i/o's are aligned for optimal performance on newer disks that lie about their sector size. | |||
2010-07-27 | Nuke 'sectoffset'. A stub variable no longer used except to supply | Kenneth R Westerback | |
the value 0 to one function call. Use 0 there, eliminate the variable and the pointless verbose verbiage that always displayed the same value. ok deraadt@ matthew@ | |||
2010-06-30 | allow uppercase A-F in the uid input | Alexander Hall | |
ok krw@ jsing@ | |||
2010-06-30 | make the disklabel editor not crash when pressing ^D in the uid prompt | Alexander Hall | |
ok krw@ | |||
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne | |
gets rid of #include <sys/dkio.h> in sys/ioctl.h and adds #include <sys/dkio.h> to the places that actually want and use the disk ioctls. this became an issue when krw@'s X build failed when he was testing a change to dkio.h. tested by krw@ help from and ok miod@ | |||
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 | |
disklabel UID to be changed. ok krw@ marco@ | |||
2010-04-28 | Move the UID printing/parsing code into separate functions and avoid using | Joel Sing | |
sscanf(). ok marco@ | |||
2010-04-28 | When restoring a disklabel do not restore the uid. Let the kernel allocate | Joel Sing | |
a new uid instead. ok krw@ marco@ | |||
2010-04-28 | Teach disklabel how to print and parse UIDs. | Joel Sing | |
ok deraadt@ krw@ | |||
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing | |
identifier, allowing the disk to be identified without relying on the device name. ok deraadt@ krw@ beck@ marco@ todd@ | |||
2010-04-21 | zap trailing whitespace; | Jason McIntyre | |
2010-04-21 | Remove interactive help for individual disklabel editor commands. | lum | |
These were in effect a duplication of the man page contents. The man page has been updated to include any small ommissions that were in the interactive help. Man page tweaks/suggestions from jmc@ and deraadt@. ok jmc@ deraadt@ krw@ otto@ | |||
2010-04-14 | neccessary -> necessary; | Jason McIntyre | |
2010-04-14 | Remove reference to a limitation of 8GB that does not exist anymore. | lum | |
ok krw@ otto@ | |||
2010-04-13 | Some more help text cleanup, from suggestions by krw@ | lum | |
ok krw@ jmc@ otto@ | |||
2010-04-13 | Clean up and make consistent the first sentence of each help entry in | lum | |
interactive disklabel. Plus realign all lines because of textual changes. ok krw@ jmc@ otto@ | |||
2010-04-04 | In editor_add(), determine block & frag size base on the the actual fs | Otto Moerbeek | |
size chosen by the user, and not the suggested size; move to bigger blocksize in two steps; ok krw@ | |||
2010-03-29 | Improve the way we handle spoofed paritions for Resize. Now any auto | Otto Moerbeek | |
allocated can be treated. We still check if no non-native partition overlaps the openbsd area, to avoid surprised. ok krw@ lum@ | |||
2010-03-25 | s/parititon/partition/ in error message | Stuart Henderson | |
2010-03-23 | tweak previous; ok otto | Jason McIntyre | |
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 | |
by growing or shrinking them as desired. can use some tweaks, but committing now to be able to work in-tree; ok krw@ lum@ | |||
2010-03-20 | for big (>500G) partitions, move to bigger bocks and fragments in the | Otto Moerbeek | |
label. newfs wil pick that up, and create a filesystems for which you actually have a chanche to run fsck successfuly and before your hair falls out; ok krw@ beck@ deraadt@ | |||
2010-03-18 | loongson needs fdisk in -DSEEALSO | Otto Moerbeek | |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado | |
as neither arrayified not arrayfied exist -- sanctioned dictionaries like Merriam-Webster ones suggest a few alternatives (e.g., arrayed), however these made up words are easy to understand and we are not certain that current ones are not ok. ok jmc@ | |||
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 | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms |