Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill stale prototypes. | 2016-08-10 | 1 | -4/+1 | |
| | | | | ok deraadt millert stefan | ||||
* | More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type | 2013-05-30 | 1 | -3/+3 | |
| | | | | internally, only using ino_t in the VFS layer APIs: vget, readdir, getattr | ||||
* | convert lockmgr over to rwlock in ntfs, mostly trivial. | 2009-03-25 | 1 | -2/+2 | |
| | | | | Tested by a couple of people, no regressions. | ||||
* | un __P | 2003-05-20 | 1 | -8/+8 | |
| | |||||
* | fix the tags | 2003-05-20 | 1 | -1/+1 | |
| | |||||
* | by popular request, NTFS support. read only. | 2003-05-20 | 1 | -0/+39 | |
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@ |