summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/run_command.c
Commit message (Collapse)AuthorAgeFilesLines
* com32: replace hard-coded bounce buffer use in com32/libsyslinux-4.00-pre25H. Peter Anvin2010-02-241-7/+10
| | | | | | 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/run_command.cH. Peter Anvin2009-05-291-8/+8
| | | | | | | | | Automatically reformat com32/lib/syslinux/run_command.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
|
* A few more syslinux wrapper functionH. Peter Anvin2007-04-031-0/+47
Add implementations of a few more syslinux wrapper functions: syslinux_run_command() syslinux_run_default() syslinux_final_cleanup()