freebsd-dev/sys/geom/label
Jean-Sébastien Pédron 5943eed4b9 g_label_ntfs.c: Mark structures as __packed
Without this, read data is mis-interpreted. This could trigger a panic,
as was the case on one computer where computed "recsize" was zero,
leading to a call to g_read_page() asking for 0 bytes.
2013-03-05 11:02:05 +00:00
..
g_label_ext2fs.c Some linux distros put mount point into the ext2fs labels, such as '/', or 2011-03-08 17:00:31 +00:00
g_label_gpt.c Include sys/sbuf.h directly. 2011-07-11 05:22:31 +00:00
g_label_iso9660.c Provide a set of sysctls and tunables to disable device node creation 2009-11-28 11:57:43 +00:00
g_label_msdosfs.c Provide a set of sysctls and tunables to disable device node creation 2009-11-28 11:57:43 +00:00
g_label_msdosfs.h
g_label_ntfs.c g_label_ntfs.c: Mark structures as __packed 2013-03-05 11:02:05 +00:00
g_label_reiserfs.c Provide a set of sysctls and tunables to disable device node creation 2009-11-28 11:57:43 +00:00
g_label_ufs.c Fix problem with geom_label(4) not recognizing UFS labels on filesystems 2012-10-30 21:32:10 +00:00
g_label.c Mangle label names containing spaces, non-printable characters '%' or 2012-12-22 13:43:12 +00:00
g_label.h It seems that it is preferable to keep support for glabel also for 2012-10-18 22:18:11 +00:00