summaryrefslogtreecommitdiffstats
path: root/sys/geom/label/g_label_ntfs.c
Commit message (Expand)AuthorAgeFilesLines
* - Use int8_t type for the mftrecsz field in g_label_ntfs. char typestas2013-05-051-3/+4
* 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
* Provide a set of sysctls and tunables to disable device node creationtrasz2009-11-281-2/+5
* Style cleanups.pjd2006-01-181-24/+21
* We do nothing with returned error value, so just remove it.pjd2005-11-291-3/+2
* Check value returned by g_read_data(9), otherwise we can end in panic(9)sobomax2005-11-291-0/+3
* Add checking for File record magic.takawata2005-10-261-0/+6
* Verify length of the data to read as well.pjd2005-08-281-0/+2
* Add NTFS labeling function.takawata2005-08-261-0/+113
OpenPOWER on IntegriCloud