summaryrefslogtreecommitdiff
path: root/core/include/core.h
Commit message (Expand)AuthorAgeFilesLines
* Centralize shift_is_held(), make it work to force the command linesyslinux-6.03-pre11H. Peter Anvin2014-04-201-0/+9
* Add filesystem UUID to SYSAPPEND for FATSerj Kalichev2014-03-131-0/+1
* Merge branch 'nocomapi'syslinux-6.03-pre7H. Peter Anvin2014-03-031-0/+4
|\
| * bios: Remove comapi calls related to the ADVH. Peter Anvin2014-02-131-0/+4
* | shuffler: Actually get the shuffler size sanelysyslinux-6.03-pre4H. Peter Anvin2014-02-271-1/+7
|/
* core: don't leak the __lowmem and __bss16 macros to modulesH. Peter Anvin2013-10-171-2/+4
* efi: Export __bcopyxx_lenMatt Fleming2013-06-211-1/+1
* efi: provide prototype for load_env32()Matt Fleming2013-06-201-0/+2
* efi: Mark global BIOS-only symbols as __weakMatt Fleming2013-06-191-4/+10
* Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-221-27/+19
|\
| * Merge branch 'lwip' into elflinkMatt Fleming2013-02-261-26/+18
| |\
| | * Additional sysappend strings from DMI; pre-bake the http cookiesH. Peter Anvin2011-04-261-0/+1
| | * Generalize ipappend handling as "sysappend", and move to PM codeH. Peter Anvin2011-04-251-0/+6
| | * core: remove the .hugebss sectionH. Peter Anvin2011-04-251-6/+0
| | * core: pxe: Improve the situation with installing and uninstalling irq handlersEric W. Biederman2011-04-121-0/+1
| | * core: Move timer functions into timer.hEric W. Biederman2011-04-091-16/+1
| | * core: Move kaboom into it's own header.Eric W. Biederman2011-04-091-6/+1
| | * thread: add support for locking the schedulerH. Peter Anvin2011-04-091-0/+3
| | * core: declare jiffies_t and mstime_t and use them.Eric W. Biederman2011-04-081-3/+6
| * | ldlinux: Pass config filename as argv[1] to ldlinux.c32Matt Fleming2013-02-201-1/+1
* | | firmware: Make disk->private an opaque typeMatt Fleming2012-11-151-6/+0
* | | Merge tag 'syslinux-5.00-pre10' into for-hpa/elflink/firmwareMatt Fleming2012-11-141-0/+1
|\ \ \ | |/ /
| * | CLI: Add Ctrl + V support for printing the Syslinux versionMatt Fleming2012-11-021-0/+1
* | | core: Change numIPAppends data typeMatt Fleming2012-08-021-1/+1
* | | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-301-1/+33
|\ \ \ | |/ /
| * | elflink: Replace __intcall() with direct function callsMatt Fleming2012-07-201-0/+14
| * | ldlinux: Stop using the internal KT_* image typesMatt Fleming2012-07-201-0/+2
| * | elflink: Fix boot sector bootingMatt Fleming2012-06-071-0/+1
| * | core: Move write_serial() prototype to core.hMatt Fleming2012-04-171-0/+9
| * | ldlinux: Fix number of arguments to start_ldlinux()Matt Fleming2012-04-171-0/+2
| * | ldlinux: chdir to the APPEND str when parsing a CONFIG directiveMatt Fleming2012-03-231-0/+1
| * | core: Delete the aux segmentMatt Fleming2012-03-231-1/+0
* | | firmware: Fix assorted compiler warningsMatt Fleming2012-03-281-0/+5
|/ /
* | core: Delete code that is duplicated in ldlinuxMatt Fleming2011-12-021-0/+1
* | core: Reimplement lots asm code in CMatt Fleming2011-12-011-0/+2
* | Merge branch 'pxelinux' into for-hpa/elflink/ldlinuxMatt Fleming2011-06-071-0/+2
|\ \
| * | ldlinux: Add support for parsing "serial" config directiveMatt Fleming2011-06-071-0/+2
* | | core.h: add a few include files needed pretty much everywhereH. Peter Anvin2011-05-271-0/+7
|/ /
* | Merge branch 'master' into elflink-mergeH. Peter Anvin2010-08-121-0/+13
|\ \ | |/
| * core: define and use set_flags() helperH. Peter Anvin2010-07-261-0/+13
| * core: add a ms-denominated timerH. Peter Anvin2010-07-051-1/+5
* | elflink: a lot of core/fs mergeFeng Tang2010-07-201-1/+5
* | elflink: remove hmalloc which is not needed after core/com32 malloc mergedFeng Tang2010-07-201-1/+0
* | elflink: differentiate the 2 malloc systemFeng Tang2010-07-201-1/+1
|/
* core: move idle handling into protected modeH. Peter Anvin2010-03-301-3/+5
* core: don't bother zeroing the disk cache and heapH. Peter Anvin2010-03-061-2/+7
* core: get rid of unmangle_name completelysyslinux-4.00-pre31H. Peter Anvin2010-02-281-1/+0
* core: don't use "const volatile" in __jiffies definitionH. Peter Anvin2010-02-281-1/+1
* core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin2010-02-231-1/+3
* core: add a direct 32-bit APIH. Peter Anvin2010-02-231-0/+1