aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/label/g_label_disk_ident.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* 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-3/+1
* Squash error from geom by sizing ident strings to DISK_IDENT_SIZE.Sean Bruno2018-04-051-1/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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-151-0/+84