Age | Commit message (Expand) | Author |
2024-03-22 | Increase /usr/src partition to 2GB - 5GB | Jan Klemkow |
2023-09-06 | explicitly cast ULLONG_MAX to double when comparing to a double | Robert Nagy |
2023-09-06 | remove unused variable | Jonathan Gray |
2023-07-05 | Simplify and clarify the description of auto allocation. | Kenneth R Westerback |
2023-07-05 | Restore (R)esize functionality to sparc64 disklabel(8). | Kenneth R Westerback |
2023-07-03 | An empty string indicates there is no NXTNUM(). | Kenneth R Westerback |
2023-07-03 | Nuke unused label 'next:'. | Kenneth R Westerback |
2023-07-03 | The only thing worse than treating 'return' as a function call is | Kenneth R Westerback |
2023-06-29 | Fix handling of 'N-* 100' template entries. | Kenneth R Westerback |
2023-06-28 | Refactor editor_allocspace() into easier to follow pieces. | Kenneth R Westerback |
2023-06-21 | Add a parameter 'action' to mpfree() so it can optionally discard | Kenneth R Westerback |
2023-06-19 | Replace eclectic mix of errx(4, "out of memory"), err(4, NULL) | Kenneth R Westerback |
2023-06-18 | Add and use CHUNKSZ() to replace 'chunk->stop - chunk->start' | Kenneth R Westerback |
2023-06-18 | Use UINT64_MAX instead of -1 to set a uint64_t value to | Kenneth R Westerback |
2023-05-23 | With the retirement of expert mode, get_fsize(), get_bsize() and | Kenneth R Westerback |
2023-05-20 | p_fragblock = DISKLABELV1_FFS_FRAGBLOCK(0, 0) sets p_fragblock to | Kenneth R Westerback |
2023-05-13 | In the absence of the 'disktype' command line parameter always | Kenneth R Westerback |
2023-05-06 | Replace pointless %d formatting of 0 values with | Kenneth R Westerback |
2023-04-27 | Retire -E's "expert" mode. Introduced 23 years ago to avoid | Kenneth R Westerback |
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 |