| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the distinction between device minor and unit numbers. | ed | 2008-05-29 | 1 | -1/+1 |
* | - Recognize the 'volume' parameter when creating a plex. | lulf | 2008-05-22 | 1 | -1/+2 |
* | - Assert that we don't send new provider event for a provider which has | pjd | 2008-05-18 | 1 | -1/+3 |
* | Play nice with DDB pager. | pjd | 2008-05-18 | 1 | -4/+18 |
* | Implement the G_PART_DUMPCONF method for all 6 schemes. Also call | marcel | 2008-04-23 | 7 | -0/+113 |
* | Add the bootcode verb for installing boot code. Boot code | marcel | 2008-04-13 | 6 | -23/+147 |
* | Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (within | marcel | 2008-03-29 | 1 | -1/+1 |
* | Add support for PC-9800 partition tables. | marcel | 2008-03-28 | 1 | -0/+428 |
* | When retasting, wither any existing GEOMs of the same class. This | marcel | 2008-03-28 | 1 | -1/+7 |
* | Redefine G_PART_SCHEME_DECLARE() from populating a private linker set | marcel | 2008-03-23 | 7 | -27/+128 |
* | Add g_retaste(), which given a class will present all non-open providers | marcel | 2008-03-23 | 2 | -0/+61 |
* | - Fix a memory leak when re-discovering a gvinum configuration. | lulf | 2008-03-18 | 1 | -0/+2 |
* | Add support for VTOC8 labels (aka sun disk labels). When a label does | marcel | 2008-03-02 | 1 | -0/+480 |
* | Follow-up improvements to the handling of false positives: If the | marcel | 2008-02-29 | 1 | -3/+32 |
* | Better handle false positives. The MBR differs from the boot sector | marcel | 2008-02-28 | 1 | -6/+24 |
* | geom_lvm(4) is now known as geom_linux_lvm(4). | thompsa | 2008-02-20 | 2 | -1290/+0 |
* | Add a geom class to map Linux LVM logical volumes. | thompsa | 2008-02-20 | 2 | -0/+1291 |
* | Teach the dump and minidump code to respect the maxioszie attribute of | scottl | 2008-02-15 | 1 | -0/+1 |
* | Unbreak build, size_t is larger on 64bit platforms. | thompsa | 2008-02-11 | 1 | -1/+1 |
* | Add a geom class to map Linux LVM logical volumes. | thompsa | 2008-02-11 | 2 | -0/+1290 |
* | Various fixes: | marcel | 2007-12-24 | 1 | -41/+25 |
* | Chop DIOCGDELETE from userland up in 1024 sector chunks to give geom_disk | phk | 2007-12-16 | 1 | -2/+18 |
* | Don't limit BIO_DELETE requests to MAXPHYS, they perform no data | phk | 2007-12-16 | 2 | -5/+3 |
* | Decode as many or as few partition entries as the label claims there | marcel | 2007-12-09 | 1 | -1/+1 |
* | Fix a bug in the add verb, where we failed to keep the list | marcel | 2007-12-09 | 1 | -2/+2 |
* | Internal partitions can not be deleted or modified. | marcel | 2007-12-08 | 1 | -2/+2 |
* | Skip internal partitions in the check for (user) partitions for | marcel | 2007-12-08 | 1 | -1/+1 |
* | Add support for FS_ZFS. | marcel | 2007-12-08 | 1 | -0/+7 |
* | Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBSD type. | jhb | 2007-12-06 | 1 | -0/+13 |
* | Add a BSD disklabel backend to g_part: | marcel | 2007-12-06 | 3 | -14/+494 |
* | On some arches, openssl is built with OPENSSL_NO_CAMELLIA, so the | jb | 2007-11-19 | 1 | -0/+2 |
* | o s/resiserfs_sb/reiserfs_sb/. | maxim | 2007-11-16 | 1 | -1/+1 |
* | Save stack only when KTR_GEOM is both compiled into the kernel and enabled | pjd | 2007-10-26 | 1 | -5/+5 |
* | First cut at support for booting a GPT labeled disk via the BIOS bootstrap | jhb | 2007-10-24 | 3 | -0/+10 |
* | Add the freebsd-zfs alias. Both APM and GPT have ZFS partition | marcel | 2007-10-21 | 4 | -0/+17 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 11 | -34/+34 |
* | When orphaning a provider, cancel events related to it. | pjd | 2007-09-27 | 1 | -0/+2 |
* | LINT compiled just fine for me, but it seems it breaks tinerbox way of | pjd | 2007-09-23 | 1 | -1/+1 |
* | Bring in the GEOM Virtualisation class, which allows to create huge GEOM | pjd | 2007-09-23 | 6 | -0/+2437 |
* | Add support for Camellia encryption algorithm. | pjd | 2007-09-01 | 2 | -1/+21 |
* | Have gpart synthesize a disk geometry if the underlying provider | marcel | 2007-06-17 | 3 | -55/+189 |
* | Add the MBR partitioning scheme to g_part. This does not yet | marcel | 2007-06-13 | 1 | -0/+370 |
* | Prefix unknown (i.e. un-aliased) partition types with '!'. This is | marcel | 2007-06-06 | 2 | -4/+6 |
* | Call sbuf_finish() before sbuf_data() and sbuf_len(). | marcel | 2007-06-06 | 1 | -0/+5 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 5 | -14/+14 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 3 | -5/+5 |
* | Fix a dereference in KASSERT. | marcel | 2007-05-15 | 1 | -1/+1 |
* | o Implement automatic commit. It's enabled when the flags parameter | marcel | 2007-05-15 | 1 | -10/+35 |
* | Write the output parameter (if present) for the add, create, delete | marcel | 2007-05-09 | 1 | -3/+50 |
* | When reverting the creation of a partitioning scheme on a provider, | marcel | 2007-05-09 | 1 | -2/+6 |