Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-01 | Avoid #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-02 | do the daddr_t -> daddr64_t or int32_t dance here as well | Theo de Raadt | |
"this code sucks -- pedro", "just put it in -- tom". | |||
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat | |
2003-05-20 | un __P | Ted Unangst | |
2003-05-20 | fix the tags | Michael Shalayeff | |
2003-05-20 | by popular request, NTFS support. read only. | Ted Unangst | |
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@ |