summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/loadfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/lib/syslinux/loadfile.cH. Peter Anvin2009-05-291-12/+12
| | | | | | | | | Automatically reformat com32/lib/syslinux/loadfile.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* loadfile: make sure we don't trash errnoH. Peter Anvin2008-06-151-1/+6
| | | | Make sure we don't trash a useful value in errno.
* 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.