| Commit message (Expand) | Author | Age | Files | Lines |
| * | geom: fix glabel status not showing components | Brad Davis | 8 days | 1 | -15/+22 |
| * | Update commit 0d4642a to fix failed tests. | Kirk McKusick | 11 days | 1 | -2/+2 |
| * | Add --libxo support for geom status and list sub commands. | Kirk McKusick | 2025-10-13 | 2 | -77/+157 |
| * | geom: Correct use of expand_number() | Dag-Erling Smørgrav | 2025-08-09 | 1 | -1/+1 |
| * | gvinum(8): Remove userland tool for managing vinum volumes | John Baldwin | 2025-01-23 | 1 | -3/+0 |
| * | Update Makefile.depend files | Simon J. Gerraty | 2024-10-14 | 1 | -2/+0 |
| * | geom.8: minor cleanup (markup, spdx, gsched) | Alexander Ziaee | 2024-09-06 | 1 | -8/+12 |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 1 | -1/+0 |
| * | sbin: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 2 | -2/+0 |
| * | Remove $FreeBSD$: two-line nroff pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 3 | -3/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 2 | -4/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 2 | -4/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 4 | -4/+4 |
| * | geom.8: Fix typos and wordsmith | Mateusz Piotrowski | 2023-05-09 | 1 | -3/+7 |
| * | geom: minor man page updates suggested by igor(1) | Ed Maste | 2022-12-13 | 1 | -3/+3 |
| * | geom: add vinum as a recognized class | Ed Maste | 2022-12-12 | 1 | -1/+4 |
| * | pkgbase: Put geom utilities in their own package | Emmanuel Vadot | 2022-10-26 | 1 | -1/+1 |
| * | Fix for 90e2971 that caused some geli commands to return the wrong exit status. | Kirk McKusick | 2022-07-29 | 1 | -0/+2 |
| * | Clarify when GEOM utilities exit with success or failure. | Kirk McKusick | 2022-07-16 | 1 | -1/+4 |
| * | geom(4): Fix a typo in a source code comment | Gordon Bergling | 2022-03-28 | 1 | -1/+1 |
| * | GEOM: Introduce partial confxml API | Alexander Motin | 2022-03-12 | 1 | -3/+7 |
| * | geom: Allow "load" command for already loaded modules. | Alexander Motin | 2022-03-08 | 1 | -3/+5 |
| * | GEOM: Introduce gctl_add_param() API. | Alexander Motin | 2022-03-07 | 1 | -2/+3 |
| * | Create a new GEOM utility, gunion(8). | Kirk McKusick | 2022-03-01 | 1 | -1/+4 |
| * | Fix regression to verbose behavior introduced in 68bff4a07e. | Kirk McKusick | 2021-11-11 | 1 | -1/+1 |
| * | Allow GEOM utilities to specify a -v option. | Kirk McKusick | 2021-10-29 | 2 | -7/+25 |
| * | geom(8): list geoms with /dev/ prefix | Robert Wing | 2020-12-12 | 1 | -0/+4 |
| * | Remove all the RELEASE_CRUNCH defines, they are useless. | Warner Losh | 2019-12-16 | 1 | -1/+1 |
| * | Update Makefile.depend files | Simon J. Gerraty | 2019-12-11 | 1 | -0/+20 |
| * | Add the "-t" option to geom(8) utility, to display geoms hierarchy. | Edward Tomasz Napierala | 2018-09-14 | 2 | -4/+142 |
| * | Add new option to the geom(8) utility, "-p". It makes it easy to look up | Edward Tomasz Napierala | 2018-09-13 | 2 | -1/+80 |
| * | Minor usability improvements to geom(8). | Edward Tomasz Napierala | 2018-09-11 | 1 | -9/+12 |
| * | Normalize the g(eom,cache,part,...) build. | Brooks Davis | 2018-06-25 | 71 | -13609/+20 |
| * | gpart: add EFI alias for MBR partition scheme | Ed Maste | 2018-06-17 | 1 | -4/+6 |
| * | Follow r333233, add fat32lba description to gpart(8) | Li-Wen Hsu | 2018-06-12 | 1 | -1/+6 |
| * | gpart.8: list all options in table form for each command | Ed Maste | 2018-05-11 | 1 | -64/+107 |
| * | gpart.8: sort suboptions per mdoc(7) | Ed Maste | 2018-05-11 | 1 | -14/+14 |
| * | Introduce the 'n' flag for the geli attach command. | Mariusz Zaborski | 2018-05-09 | 2 | -3/+8 |
| * | Change option dry-run from 'n' to 'C' in geli attach command. | Mariusz Zaborski | 2018-05-09 | 2 | -8/+8 |
| * | Introduce dry run option for attaching the device. | Mariusz Zaborski | 2018-04-10 | 2 | -3/+7 |
| * | Clarify and clean up some language, and add an explicit example. | Warren Block | 2018-03-02 | 1 | -11/+15 |
| * | Add GUID and alias for Apple APFS partition | Conrad Meyer | 2018-02-11 | 1 | -1/+3 |
| * | geom: don't write stack garbage in disk labels | Alan Somers | 2018-02-04 | 9 | -0/+16 |
| * | gnop(8): add the ability to set a nop provider's physical path | Alan Somers | 2018-01-18 | 2 | -2/+7 |
| * | Document gmirror sysctls. | Mark Johnston | 2017-11-30 | 1 | -6/+42 |
| * | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 22 | -0/+44 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 17 | -17/+0 |
| * | Fix alignment of 'last' in autofill. | Marcel Moolenaar | 2017-10-06 | 1 | -1/+1 |
| * | Provide an articulate example of how to properly delete partitions and | Alexey Dokuchaev | 2017-09-19 | 1 | -1/+24 |