summaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs.h
AgeCommit message (Collapse)Author
2008-09-01Avoid #pragma pack(1) and unify everything towards using __packed.Theo de Raadt
This requires that structures defined within __packed structures must independently request that they themselves become __packed, too. worked on with toby CVS: ----------------------------------------------------------------------
2007-06-02do the daddr_t -> daddr64_t or int32_t dance here as wellTheo de Raadt
"this code sucks -- pedro", "just put it in -- tom".
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2003-05-20un __PTed Unangst
2003-05-20fix the tagsMichael Shalayeff
2003-05-20by popular request, NTFS support. read only.Ted Unangst
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@