Age | Commit message (Collapse) | Author |
|
|
|
|
|
of 64bit values to 'int'
- read always single cluster of data, to avoid confusing the buffer
cache; this appears to fix the random file content corruption which
happens when more than one cluster is read at the same time, i.e. for
files > 3*cluster_size
- fix some questionable pointer arithmetics; gcc-3.4.x didn't like it
- g/c redundant debug printf
- remove all traces of non-working quota support
add quota support to TODO - makes sense only once writing support
would be implemented, and only once NTFS would support notion of file 'owner'
- use 64bit local variable for free space computation
From NetBSD
- Comment fixes from joris@
ok millert@ joris@ pedro@
|
|
from FreeBSD
ok pedro tedu miod, tested by millert and myself
|
|
enough permissions to access the given device. ok millert@
|
|
* spacing
ok tedu pedro millert otto
|
|
|
|
|
|
|
|
|
|
The code comes from NetBSD and was ported by Julian Bordet.
ok deraadt@
|