summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/pxe_get_cached.c
Commit message (Collapse)AuthorAgeFilesLines
* com32: replace hard-coded bounce buffer use in com32/libsyslinux-4.00-pre25H. Peter Anvin2010-02-241-11/+26
| | | | | | Replace hard-coded bounce buffer uses in com32/lib with lmalloc/lfree. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on com32/lib/syslinux/pxe_get_cached.cH. Peter Anvin2009-05-291-27/+27
| | | | | | | | | Automatically reformat com32/lib/syslinux/pxe_get_cached.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
|
* pxe_get_cached.c: readability improvement.H. Peter Anvin2007-04-031-2/+2
|
* PXE header support; higher-level function for PXE GET_CACHED_INFOH. Peter Anvin2007-03-151-0/+81
Beginnings of higher-level functions for PXE support. For now, only pxe_get_cached_info() is actually supported.