summaryrefslogtreecommitdiff
path: root/memdisk/unzip.c
Commit message (Expand)AuthorAgeFilesLines
* memdisk: drop DEBUG from unzip.cH. Peter Anvin2010-02-281-0/+2
* memdisk: minor cleanupsH. Peter Anvin2009-06-071-4/+2
* memdisk: move the heap to high memoryH. Peter Anvin2009-06-071-3/+5
* Run Nindent on memdisk/unzip.cH. Peter Anvin2009-05-291-206/+205
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-11/+11
* New version number; gcc 4.0.1 fixhpa2005-08-031-1/+1
* Move all 16-bit code into one assembly file so we don't have to relyhpa2004-12-081-0/+1
* Handle memdisk images compressed with zip as well as with gzip.hpa2004-04-271-6/+180
* Unget bytes properly...hpa2003-11-191-8/+8
* Add debugging code for input buffer underrunsyslinux-2.07-pre6hpa2003-11-181-14/+32
* Fix overlap handling properly (we hope)hpa2003-07-151-19/+2
* Support compressed MEMDISK images.hpa2003-04-101-0/+214