Gregory Nutt
|
8b4b61f140
|
fs/cromfs: Fix a error in reading partial compressed blocks. The LZF decompressor does not support that operation. Instead we have to decompress full block into a temporary buffer and copy out the parts that we need. To compensate for the performance hit, a caching mechanism was added so that we do not have to read the same block repeatedly. Unrelated: Also updates some README files.
|
2018-03-24 11:30:35 -06:00 |
|
Gregory Nutt
|
5fc6178201
|
libc/lzf: Another trivial coding standard fix.
|
2018-03-15 10:47:00 -06:00 |
|
Gregory Nutt
|
43ba19025d
|
Update some function headers.
|
2018-03-15 09:19:26 -06:00 |
|
Gregory Nutt
|
0ab037e6b4
|
libc/lzf: lzf_compress() now expects the hash table as user allocated input parmeter rather than declaring the huge array on the stack.
|
2018-03-15 08:51:32 -06:00 |
|
Gregory Nutt
|
d3cf5de5f4
|
libc/lzf: Fix an error introduced in coding standard conversion.
(cherry picked from commit 8879116fe85558520c4811dc4ab780b28e66810d)
|
2018-03-15 08:32:04 -06:00 |
|
Boris Astardzhiev
|
25eb417c12
|
libc/lzf: Add Marc Alexander Lehmann's LIBLZF3.6 librrary
|
2018-03-14 14:48:53 -06:00 |
|