diff options
author | 2005-05-21 18:05:58 +0000 | |
---|---|---|
committer | 2005-05-21 18:05:58 +0000 | |
commit | 835c1779d875388da89540c8bc322e8f7569fa97 (patch) | |
tree | c3705562e26e704a31faea28cd69d489ecf84464 /lib | |
parent | elf64 of course! (diff) | |
download | wireguard-openbsd-835c1779d875388da89540c8bc322e8f7569fa97.tar.xz wireguard-openbsd-835c1779d875388da89540c8bc322e8f7569fa97.zip |
- use MIN()/MAX() rather than min()/max(), to avoid possible truncation
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@
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions