summaryrefslogtreecommitdiff
path: root/sys/geom/part/g_part.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r285889:Andrey V. Elsukov2015-08-021-2/+4
* MFC r280687: Make GEOM_PART work in presence of previous withered self.Alexander Motin2015-04-091-5/+2
* MFC r269854:Andrey V. Elsukov2015-03-191-0/+1
* MFC EFI support for the installerEd Maste2014-09-151-0/+1
* MFC r267355:Andrey V. Elsukov2014-07-011-0/+9
* MFC r256690:Andrey V. Elsukov2014-05-121-0/+28
* MFC r265318:Andrey V. Elsukov2014-05-121-1/+3
* MFC r259925-259926:Dmitry Morozovsky2014-01-211-0/+1
* MFC Alexander Motin's GEOM direct dispatch work:Scott Long2014-01-071-0/+3
* Remove inclusion of <sys/diskmbr.h>. We have no business knowingMarcel Moolenaar2013-08-041-1/+0
* Change the set and unset ctlreqs by making the index argument optional.Marcel Moolenaar2013-06-091-16/+23
* The geom_part provider supports unmapped bio iff the underlyingKonstantin Belousov2013-03-191-0/+1
* Support the FAT16 partition type in gpart(8)Gavin Atkinson2013-03-071-0/+1
* g_part_taste: directly destroy consumer and geom here, no need for witheringAndriy Gapon2012-10-061-2/+7
* Remove unneeded G_PF_CANDELETE flag.Ed Schouten2012-08-281-1/+0
* Implement media change notification for DA and CD removable media devices.Alexander Motin2012-07-291-0/+1
* Make it possible to resize opened partitions.Edward Tomasz Napierala2012-07-201-3/+8
* Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.Marcel Moolenaar2012-05-251-0/+1
* VMware environments are not unusual now. Add VMware partitions recognitionDmitry Morozovsky2012-04-181-0/+3
* Check that scheme is not already registered. This may happens when aAndrey V. Elsukov2012-03-231-7/+16
* Make kern.geom.part node not static. Also add CTLFLAG_TUN to theAndrey V. Elsukov2012-03-191-3/+4
* Add MODULE_DEPEND() to geom_part modules.Andrey V. Elsukov2012-03-151-0/+1
* If nested scheme allows dump kernel to its partition, we may allowAndrey V. Elsukov2012-02-201-2/+5
* Add PART::type attribute handler. It returns partition type as string.Andrey V. Elsukov2012-02-151-0/+4
* Correct typo in comment (numbver)Ed Maste2012-02-041-1/+1
* The scheme code may not know about some inconsistency in the metadata.Andrey V. Elsukov2012-02-011-0/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Our geom withering function could take some time before geom with itsAndrey V. Elsukov2011-10-281-0/+4
* Add diagnostic message about not aligned partitions.Andrey V. Elsukov2011-06-031-1/+16
* Make diagnostic messages more specific. With bootverbose print outAndrey V. Elsukov2011-05-161-42/+83
* Add diagnostic messages for integrity checks.Andrey V. Elsukov2011-05-161-0/+20
* Add a sysctl kern.geom.part.check_integrity for those who has corruptAndrey V. Elsukov2011-05-151-3/+14
* Add basic metadata integrity check. In case when partition table wasAndrey V. Elsukov2011-05-111-1/+48
* Add new user-friendly aliases for partition types for the MBR andAndrey V. Elsukov2011-01-281-1/+4
* Add an entry to the gpart XML to determine if the geom has pending changesNathan Whitehorn2011-01-061-0/+2
* Fix regression introduced in r215088: gpart(8) reportsAndrey V. Elsukov2010-11-111-6/+14
* In r212554 name of G_PART_PARM_GEOM and G_PART_PARM_PROVIDERAndrey V. Elsukov2010-11-101-1/+1
* Reimplemented "gpart destroy -F". Now it does all work in kernel.Andrey V. Elsukov2010-10-251-6/+77
* The canonical way to print __func__ when using KASSERT() is to writeRui Paulo2010-10-131-6/+7
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.Andrey V. Elsukov2010-10-091-4/+4
* Some schemes can allocate memory for internal purposes but whenAndrey V. Elsukov2010-09-251-0/+1
* Change message when setting or unsetting attribute less confusing.Pawel Jakub Dawidek2010-09-151-2/+3
* Make the message that informs about bootcode being written to disk lessPawel Jakub Dawidek2010-09-151-2/+2
* - Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER.Pawel Jakub Dawidek2010-09-141-55/+118
* Simplify the code a bit.Pawel Jakub Dawidek2010-09-141-12/+8
* - Remove gc_argname field. It was introduced for gpart(8), but if IPawel Jakub Dawidek2010-09-131-8/+4
* Check that table is not NULL before access, it can be NULLAndrey V. Elsukov2010-08-031-1/+1
* Release access for consumers that are opened, but will be destroyedAndrey V. Elsukov2010-08-021-0/+4
* Prevent access after free to table entry in case whenAndrey V. Elsukov2010-07-231-8/+8
* Add NTFS partition type to GEOM_MBR.Rui Paulo2010-06-261-0/+1