Age | Commit message (Expand) | Author |
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 |
2009-04-20 | No this change is wrong, because now 'w' followed by 'q' asks if you | Theo de Raadt |
2009-04-18 | Alexander Hall points out that disklabel -AE <disk> followed by quitting | Stuart Henderson |
2009-04-12 | When auto-allocating, check the size of the disk and display | Kenneth R Westerback |
2009-04-11 | Always display any mountpoint info available. Thus a simple -A will | Kenneth R Westerback |
2009-04-11 | readlabel() either errored out or returned a pointer to the global | Kenneth R Westerback |
2009-04-11 | Treat the list of auto-allocation partitions as a priority list and | Kenneth R Westerback |
2009-04-10 | allow /usr/local to be up to 5MB in auto mode; ok krw | Theo de Raadt |
2009-04-10 | Re-work '-A' so that it sets a flag that -E and -w use, and which will | Kenneth R Westerback |
2009-04-04 | Translate the size values in the auto-allocate table from blocks to | Kenneth R Westerback |
2009-04-03 | Bring comment into line with other docs. -E(dit) is not just for | Kenneth R Westerback |
2009-04-01 | the note explaining partition letters is not a caveat, it is integral to | Jason McIntyre |
2009-03-31 | When warning about a non-zero partition offset, show DL_GETPOFFSET() | Kenneth R Westerback |
2009-03-31 | Beef up description of 'c' partition in CAVEATS and remove mentions of | Kenneth R Westerback |
2009-03-31 | Tweak comment to remove discussion of now non-existant 2 stage | Kenneth R Westerback |
2009-03-31 | Remove lies about and tweak descriptions of built-in label editor, | Kenneth R Westerback |
2009-03-30 | Oops. Document new 'U' editor command in '?' output too. | Kenneth R Westerback |
2009-03-30 | Document new 'U' editor command. | Kenneth R Westerback |
2009-03-30 | lint; mostly unused variables, carefully checked against all platforms | Theo de Raadt |
2009-03-29 | No more NUMBOOT==2 stuff around, nuke it for sake of clarity. | Tobias Weingartner |