summaryrefslogtreecommitdiff
path: root/packages/MSDOS/CVS/Entries
diff options
context:
space:
mode:
Diffstat (limited to 'packages/MSDOS/CVS/Entries')
-rw-r--r--packages/MSDOS/CVS/Entries4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/MSDOS/CVS/Entries b/packages/MSDOS/CVS/Entries
index 53f6ad7..83eecb1 100644
--- a/packages/MSDOS/CVS/Entries
+++ b/packages/MSDOS/CVS/Entries
@@ -1,4 +1,4 @@
/README/1.1/Thu Jun 28 15:56:06 2001//
-/djmake.bat/1.4/Sat Sep 30 08:12:59 2006/-kb/
-/ylwrap.pat/1.2/Thu Jul 5 13:47:53 2001//
+/djmake.bat/1.4/Fri Jul 8 11:00:20 2005/-kb/
+/ylwrap.pat/1.2/Thu Jul 5 13:47:54 2001//
D
decompressor init() function. This allows the decompressor init() function to be dynamically called to instantiate multiple decompressors, without the compressor options needing to be read and parsed each time. 2. It moves threading and all sleeping operations out of the decompressors. In doing so, it makes the decompressors non-blocking wrappers which only deal with interfacing with the decompressor implementation. 3. It splits decompressor.[ch] into decompressor generic functions in decompressor.[ch], and moves the single threaded decompressor implementation into decompressor_single.c. The result of this patch is Squashfs should now be able to support multiple decompressors by adding new decompressor_xxx.c files with specialised implementations of the functions in decompressor_single.c Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk> Reviewed-by: Minchan Kim <minchan@kernel.org>
Diffstat (limited to 'fs/squashfs/decompressor.c')