aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Avoid NULL deference.Xin LI2008-06-301-0/+5
* - Fix spelling errors.Ulf Lilleengen2008-06-201-5/+5
* Add the set and unset verbs used to set and clear attributes forMarcel Moolenaar2008-06-184-5/+130
* Finish the support for partition labels and add it to the XML.Marcel Moolenaar2008-06-121-10/+86
* Add the raw partition type to the XML.Marcel Moolenaar2008-06-121-6/+12
* Add the raw partition type to the XML.Marcel Moolenaar2008-06-121-4/+11
* Add the raw partition type to the XML.Marcel Moolenaar2008-06-121-4/+10
* Add the raw partiton type to the XML.Marcel Moolenaar2008-06-121-6/+14
* Add the raw partition type to the XML.Marcel Moolenaar2008-06-121-4/+10
* Add the partition label and the raw partition type to the XML.Marcel Moolenaar2008-06-121-5/+19
* Remove the distinction between device minor and unit numbers.Ed Schouten2008-05-291-1/+1
* - Recognize the 'volume' parameter when creating a plex.Ulf Lilleengen2008-05-221-1/+2
* - Assert that we don't send new provider event for a provider which hasPawel Jakub Dawidek2008-05-181-1/+3
* Play nice with DDB pager.Pawel Jakub Dawidek2008-05-181-4/+18
* Implement the G_PART_DUMPCONF method for all 6 schemes. Also callMarcel Moolenaar2008-04-237-0/+113
* Add the bootcode verb for installing boot code. Boot codeMarcel Moolenaar2008-04-136-23/+147
* Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (withinMarcel Moolenaar2008-03-291-1/+1
* Add support for PC-9800 partition tables.Marcel Moolenaar2008-03-281-0/+428
* When retasting, wither any existing GEOMs of the same class. ThisMarcel Moolenaar2008-03-281-1/+7
* Redefine G_PART_SCHEME_DECLARE() from populating a private linker setMarcel Moolenaar2008-03-237-27/+128
* Add g_retaste(), which given a class will present all non-open providersMarcel Moolenaar2008-03-232-0/+61
* - Fix a memory leak when re-discovering a gvinum configuration.Ulf Lilleengen2008-03-181-0/+2
* Add support for VTOC8 labels (aka sun disk labels). When a label doesMarcel Moolenaar2008-03-021-0/+480
* Follow-up improvements to the handling of false positives: If theMarcel Moolenaar2008-02-291-3/+32
* Better handle false positives. The MBR differs from the boot sectorMarcel Moolenaar2008-02-281-6/+24
* geom_lvm(4) is now known as geom_linux_lvm(4).Andrew Thompson2008-02-202-1290/+0
* Add a geom class to map Linux LVM logical volumes.Andrew Thompson2008-02-202-0/+1291
* Teach the dump and minidump code to respect the maxioszie attribute ofScott Long2008-02-151-0/+1
* Unbreak build, size_t is larger on 64bit platforms.Andrew Thompson2008-02-111-1/+1
* Add a geom class to map Linux LVM logical volumes.Andrew Thompson2008-02-112-0/+1290
* Various fixes:Marcel Moolenaar2007-12-241-41/+25
* Chop DIOCGDELETE from userland up in 1024 sector chunks to give geom_diskPoul-Henning Kamp2007-12-161-2/+18
* Don't limit BIO_DELETE requests to MAXPHYS, they perform no dataPoul-Henning Kamp2007-12-162-5/+3
* Decode as many or as few partition entries as the label claims thereMarcel Moolenaar2007-12-091-1/+1
* Fix a bug in the add verb, where we failed to keep the listMarcel Moolenaar2007-12-091-2/+2
* Internal partitions can not be deleted or modified.Marcel Moolenaar2007-12-081-2/+2
* Skip internal partitions in the check for (user) partitions forMarcel Moolenaar2007-12-081-1/+1
* Add support for FS_ZFS.Marcel Moolenaar2007-12-081-0/+7
* Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBSD type.John Baldwin2007-12-061-0/+13
* Add a BSD disklabel backend to g_part:Marcel Moolenaar2007-12-063-14/+494
* On some arches, openssl is built with OPENSSL_NO_CAMELLIA, so theJohn Birrell2007-11-191-0/+2
* o s/resiserfs_sb/reiserfs_sb/.Maxim Konovalov2007-11-161-1/+1
* Save stack only when KTR_GEOM is both compiled into the kernel and enabledPawel Jakub Dawidek2007-10-261-5/+5
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapJohn Baldwin2007-10-243-0/+10
* Add the freebsd-zfs alias. Both APM and GPT have ZFS partitionMarcel Moolenaar2007-10-214-0/+17
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-2011-34/+34
* When orphaning a provider, cancel events related to it.Pawel Jakub Dawidek2007-09-271-0/+2
* LINT compiled just fine for me, but it seems it breaks tinerbox way ofPawel Jakub Dawidek2007-09-231-1/+1
* Bring in the GEOM Virtualisation class, which allows to create huge GEOMPawel Jakub Dawidek2007-09-236-0/+2437
* Add support for Camellia encryption algorithm.Pawel Jakub Dawidek2007-09-012-1/+21