summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Return G_PART_PROBE_PRI_HIGH instead of G_PART_PROBE_PRI_NORMmarcel2008-09-291-1/+1
* Insert the null scheme at the head. This does not change anymarcel2008-09-291-1/+1
* Export the partition name in the conftxt and confxml output.marcel2008-09-271-6/+12
* Hold the root mount while we're tasting. It is possiblemarcel2008-09-271-0/+4
* Allow 255 sectors/track for the BSD disklabel. The previous limitmarcel2008-09-271-1/+1
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Just a fixup for a KTRACE message I stumbled upon many moons ago.sbruno2008-09-181-1/+1
* - Add a new ioctl for getting the provider name of a geom provider.lulf2008-09-071-0/+7
* Fix build.rpaulo2008-09-051-2/+2
* Keep entries sorted.rpaulo2008-09-053-3/+3
* Include the vendor in the partition name.rpaulo2008-09-051-1/+1
* Detect Apple HFS GPT slices.rpaulo2008-09-053-1/+9
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-5/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Style(9).pjd2008-08-121-3/+4
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-099-19/+19
* Trivial commit to attempt to diagnose a svn problem. Addpeter2008-07-221-0/+1
* Clear passphrase buffer after use.pjd2008-07-201-0/+2
* - When renaming a drive, also set the drive name in the gvinum header.lulf2008-07-191-0/+1
* - Fix a logic error when updating plex configuration.lulf2008-07-111-1/+2
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+2
* Avoid NULL deference.delphij2008-06-301-0/+5
* - Fix spelling errors.lulf2008-06-201-5/+5
* Add the set and unset verbs used to set and clear attributes formarcel2008-06-184-5/+130
* Finish the support for partition labels and add it to the XML.marcel2008-06-121-10/+86
* Add the raw partition type to the XML.marcel2008-06-121-6/+12
* Add the raw partition type to the XML.marcel2008-06-121-4/+11
* Add the raw partition type to the XML.marcel2008-06-121-4/+10
* Add the raw partiton type to the XML.marcel2008-06-121-6/+14
* Add the raw partition type to the XML.marcel2008-06-121-4/+10
* Add the partition label and the raw partition type to the XML.marcel2008-06-121-5/+19
* Remove the distinction between device minor and unit numbers.ed2008-05-291-1/+1
* - Recognize the 'volume' parameter when creating a plex.lulf2008-05-221-1/+2
* - Assert that we don't send new provider event for a provider which haspjd2008-05-181-1/+3
* Play nice with DDB pager.pjd2008-05-181-4/+18
* Implement the G_PART_DUMPCONF method for all 6 schemes. Also callmarcel2008-04-237-0/+113
* Add the bootcode verb for installing boot code. Boot codemarcel2008-04-136-23/+147
* Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (withinmarcel2008-03-291-1/+1
* Add support for PC-9800 partition tables.marcel2008-03-281-0/+428
* When retasting, wither any existing GEOMs of the same class. Thismarcel2008-03-281-1/+7
* Redefine G_PART_SCHEME_DECLARE() from populating a private linker setmarcel2008-03-237-27/+128
* Add g_retaste(), which given a class will present all non-open providersmarcel2008-03-232-0/+61
* - Fix a memory leak when re-discovering a gvinum configuration.lulf2008-03-181-0/+2
* Add support for VTOC8 labels (aka sun disk labels). When a label doesmarcel2008-03-021-0/+480
* Follow-up improvements to the handling of false positives: If themarcel2008-02-291-3/+32
* Better handle false positives. The MBR differs from the boot sectormarcel2008-02-281-6/+24
* geom_lvm(4) is now known as geom_linux_lvm(4).thompsa2008-02-202-1290/+0
* Add a geom class to map Linux LVM logical volumes.thompsa2008-02-202-0/+1291
* Teach the dump and minidump code to respect the maxioszie attribute ofscottl2008-02-151-0/+1
* Unbreak build, size_t is larger on 64bit platforms.thompsa2008-02-111-1/+1
OpenPOWER on IntegriCloud