summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Remove unused unrhdr from GEOM character device module.ed2009-01-241-17/+1
* Prevent a panic that happens on SMP machines when removing a disk withtrasz2009-01-111-1/+11
* - Don't enforce an upper-bound to the number of sectors or heads,marius2009-01-061-7/+15
* Don't enforce an upper-bound to the number of sectors or headsmarcel2009-01-061-4/+2
* Improve probing.marcel2009-01-041-5/+9
* - Fix an issue with access permissions to underlying disks used by a gvinumlulf2008-12-271-0/+10
* When the geometry does not match the label, print out the values.obrien2008-12-261-3/+4
* Implement g_vfs_orphan(). Without it, the filesystem never closestrasz2008-12-161-10/+25
* - Add missing word in comment.lulf2008-12-081-1/+1
* Make it possible to use gjournal for the root filesystem. Previously,trasz2008-12-062-0/+18
* Trivial patch to show on which geom has the error been detected.ivoras2008-12-011-1/+2
* Allow boot code to be smaller than what the scheme expects.marcel2008-12-014-5/+20
* Allow dumpon to a partition of type FS_UNUSED as well.marcel2008-11-261-2/+3
* - Fix a potential NULL pointer reference. Note that this should not happen inlulf2008-11-251-1/+17
* - Fix a potential NULL pointer reference. Note that this cannot happen inlulf2008-11-255-6/+51
* Partition type FS_UNUSED does not mean the partition entrymarcel2008-11-181-3/+1
* Fix a panic caused by a corrupted table when the header ismarcel2008-11-061-4/+7
* Improve VFS locking:attilio2008-11-021-1/+1
* Add support for reading Tivo Series 1 partitioning. This likely needsimp2008-11-021-12/+52
* Revert r184136. Instead, push the check for crashdumpmap overflow into thekib2008-10-311-1/+1
* - Import macros used in gmirror for printing gvinum debug messages and makinglulf2008-10-2610-72/+94
* Invalid BSD disklabels have been created by sysinstall andmarcel2008-10-251-1/+6
* Allow dumps to partitions with a tag of 0. The legacymarcel2008-10-221-2/+5
* Do not overflow crashdumpmap.kib2008-10-211-1/+1
* The active and bootable flags are not part of the type.marcel2008-10-201-11/+82
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-102-3/+3
* - Use the new gv_write_header function to write out the header when removing alulf2008-10-021-1/+1
* - Remove unneeded macro since the config_length field in the header was changedlulf2008-10-021-5/+0
* - Make gvinum header on-disk structure consistent on all platforms by storinglulf2008-10-013-8/+232
* 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
OpenPOWER on IntegriCloud