summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/initramfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/lib/syslinux/initramfs.cH. Peter Anvin2009-05-291-24/+24
| | | | | | | | | Automatically reformat com32/lib/syslinux/initramfs.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>
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* initramfs chain handling: add support for forcing the alignment.H. Peter Anvin2007-03-151-1/+9
| | | | | | cpio has annoying alignment constraints; make it possible to enforce them without adding padding to the end of last member (which breaks things which relies on gzip and need to know the final length.)
* Library functions for manipulating initramfsH. Peter Anvin2007-03-151-0/+68
Library support for constructing initramfs. This version is *not* complete, as it doesn't take into account alignment requirements properly.