aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/label
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one error in fstyp(8) and geom_label(4) that made them useEdward Tomasz Napierala2015-06-184-18/+19
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-5/+2
* Revert r267961, r267973:Glen Barber2014-06-272-2/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-5/+2
* Make r242379 - the fix for UFS labels disappearing after resizingEdward Tomasz Napierala2014-05-051-2/+4
* An all-or-nothing approach to labels isn't flexible enough. EmbeddedMarcel Moolenaar2014-04-061-2/+6
* Fix build with gcc by spelling unused format string as "unused" instead of NULL.Edward Tomasz Napierala2013-10-191-1/+1
* Make geom_label(4) resize-aware. This fixes a situation when "gpart resize"Edward Tomasz Napierala2013-10-181-0/+12
* - Use int8_t type for the mftrecsz field in g_label_ntfs. char typeStanislav Sedov2013-05-051-3/+4
* Comment typo fix.Ivan Voras2013-04-161-2/+2
* Fix the buffer-overflow-fixing fixes.Ivan Voras2013-04-161-15/+19
* Introduce glabel labels based on GEOM ident attributes. In this initialIvan Voras2013-04-153-1/+87
* g_label_ntfs_taste: Abort taste is recsize == 0Jean-Sébastien Pédron2013-03-081-1/+1
* g_label_ntfs.c: Mark structures as __packedJean-Sébastien Pédron2013-03-051-3/+3
* Remove ntfs headers dependency for g_label_ntfs.c by redefining theAttilio Rao2013-03-021-14/+65
* Mangle label names containing spaces, non-printable characters '%' orJaakko Heinonen2012-12-221-0/+23
* - Don't pass geom and provider names as format strings.Jaakko Heinonen2012-11-201-1/+1
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemsEdward Tomasz Napierala2012-10-301-1/+2
* It seems that it is preferable to keep support for glabel also forAttilio Rao2012-10-182-0/+2
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-172-2/+0
* Revert r235918 for now and add comment explaining the reason for theEdward Tomasz Napierala2012-05-251-3/+9
* Make g_label(4) ignore provider size when looking for UFS labels.Edward Tomasz Napierala2012-05-241-5/+3
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* When checking existence of providers skip those which are orphaned.Andrey V. Elsukov2011-05-041-0/+2
* Some linux distros put mount point into the ext2fs labels, such as '/', orMaxim Sobolev2011-03-081-4/+10
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+2
* - Report an error when a label with invalid name is attempted to beJaakko Heinonen2010-12-011-4/+6
* g_label: fix possible NULL pointer dereferenceAndriy Gapon2010-05-311-4/+2
* Provide a set of sysctls and tunables to disable device node creationEdward Tomasz Napierala2009-11-289-29/+68
* If provider is open for writing when we taste it, skip it for classes thatPawel Jakub Dawidek2009-10-091-0/+4
* Fix tabs, slightly improve comments.Ivan Voras2009-06-181-9/+9
* Add support for labels derived from GPT metadata.Ivan Voras2009-06-133-0/+168
* Crank the debug level necessary to display the "Label foo is removed"Doug Barton2009-05-301-4/+4
* Create GEOM labels from UFS IDs, e.g. /dev/ufsid/49c97b1faa2adc43. UFS IDsIvan Voras2009-03-253-12/+50
* - Use the correct argument when determining the buffer size.Ulf Lilleengen2009-02-111-1/+1
* o s/resiserfs_sb/reiserfs_sb/.Maxim Konovalov2007-11-161-1/+1
* Remove trailing spaces.Pawel Jakub Dawidek2006-09-302-4/+4
* Fix detecting of UFS1 label when mediasize%fragsize != 0.Pawel Jakub Dawidek2006-09-161-2/+2
* Handle MSDOS file systems properly. Before the change file systemsPawel Jakub Dawidek2006-08-122-34/+295
* Verify if a label doesn't point to the parent directory.Pawel Jakub Dawidek2006-08-121-0/+24
* We need to check if file system size is equal to provider's size, becausePawel Jakub Dawidek2006-03-041-2/+7
* Inform when label disappears.Pawel Jakub Dawidek2006-02-181-16/+36
* - Do not depend on fact that file system covers entire provider.Pawel Jakub Dawidek2006-02-181-19/+13
* This function returns nothing.Pawel Jakub Dawidek2006-02-181-1/+1
* If provider's sector size prevents reading SBLOCKSIZE bytes returnPawel Jakub Dawidek2006-02-181-8/+10
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-015-10/+10
* Style cleanups.Pawel Jakub Dawidek2006-01-181-24/+21
* Don't pass error value pointer to g_read_data(9) at all if we don'tMaxim Sobolev2005-11-303-6/+6
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-303-3/+3
* We do nothing with returned error value, so just remove it.Pawel Jakub Dawidek2005-11-291-3/+2