summaryrefslogtreecommitdiff
path: root/sys/geom/label/g_label_ntfs.c
Commit message (Expand)AuthorAgeFilesLines
* geom_label: Make glabel labels more trivial by separating the tastingXin LI2020-07-261-3/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Use int8_t type for the mftrecsz field in g_label_ntfs. char typeStanislav Sedov2013-05-051-3/+4
* 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
* Provide a set of sysctls and tunables to disable device node creationEdward Tomasz Napierala2009-11-281-2/+5
* Style cleanups.Pawel Jakub Dawidek2006-01-181-24/+21
* We do nothing with returned error value, so just remove it.Pawel Jakub Dawidek2005-11-291-3/+2
* Check value returned by g_read_data(9), otherwise we can end in panic(9)Maxim Sobolev2005-11-291-0/+3
* Add checking for File record magic.Takanori Watanabe2005-10-261-0/+6
* Verify length of the data to read as well.Pawel Jakub Dawidek2005-08-281-0/+2
* Add NTFS labeling function.Takanori Watanabe2005-08-261-0/+113