summaryrefslogtreecommitdiff
path: root/com32/include/syslinux/loadfile.h
Commit message (Collapse)AuthorAgeFilesLines
* Generic framework for reading compressed files using standard I/OH. Peter Anvin2008-02-291-0/+1
| | | | | | | | | | 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-0/+2
| | | | | Handle unspecified file length for comboot/com32 modules; do changes to the appropriate part of libcom32 to handle this properly.
* Library functions for manipulating initramfsH. Peter Anvin2007-03-151-0/+12
Library support for constructing initramfs. This version is *not* complete, as it doesn't take into account alignment requirements properly.