| Commit message (Expand) | Author | Age | Files | Lines |
* | gpart: add EFI alias for MBR partition scheme | Ed Maste | 2018-06-17 | 2 | -0/+2 |
* | Sort geom/part mbr/ebr/ldm alias table entries | Ed Maste | 2018-06-17 | 3 | -14/+14 |
* | gpart: add fat32lba MBR partition type | Ed Maste | 2018-05-04 | 5 | -0/+5 |
* | Annotate geom modules with MODULE_VERSION | Kyle Evans | 2018-04-10 | 8 | -0/+8 |
* | g_part_gpt: Fix memory leak in error path | Conrad Meyer | 2018-03-07 | 1 | -0/+8 |
* | gpart: append partition name to the underlying provider's physical path | Alan Somers | 2018-02-14 | 1 | -1/+35 |
* | Fix a panic introduced in r329225 | Justin Hibbits | 2018-02-14 | 1 | -2/+4 |
* | Narrow a race, and fix a leak, in g_part_wither | Justin Hibbits | 2018-02-13 | 1 | -5/+8 |
* | Add GUID and alias for Apple APFS partition | Conrad Meyer | 2018-02-11 | 3 | -0/+4 |
* | sys/geom: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 9 | -0/+18 |
* | While the EFI spec allows numbers to be in many forms, libefivar | Warner Losh | 2017-11-21 | 1 | -1/+1 |
* | Remove trailing whitespace (one I just introduced and a bunch of | Warner Losh | 2017-11-21 | 7 | -26/+26 |
* | Implement efi media tagging for MBR partitioning types. | Warner Losh | 2017-11-21 | 1 | -1/+9 |
* | The hard drive media device path contains the size of the partition, | Warner Losh | 2017-09-02 | 1 | -1/+1 |
* | Add efimedia attribute for all GPT partitions. | Warner Losh | 2017-09-01 | 1 | -0/+6 |
* | Add alias support to gpart. | Warner Losh | 2017-08-07 | 1 | -1/+18 |
* | With r318394 seems it breaks gpart(8) in some embedded systems such like PCEn... | Marcelo Araujo | 2017-06-27 | 1 | -1/+2 |
* | After r315112 I broke the tests with eli, instead to pass 0, I should pass | Marcelo Araujo | 2017-03-13 | 1 | -1/+1 |
* | Add the capability to refresh the gpart(8) label without need a reboot. | Marcelo Araujo | 2017-03-12 | 1 | -0/+4 |
* | The kern.geom.part.auto_resize should be tunable. | Mariusz Zaborski | 2017-02-28 | 1 | -1/+1 |
* | Add sysctl to control auto resize of the GEOM metadata. | Mariusz Zaborski | 2017-02-27 | 1 | -0/+7 |
* | Check that primary GPT header is valid before wiping partitioning. | Andrey V. Elsukov | 2017-02-04 | 1 | -3/+4 |
* | Remove pc98 support completely. | Yoshihiro Takahashi | 2017-01-28 | 1 | -617/+0 |
* | Add BUF_TRACKING and FULL_BUF_TRACKING buffer debugging | Conrad Meyer | 2016-10-31 | 1 | -0/+2 |
* | sys/geom: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 3 | -3/+3 |
* | g_part_bsd64: Delete duplicate/dead code | Conrad Meyer | 2016-04-26 | 1 | -2/+0 |
* | g_part_bsd64: Check for valid on-disk npartitions value | Conrad Meyer | 2016-04-26 | 1 | -1/+2 |
* | sys: extend use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 2 | -11/+9 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 1 | -9/+7 |
* | Indentation issues. | Pedro F. Giffuni | 2016-04-20 | 4 | -14/+7 |
* | kernel: use our nitems() macro when it is available through param.h. | Pedro F. Giffuni | 2016-04-19 | 4 | -7/+7 |
* | Add some additional GPT partition types | Allan Jude | 2015-12-27 | 3 | -59/+87 |
* | Make detection of GPT a bit more reliable. | Andrey V. Elsukov | 2015-12-10 | 1 | -15/+16 |
* | Report the scheme and provider names in warning message about unaligned | Andrey V. Elsukov | 2015-07-26 | 1 | -2/+4 |
* | Add a new option to gpart(8) to fix Lenovo BIOS boot issue | Allan Jude | 2015-07-15 | 1 | -0/+16 |
* | Teach G_PART_GPT class to handle g_resize_provider event. | Andrey V. Elsukov | 2015-06-08 | 1 | -1/+1 |
* | Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme. | Andrey V. Elsukov | 2015-05-05 | 1 | -0/+3 |
* | Make GEOM_PART work in presence of previous withered self. | Alexander Motin | 2015-03-26 | 1 | -5/+2 |
* | Add GUID and alias for Apple Core Storage partition. | Andrey V. Elsukov | 2015-03-12 | 3 | -0/+5 |
* | Remove old ioctl use and support, once and for all. | Warner Losh | 2015-01-06 | 1 | -35/+0 |
* | Actually, that was a bad idea. Go back to MAXPARTITIONS. | Warner Losh | 2014-11-20 | 1 | -1/+1 |
* | The number of BSD partitions is variable. Return the proper number | Warner Losh | 2014-11-19 | 1 | -1/+1 |
* | Implement the historic DIOCGDINFO ioctl for gpart on BSD | Warner Losh | 2014-11-18 | 3 | -1/+75 |
* | Turn off kern.geom.part.mbr.enforce_chs by default. | Andrey V. Elsukov | 2014-08-12 | 1 | -2/+2 |
* | Add sysctl and loader tunable kern.geom.part.mbr.enforce_chs that is set | Andrey V. Elsukov | 2014-08-12 | 1 | -0/+10 |
* | After EFI support was added to the installer, it needed to allow boot | Nathan Whitehorn | 2014-07-04 | 5 | -6/+5 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 2 | -6/+3 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 2 | -3/+6 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 2 | -6/+3 |
* | Add disklabel64 support to GEOM_PART class. | Andrey V. Elsukov | 2014-06-11 | 1 | -0/+667 |