Age | Commit message (Expand) | Author |
2023-02-20 | Rework/modernize verbiage in the "AUTOMATIC DISK ALLOCATION" and | Kenneth R Westerback |
2023-02-18 | Fix possibly uninitialized variable in editor_allocspace(); ok krw@ | Miod Vallat |
2023-02-07 | Extend template parsing to allow "[mount point] *" as the specification for | Kenneth R Westerback |
2023-02-02 | Tweak restored code chunk to eliminate duplicate checks. | Kenneth R Westerback |
2023-02-02 | Restore incorrectly deleted test for default partitions intruding | Kenneth R Westerback |
2023-01-28 | Nuke unused variable. | Kenneth R Westerback |
2023-01-25 | Use getpartno() in editor_delete(), enhancing getpartno() to | Kenneth R Westerback |
2023-01-24 | Use getpartno() in editor_add(), enhancing getpartno() to find | Kenneth R Westerback |
2023-01-22 | Fix incorrect comparison. Restores ability to edit 'p'. | Kenneth R Westerback |
2023-01-21 | editor_resize(), editor_change(), editor_modify() and | Kenneth R Westerback |
2023-01-20 | editor_name() and get_mp() don't change the disklabel so | Kenneth R Westerback |
2023-01-20 | char * -> const char * parameters where clang doesn't complain. | Kenneth R Westerback |
2023-01-18 | Use ROUNDDOWN() to round down to cylinder boundary. | Kenneth R Westerback |
2023-01-18 | Use ROUNDUP() to round up to cylinder boundary. | Kenneth R Westerback |
2023-01-17 | Nuke unused MAXIMUM(). Add ROUNDUP() and ROUNDDOWN(). | Kenneth R Westerback |
2023-01-16 | Use size of largest chunk of free space, not total of all chunks | Kenneth R Westerback |
2023-01-14 | Replace comparisons/assignments to '3' with equivalent comparisons to RAW_PART | Kenneth R Westerback |
2023-01-13 | Fix a couple of auto allocation corner cases. | Kenneth R Westerback |
2023-01-09 | disklabel appeared in tahoe | Jonathan Gray |
2023-01-05 | Make free_chunks() return 'const struct chunk *' since we don't | Kenneth R Westerback |
2023-01-04 | Use 'const struct disklabel *' parameters where the disklabel is | Kenneth R Westerback |
2023-01-04 | Eliminate two unnecessary 'i' loop variables by incrementing | Kenneth R Westerback |
2023-01-04 | Replace p_fstype to/from FS_UNUSED dances around invocations of | Kenneth R Westerback |
2023-01-04 | Shuffle code a bit to eliminate need for inner loop | Kenneth R Westerback |
2023-01-03 | No need to call editor_countfree() when displaying all the free | Kenneth R Westerback |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-11-10 | HP-300's hd is now gone. svnd transmorgified into vnd in 2011. No | Kenneth R Westerback |
2022-11-09 | No more xd/xy devs. | Kenneth R Westerback |
2022-11-09 | Use nitems() instead of a terminating { NULL, NULL } entry. | Kenneth R Westerback |
2022-11-08 | Nuke unused variable 'freesectors'. | Kenneth R Westerback |
2022-10-14 | Fix botched D_SUNCYLCHECK+D_VENDOR check from r1.321. | Kenneth R Westerback |
2022-10-12 | Nuke D_BADSECT and disktab's 'sf'. | Kenneth R Westerback |
2022-09-29 | FILES: | Jason McIntyre |
2022-09-06 | Delete some unreferenced SMD, ST506 and archaic SCSI #define's | Kenneth R Westerback |
2022-09-04 | Document disklabel(8) -T's new RAID template | Klemens Nanni |
2022-09-03 | Add a new keyword to template files, 'raid', to allow the auto | Kenneth R Westerback |
2022-09-01 | d_bbsize and d_sbsize have become write-only fields. | Kenneth R Westerback |
2022-08-31 | If a partition both starts and ends beyond the end of the unit | Kenneth R Westerback |
2022-07-31 | The geometry information in stuct disklabel is not used for | Kenneth R Westerback |
2022-06-25 | Increase the auto partitioner's maximum /usr size to 30G. | mbuhl |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-02-24 | Rename parselabel() to parsefstab() and makelabel() to | Kenneth R Westerback |
2022-02-19 | The 'e' command of the simple editor has not provided editing of | Kenneth R Westerback |
2022-02-18 | writelabel() only needs one prototype. | Kenneth R Westerback |
2022-02-18 | Move prototypes for checklabel(), readlabel() and parselabel() | Kenneth R Westerback |
2022-02-18 | No need for makebootarea() prototype as makebootarea() perished with NUMBOOT in | Kenneth R Westerback |
2022-02-14 | Whitespace nit. | Kenneth R Westerback |
2021-12-19 | Simplify error message emitted when requested partition size | Kenneth R Westerback |
2021-11-10 | Max size of src also changed. Noted by Mikhail <mp39590@gmail.com> | Otto Moerbeek |
2021-11-10 | Add missing chunk form previous commit | Otto Moerbeek |