summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/loadfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Generic framework for reading compressed files using standard I/OH. Peter Anvin2008-02-291-70/+20
| | | | | | | | | | Add zopen(), zfopen(), and zloadfile() to transparently open and uncompress a gzip file (adding support for other formats is quite trivial. Once a file handle or file pointer is received, it can be treated like any other one (fstat will report it as a socket, since the length is unknown.)
* Comboot/Com32 changes for unspecified file lengthsH. Peter Anvin2008-02-271-26/+65
| | | | | Handle unspecified file length for comboot/com32 modules; do changes to the appropriate part of libcom32 to handle this properly.
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* Library functions for manipulating initramfsH. Peter Anvin2007-03-151-0/+69
Library support for constructing initramfs. This version is *not* complete, as it doesn't take into account alignment requirements properly.