Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lazy init nthash to save some memory when it's not used. ok jsing | 2014-01-19 | 1 | -2/+1 | |
| | |||||
* | Avoid truncating 64-bit on disk attribute values to 32-bits. Otherwise an | 2013-12-02 | 1 | -3/+3 | |
| | | | | | | attribute's data length value wraps at 4GB. ok krw@ | ||||
* | More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type | 2013-05-30 | 1 | -2/+2 | |
| | | | | internally, only using ino_t in the VFS layer APIs: vget, readdir, getattr | ||||
* | revert previous "simplification". kcornies at gmail says it doesn't work. | 2010-09-04 | 1 | -2/+4 | |
| | |||||
* | the upper case table code was a lot more complicated than it needed to be. | 2010-08-22 | 1 | -4/+2 | |
| | |||||
* | - remove super-obvious comments from vnodeop_entries[] | 2009-08-13 | 1 | -36/+1 | |
| | | | | | | - remove #ifdef someos blocks, makes this a tad easier to read agreed by art@ and thib@ | ||||
* | un __P | 2003-05-20 | 1 | -65/+65 | |
| | |||||
* | fix the tags | 2003-05-20 | 1 | -1/+1 | |
| | |||||
* | by popular request, NTFS support. read only. | 2003-05-20 | 1 | -0/+145 | |
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@ |