History log of /openbsd-src/sbin/disklabel/editor.c (Results 176 – 200 of 418)
Revision Date Author Comments
# e04edc8b 10-Aug-2010 krw <krw@openbsd.org>

Add support for t/T == terabyte units to -E. Prodded by deraadt@.

Semantically equivalent version ok beck@ millert@ and tested ckeuthe@.

"just commit" deraadt@


# a28bb157 09-Aug-2010 deraadt <deraadt@openbsd.org>

Improve the editor prompt for the 'R' (resize) command
from otto


# a49bdda8 27-Jul-2010 krw <krw@openbsd.org>

Align FFS filesystem start and end sectors so the start is on a
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 porti

Align FFS filesystem start and end sectors so the start is on a
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.

show more ...


# ce98d1ae 30-Jun-2010 halex <halex@openbsd.org>

make the disklabel editor not crash when pressing ^D in the uid prompt

ok krw@


# 91f4f7d8 18-May-2010 dlg <dlg@openbsd.org>

dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this
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
io

dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this
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@

show more ...


# 6e1f4775 15-May-2010 otto <otto@openbsd.org>

grow /usr/local more at the cost of /home; ok krw@


# f2fbf6a2 11-May-2010 otto <otto@openbsd.org>

set max size of auto allocated /usr/local to 10G; ok espie@ krw@


# 0d63cfba 28-Apr-2010 jsing <jsing@openbsd.org>

Add a new 'i' command to the disklabel interactive editor, allowing the
disklabel UID to be changed.

ok krw@ marco@


# d8b1e0ec 23-Apr-2010 jsing <jsing@openbsd.org>

Recycle unused disklabel fields in order to create a disklabel unique
identifier, allowing the disk to be identified without relying on the
device name.

ok deraadt@ krw@ beck@ marco@ todd@


# 4d812bb6 21-Apr-2010 lum <lum@openbsd.org>

Remove interactive help for individual disklabel editor commands.
These were in effect a duplication of the man page contents. The man page
has been updated to include any small ommissions that were

Remove interactive help for individual disklabel editor commands.
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@

show more ...


# c28a11cb 13-Apr-2010 lum <lum@openbsd.org>

Some more help text cleanup, from suggestions by krw@
ok krw@ jmc@ otto@


# 7198d1d7 13-Apr-2010 lum <lum@openbsd.org>

Clean up and make consistent the first sentence of each help entry in
interactive disklabel. Plus realign all lines because of textual changes.
ok krw@ jmc@ otto@


# c88f83bd 04-Apr-2010 otto <otto@openbsd.org>

In editor_add(), determine block & frag size base on the the actual fs
size chosen by the user, and not the suggested size; move to bigger
blocksize in two steps; ok krw@


# fc6e9c48 29-Mar-2010 otto <otto@openbsd.org>

Improve the way we handle spoofed paritions for Resize. Now any auto
allocated can be treated. We still check if no non-native partition
overlaps the openbsd area, to avoid surprised. ok krw@ lum@


# 5b668a77 25-Mar-2010 sthen <sthen@openbsd.org>

s/parititon/partition/ in error message


# 44ffe03b 23-Mar-2010 otto <otto@openbsd.org>

avoid use of uninited var in max_partition_size(); ok krw@


# 6aaa4aab 23-Mar-2010 otto <otto@openbsd.org>

introducing 'R': interactive command to customize auto allocated labels,
by growing or shrinking them as desired. can use some tweaks, but
committing now to be able to work in-tree; ok krw@ lum@


# 6e312d52 20-Mar-2010 otto <otto@openbsd.org>

for big (>500G) partitions, move to bigger bocks and fragments in the
label. newfs wil pick that up, and create a filesystems for which you
actually have a chanche to run fsck successfuly and before

for big (>500G) partitions, move to bigger bocks and fragments in the
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@

show more ...


# 855d4e83 24-Dec-2009 sobrado <sobrado@openbsd.org>

spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h
as neither arrayified not arrayfied exist -- sanctioned dictionaries
like Merriam-Webster ones suggest a few alternatives (e.g.,

spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h
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@

show more ...


# 7e28fb0f 12-Nov-2009 deraadt <deraadt@openbsd.org>

4 memory leaks found by parfait; ok millert


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
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

show more ...


# ac7ae62c 01-Oct-2009 deraadt <deraadt@openbsd.org>

There is no -F flag, it is -f; spotted by tasm.devil@googlemail


# 21a0d117 12-Aug-2009 deraadt <deraadt@openbsd.org>

Crank the /usr sizes in the large configuration
ok krw otto


# 2f1aa2ab 07-Aug-2009 martynas <martynas@openbsd.org>

move editor_allocspace & mpsave out to extern.h so that disklabel.c
gets the declarations it uses. ok krw@


# b2813ff1 26-Jun-2009 deraadt <deraadt@openbsd.org>

since nitems() is not yet fit for userland consumption, provide it
ourselves
ok krw


12345678910>>...17