summaryrefslogtreecommitdiff
path: root/core/include
Commit message (Expand)AuthorAgeFilesLines
* cache, btrfs: Provide a general cached read routineH. Peter Anvin2014-05-261-0/+1
* Centralize shift_is_held(), make it work to force the command linesyslinux-6.03-pre11H. Peter Anvin2014-04-201-0/+9
* core: Avoid initializing the cache more than onceRaphael S. Carvalho2014-04-031-0/+1
* Add filesystem UUID to SYSAPPEND for FATSerj Kalichev2014-03-132-0/+5
* Merge branch 'nocomapi'syslinux-6.03-pre7H. Peter Anvin2014-03-032-1/+4
|\
| * bios: Remove shuffle and boot comapi callH. Peter Anvin2014-02-131-1/+0
| * 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-172-3/+5
* Merge branch 'elflink-pxe-fixes-for-mfleming-2' of git://github.com/geneC/sys...Matt Fleming2013-09-303-4/+9
|\
| * PXELINUX: Use sendto() instead of connect()/send()/disconnect()Gene Cumm2013-09-231-0/+3
| * core: mbox/semaphore NULL checksGene Cumm2013-08-032-4/+6
* | video.h: we need one syslinux_force_text_mode() prototypeMatt Fleming2013-07-261-1/+0
* | 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.11-pre2' into firmwareMatt Fleming2013-06-172-2/+25
|\ \ | |/
| * PATH: use a linked list internallysyslinux-5.11-pre1Matt Fleming2013-06-131-1/+9
| * serial: Clean up and abstract handling of serial portsH. Peter Anvin2013-05-311-1/+16
* | efi: Add network supportsyslinux-6.00-pre5Matt Fleming2013-04-231-12/+18
* | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-228-37/+273
|\ \ | |/
| * net: Return of the legacy network stackMatt Fleming2013-03-061-0/+33
| * Merge branch 'lwip' into elflinkMatt Fleming2013-02-267-36/+239
| |\
| | * thread: Add magic number, debugging code, min stack sizeH. Peter Anvin2012-03-301-0/+3
| | * thread: allow marking invalid; allow for static mboxesH. Peter Anvin2011-10-112-1/+53
| | * pxe: when hooking an interrupt, explicitly enable it at the PICH. Peter Anvin2011-05-091-23/+0
| | * core: pass the file flags down through the stackH. Peter Anvin2011-05-011-3/+3
| | * thread: fix warningsH. Peter Anvin2011-05-011-0/+1
| | * thread: simplify the schedulerH. Peter Anvin2011-04-301-2/+0
| | * thread: make kill_thread() actually do its jobH. Peter Anvin2011-04-271-1/+11
| | * 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
| | * PXE Cleanups, allow for 128 open filesH. Peter Anvin2011-04-251-5/+2
| | * pxe: use a separate poll thread instead of using an idle thread hookH. Peter Anvin2011-04-241-2/+7
| | * lwip: handle UNDI stacks which need to be polledH. Peter Anvin2011-04-221-0/+2
| | * thread: thread-switch the real-mode stack, tooH. Peter Anvin2011-04-211-0/+1
| | * core: thread: Implement polling for wakeups.Eric W. Biederman2011-04-121-0/+2
| | * core: pxe: Improve the situation with installing and uninstalling irq handlersEric W. Biederman2011-04-121-0/+1
| | * core: Add isspace to ctype.hEric W. Biederman2011-04-121-0/+13
| | * core thread: Don't include core.h from thread.hEric W. Biederman2011-04-091-1/+2
| | * core: Move timer functions into timer.hEric W. Biederman2011-04-092-16/+22
| | * core: Move kaboom into it's own header.Eric W. Biederman2011-04-092-6/+12
| | * core: thread: add a name fieldH. Peter Anvin2011-04-091-1/+2
| | * core: thread: add static declaration of semaphoresH. Peter Anvin2011-04-091-0/+9
| | * thread: add support for locking the schedulerH. Peter Anvin2011-04-092-0/+6
| | * core thread: Rename timeouts pvt to better reflect it's use.Eric W. Biederman2011-04-091-3/+1
| | * core: thread: add a "timeouts" pointer to the thread structureH. Peter Anvin2011-04-091-0/+3
| | * core: thread: move most thread state to stack; task switch errnoH. Peter Anvin2011-04-091-5/+1
| | * core: thread: merge mbox_post() and mbox_trypost()H. Peter Anvin2011-04-081-0/+4