summaryrefslogtreecommitdiff
path: root/sys/geom/label/g_label_msdosfs.c
Commit message (Expand)AuthorAgeFilesLines
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* geom_label: Make glabel labels more trivial by separating the tastingXin LI2020-07-261-2/+1
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-071-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix off-by-one error in fstyp(8) and geom_label(4) that made them useEdward Tomasz Napierala2015-06-181-9/+1
* Provide a set of sysctls and tunables to disable device node creationEdward Tomasz Napierala2009-11-281-2/+5
* - Use the correct argument when determining the buffer size.Ulf Lilleengen2009-02-111-1/+1
* Remove trailing spaces.Pawel Jakub Dawidek2006-09-301-1/+1
* Handle MSDOS file systems properly. Before the change file systemsPawel Jakub Dawidek2006-08-121-34/+155
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-011-1/+1
* Don't pass error value pointer to g_read_data(9) at all if we don'tMaxim Sobolev2005-11-301-2/+2
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-301-1/+1
* Introduce GEOM_LABEL class.Pawel Jakub Dawidek2004-07-021-0/+101