summaryrefslogtreecommitdiffstats
path: root/sys/geom/part
Commit message (Expand)AuthorAgeFilesLines
* The canonical way to print __func__ when using KASSERT() is to writerpaulo2010-10-133-10/+11
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.ae2010-10-091-4/+4
* Some schemes can allocate memory for internal purposes but whenae2010-09-253-0/+3
* Allow to configure GPT attributes. It shouldn't be allowed to set bootfailedpjd2010-09-241-0/+85
* Change message when setting or unsetting attribute less confusing.pjd2010-09-151-2/+3
* Make the message that informs about bootcode being written to disk lesspjd2010-09-151-2/+2
* - Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER.pjd2010-09-141-55/+118
* Simplify the code a bit.pjd2010-09-141-12/+8
* - Remove gc_argname field. It was introduced for gpart(8), but if Ipjd2010-09-131-8/+4
* Check that table is not NULL before access, it can be NULLae2010-08-031-1/+1
* Release access for consumers that are opened, but will be destroyedae2010-08-021-0/+4
* Prevent access after free to table entry in case whenae2010-07-231-8/+8
* Add NTFS partition type to GEOM_MBR.rpaulo2010-06-263-2/+14
* Don't leak memory on destruction.marius2010-06-022-0/+12
* Fix some whitespace nits.marius2010-05-241-10/+11
* Teach gpart about bootcode on APM.nwhitehorn2010-05-161-0/+26
* Re-calculate a geometry when reprobing as well.marcel2010-04-251-0/+9
* Fix undo for schemes that have internal partitions. Internal partitionsmarcel2010-04-251-1/+14
* Implement the resize verb and add support for resizing partitionsmarcel2010-04-238-4/+222
* Export the UUID of the partition in the XML. The partition UUID is usedmarcel2010-01-301-0/+3
* Remove unneeded variables.trasz2010-01-252-4/+0
* Change the way in which zero stripesize is handled. Instead of reportingmav2010-01-061-5/+4
* Properly return the UUID represented by the alias.marcel2010-01-021-1/+1
* Add Microsoft and NetBSD partition types handling.rpaulo2009-12-143-0/+41
* Simplify partition type parsing by using a data-oriented model.rpaulo2009-12-143-63/+68
* Add a missing check for Apple HFS partitions.rpaulo2009-11-121-0/+2
* We need to allocate space for the header in the create path also.rnoland2009-11-121-0/+3
* Fix handling of GPT headers when size is > 92 bytes.rnoland2009-11-071-68/+93
* Set the active flag in the PMBR when we install bootcode on a GPTrnoland2009-10-141-0/+3
* If provider is open for writing when we taste it, skip it for classes thatpjd2009-10-091-0/+4
* The first 96 bytes may not be zeroes. It can contain trivial bootmarcel2009-09-281-5/+5
* Don't create more partitions than can fit in the table by checkingmarcel2009-09-241-0/+4
* The start of the EFI GPT partition in the PMBR can always be representedmarcel2009-08-171-3/+3
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cmarcel2009-07-082-37/+0
* Precision '*' expects an int and strlen() returns a size_t.marcel2009-04-161-1/+1
* Add a compat option to the EBR scheme that controls themarcel2009-04-153-44/+65
* Revert r190676,190677thompsa2009-04-101-1/+1
* Don't use hexadecimal in the EBR partition names, because 'a'..'f'marcel2009-04-081-1/+1
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-031-1/+1
* The 9 bytes immediately prior to the partition table can containmarcel2009-04-031-2/+7
* Sharpen the saw:marcel2009-03-301-3/+2
* Sharpen the saw:marcel2009-03-301-2/+2
* Sharpen the saw:marcel2009-03-301-4/+5
* Sharpen the saw:marcel2009-03-301-0/+4
* Sharpen the saw:marcel2009-03-271-3/+2
* Sharpen the saw:marcel2009-03-271-2/+10
* Change the priority from high to normal. This makes sure thatmarcel2009-03-261-1/+1
* Be more explicit and complain if kernel dumps are perfomed on unsupportedivoras2009-03-221-1/+4
* Make GEOM provider names starting with "/dev/" acceptable as well as theirivoras2009-03-192-5/+17
* Move the PC98_[MS]ID_* defines from g_part_pc98.c to diskpc98.h.nyan2009-03-111-8/+0
OpenPOWER on IntegriCloud