| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Generic framework for reading compressed files using standard I/O | H. Peter Anvin | 2008-02-29 | 1 | -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 lengths | H. Peter Anvin | 2008-02-27 | 1 | -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 initramfs | H. Peter Anvin | 2007-03-15 | 1 | -0/+12 |
| Library support for constructing initramfs. This version is *not* complete, as it doesn't take into account alignment requirements properly. | |||||
