Age | Commit message (Expand) | Author |
2010-11-24 | When dealing with disklabel UIDs (DUIDs) be specific and consistent with | Joel Sing |
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 |
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-08-08 | make disklabel -p slightly nicer by accepting capital letters and printing | Ted Unangst |
2010-08-03 | Group string comparisons and supply more helpful comments. Add | Kenneth R Westerback |
2010-08-03 | Start with the default label when RESTORE'ing a saved ascii label. | Kenneth R Westerback |
2010-07-27 | Align FFS filesystem start and end sectors so the start is on a | Kenneth R Westerback |
2010-07-27 | Nuke 'sectoffset'. A stub variable no longer used except to supply | Kenneth R Westerback |
2010-06-30 | allow uppercase A-F in the uid input | Alexander Hall |
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-28 | Move the UID printing/parsing code into separate functions and avoid using | Joel Sing |
2010-04-28 | When restoring a disklabel do not restore the uid. Let the kernel allocate | Joel Sing |
2010-04-28 | Teach disklabel how to print and parse UIDs. | Joel Sing |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-21 | zap trailing whitespace; | Jason McIntyre |
2010-04-21 | Remove interactive help for individual disklabel editor commands. | lum |
2010-04-14 | neccessary -> necessary; | Jason McIntyre |
2010-04-14 | Remove reference to a limitation of 8GB that does not exist anymore. | 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 | 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 |
2010-03-20 | for big (>500G) partitions, move to bigger bocks and fragments in the | Otto Moerbeek |
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 |
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 |
2009-09-15 | also ignore boundaries when checking if the disklabel was modified when -e | Federico G. Schwindt |
2009-08-12 | Crank the /usr sizes in the large configuration | Theo de Raadt |
2009-08-07 | move editor_allocspace & mpsave out to extern.h so that disklabel.c | Martynas Venckus |
2009-07-27 | add a section on automatic disk allocation, to give an idea of | Jason McIntyre |
2009-06-26 | since nitems() is not yet fit for userland consumption, provide it | Theo de Raadt |
2009-06-11 | 'd *' == 'z' == zero_partitions(). Mount point info needs to be | Kenneth R Westerback |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-02 | remove unused variable | Charles Longeau |
2009-06-02 | Add '-h' flag, and '*' as a unit specifier for 'p' Editor command. | Kenneth R Westerback |
2009-05-31 | Always show the start and end of the OpenBSD area in units of | Kenneth R Westerback |