summaryrefslogtreecommitdiff
path: root/com32/include/linux
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'lwip' into elflinkMatt Fleming2013-02-261-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Welcome to Syslinux 5.10. Conflicts: NEWS com32/lib/Makefile com32/lib/sys/open.c com32/lib/syslinux/ipappend.c com32/modules/Makefile com32/modules/prdhcp.c core/Makefile core/cmdline.inc core/com32.inc core/comboot.inc core/configinit.inc core/fs/chdir.c core/fs/fs.c core/fs/pxe/dnsresolv.c core/fs/pxe/pxe.c core/fs/pxe/pxe.h core/idle.c core/include/ctype.h core/init.inc core/mem/init.c core/parseconfig.inc core/runkernel.inc core/syslinux.ld core/ui.inc doc/comboot.txt version
* ldlinux: Loading a config file should cause re-initialisationMatt Fleming2012-03-231-0/+13
| | | | | | | | | | | | There are a number of initialisation steps that need to be performed *every* time a config file is loaded. Reload ldlinux.c32 so that we can re-initialise the environment whenever a new config file is loaded. This involves unloading all the modules that have been loaded since ldlinux.c32. Luckily the list of loaded modules is sorted by load order, which means it's trivial to "pop" them from the front of the list. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
* elflink: copy some elflink related files overFeng Tang2010-07-201-0/+463
also make sure the compiling passed