Age | Commit message (Expand) | Author |
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 |
2009-05-31 | '-d' works everywhere now. And it ignores the OpenBSD disk label, | Kenneth R Westerback |
2009-05-31 | Never 'humanize' the sector offsets of partitions or 'total sectors'. | Kenneth R Westerback |
2009-05-29 | Clean up logic around exit values. Make getasciilabel() return 0 | Kenneth R Westerback |
2009-05-17 | No need to write mount point info twice in 'w' command in Editor. | Kenneth R Westerback |
2009-05-17 | Write out mountpoint info in writelabel() after label successfully | Kenneth R Westerback |
2009-05-17 | Initialize mountpoints[] when going past again:, since a | Kenneth R Westerback |
2009-05-13 | The auto-allocator does not remember to increase the d_npartitions field | Theo de Raadt |
2009-05-13 | Set D_VENDOR when spoofing a label on archs that use D_VENDOR when | Kenneth R Westerback |
2009-05-12 | Various mount point handling fixes, most originally from halex@. | Kenneth R Westerback |
2009-05-11 | Make sure last, catch-all, auto-allocated partition ends on a | Kenneth R Westerback |
2009-05-11 | very long lines in comments are ugly | Theo de Raadt |
2009-05-11 | Always save an fstab file, even if it is empty; ok krw | Theo de Raadt |
2009-05-05 | use logical or when it's intended to be a logical or; ok krw@ | Otto Moerbeek |
2009-05-03 | Prevent the entry of duplicate mount points while in Editor mode. | Kenneth R Westerback |
2009-05-03 | Tune the medium profile to provide more /usr space as 'requested' by beck | Theo de Raadt |
2009-04-30 | in the big configuration, tune /tmp so that it scales up a bit slower, | Theo de Raadt |
2009-04-30 | Prime mountpoint info with any fstab info that is available, with | Kenneth R Westerback |
2009-04-29 | KNF | Theo de Raadt |
2009-04-29 | increase the max for medium a bit, so e.g. a 6GB disk gets fully used | Otto Moerbeek |
2009-04-26 | adjust the numbers for the "big" auto-allocation scheme with otto | Theo de Raadt |
2009-04-26 | Adjust the medium auto scale after looking at how it performs between the | Theo de Raadt |
2009-04-26 | smarter auto-allocation; numbers needs tweaking, but we are getting | Otto Moerbeek |
2009-04-26 | Fix 'n' (name mountpoint) Editor command. The check for the presence | Kenneth R Westerback |
2009-04-23 | Unrevert reversion of r1.192. This time make sure 'aflag' is treated | Kenneth R Westerback |