summaryrefslogtreecommitdiffstats
path: root/sys/geom/part
Commit message (Expand)AuthorAgeFilesLines
* Initialize elements of state array when creating the GPT table.ae2011-06-291-34/+33
* EBR could contain an early stage of boot code. But we do not support it.ae2011-06-271-16/+20
* MS Windows NT+ uses 4 bytes at offset 0x1b8 in the MBR to identifyae2011-06-271-6/+8
* Change the way how we update bootcode for BSD scheme.ae2011-06-201-13/+12
* Add diagnostic message about not aligned partitions.ae2011-06-031-1/+16
* Some partitioning tools may have a different opinion about diskae2011-05-271-2/+7
* Do not truncate available disk space to the closest track boundary.ae2011-05-251-7/+3
* Do not truncate available disk space to the closest track boundary.ae2011-05-251-2/+1
* Do not truncate available disk space to the closest track boundary.ae2011-05-251-4/+3
* Remove unused variable.ae2011-05-241-3/+0
* Remove unused variable.ae2011-05-241-3/+0
* Make diagnostic messages more specific. With bootverbose print outae2011-05-161-42/+83
* Add diagnostic messages for integrity checks.ae2011-05-161-0/+20
* Add a sysctl kern.geom.part.check_integrity for those who has corruptae2011-05-151-3/+14
* Add basic metadata integrity check. In case when partition table wasae2011-05-111-1/+48
* Limit number of sectors that can be addressed.ae2011-05-081-5/+2
* Limit number of sectors that can be addressed.ae2011-05-081-2/+2
* Limit number of sectors that can be addressed.ae2011-05-081-2/+5
* Limit number of sectors that can be addressed.ae2011-05-081-2/+2
* Replace UINT_MAX to UINT32_MAX.ae2011-05-082-4/+4
* Limit number of sectors that can be addressed.ae2011-05-081-2/+2
* Limit number of sectors that can be addressed.ae2011-05-081-2/+2
* Remove an incorrect be16toh() that prevented geom_part_apm from working ongavin2011-04-151-1/+1
* Add some FEATURE macros for various GEOM classes.netchild2011-02-257-0/+26
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Add support to set a slice name.nyan2011-02-191-11/+37
* Add support to write boot menu.nyan2011-02-111-9/+17
* Add new user-friendly aliases for partition types for the MBR andae2011-01-285-28/+66
* While inspecting the disklabel check that start offset of partition isae2011-01-271-0/+3
* Limit maximum number of GPT entries to 4k. It is most realistic valueae2011-01-181-15/+33
* Fix a memory overflow where the input length to g_gpt_utf8_to_utf16()mdf2011-01-071-2/+4
* Add an entry to the gpart XML to determine if the geom has pending changesnwhitehorn2011-01-061-0/+2
* Allow destroying EBR in COMPAT (default) mode.ae2010-12-281-0/+2
* Make EBR probe method less strictly to be able detect EBRs withae2010-12-281-21/+25
* Don't warn if a partition appears not to be aligned on a track boundary.brucec2010-12-071-6/+0
* Add a note about the magic number 20. Actually, 22.75 entries fit inivoras2010-12-021-1/+1
* Fix regression introduced in r215088: gpart(8) reportsae2010-11-111-6/+14
* In r212554 name of G_PART_PARM_GEOM and G_PART_PARM_PROVIDERae2010-11-101-1/+1
* Reimplemented "gpart destroy -F". Now it does all work in kernel.ae2010-10-254-22/+168
* 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
OpenPOWER on IntegriCloud