summaryrefslogtreecommitdiffstats
path: root/sys/geom/label
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one error in fstyp(8) and geom_label(4) that made them usetrasz2015-06-184-18/+19
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-5/+2
* Revert r267961, r267973:gjb2014-06-272-2/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-5/+2
* Make r242379 - the fix for UFS labels disappearing after resizingtrasz2014-05-051-2/+4
* An all-or-nothing approach to labels isn't flexible enough. Embeddedmarcel2014-04-061-2/+6
* Fix build with gcc by spelling unused format string as "unused" instead of NULL.trasz2013-10-191-1/+1
* Make geom_label(4) resize-aware. This fixes a situation when "gpart resize"trasz2013-10-181-0/+12
* - Use int8_t type for the mftrecsz field in g_label_ntfs. char typestas2013-05-051-3/+4
* Comment typo fix.ivoras2013-04-161-2/+2
* Fix the buffer-overflow-fixing fixes.ivoras2013-04-161-15/+19
* Introduce glabel labels based on GEOM ident attributes. In this initialivoras2013-04-153-1/+87
* g_label_ntfs_taste: Abort taste is recsize == 0dumbbell2013-03-081-1/+1
* g_label_ntfs.c: Mark structures as __packeddumbbell2013-03-051-3/+3
* Remove ntfs headers dependency for g_label_ntfs.c by redefining theattilio2013-03-021-14/+65
* Mangle label names containing spaces, non-printable characters '%' orjh2012-12-221-0/+23
* - Don't pass geom and provider names as format strings.jh2012-11-201-1/+1
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemstrasz2012-10-301-1/+2
* It seems that it is preferable to keep support for glabel also forattilio2012-10-182-0/+2
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-172-2/+0
* Revert r235918 for now and add comment explaining the reason for thetrasz2012-05-251-3/+9
* Make g_label(4) ignore provider size when looking for UFS labels.trasz2012-05-241-5/+3
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* When checking existence of providers skip those which are orphaned.ae2011-05-041-0/+2
* Some linux distros put mount point into the ext2fs labels, such as '/', orsobomax2011-03-081-4/+10
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+2
* - Report an error when a label with invalid name is attempted to bejh2010-12-011-4/+6
* g_label: fix possible NULL pointer dereferenceavg2010-05-311-4/+2
* Provide a set of sysctls and tunables to disable device node creationtrasz2009-11-289-29/+68
* If provider is open for writing when we taste it, skip it for classes thatpjd2009-10-091-0/+4
* Fix tabs, slightly improve comments.ivoras2009-06-181-9/+9
* Add support for labels derived from GPT metadata.ivoras2009-06-133-0/+168
* Crank the debug level necessary to display the "Label foo is removed"dougb2009-05-301-4/+4
* Create GEOM labels from UFS IDs, e.g. /dev/ufsid/49c97b1faa2adc43. UFS IDsivoras2009-03-253-12/+50
* - Use the correct argument when determining the buffer size.lulf2009-02-111-1/+1
* o s/resiserfs_sb/reiserfs_sb/.maxim2007-11-161-1/+1
* Remove trailing spaces.pjd2006-09-302-4/+4
* Fix detecting of UFS1 label when mediasize%fragsize != 0.pjd2006-09-161-2/+2
* Handle MSDOS file systems properly. Before the change file systemspjd2006-08-122-34/+295
* Verify if a label doesn't point to the parent directory.pjd2006-08-121-0/+24
* We need to check if file system size is equal to provider's size, becausepjd2006-03-041-2/+7
* Inform when label disappears.pjd2006-02-181-16/+36
* - Do not depend on fact that file system covers entire provider.pjd2006-02-181-19/+13
* This function returns nothing.pjd2006-02-181-1/+1
* If provider's sector size prevents reading SBLOCKSIZE bytes returnpjd2006-02-181-8/+10
* Remove trailing spaces.pjd2006-02-015-10/+10
* Style cleanups.pjd2006-01-181-24/+21
* Don't pass error value pointer to g_read_data(9) at all if we don'tsobomax2005-11-303-6/+6
* Check for g_read_data(9) errors properly:sobomax2005-11-303-3/+3
* We do nothing with returned error value, so just remove it.pjd2005-11-291-3/+2
OpenPOWER on IntegriCloud