summaryrefslogtreecommitdiff
path: root/core/include/core.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* config: allow a chdir at the time a new configuration file is loadedH. Peter Anvin2010-02-141-0/+3
* Merge branch 'fsc' into pathbasedH. Peter Anvin2010-02-101-1/+2
|\
| * core/fs: abstract filesystem, use cache for ext2 group descriptorsH. Peter Anvin2010-01-251-1/+2
* | pathbased:btrfs: initial subvol supportAlek Du2010-01-131-0/+1
|/
* Added a generic path_lookup method in vfsYuanhan Liu2009-10-251-0/+5
* core: hook INT 1Ch for a simple monotonic timerH. Peter Anvin2009-09-021-0/+8
* core: pxe: port the PXE idle function to CH. Peter Anvin2009-09-011-1/+3
* Core: get rid of passing com32sys_t structure as parameter in PModeLiu Aleaxander2009-08-311-1/+1
* Core:pxelinux: code cleanLiu Aleaxander2009-08-301-46/+0
* Core:pxelinux: unload_pxe converted.Liu Aleaxander2009-08-301-0/+2
* Core:pxelinux: code clean--removes the unused variables in ASM fileLiu Aleaxander2009-08-301-3/+1
* Core:PXELINUX: dnsrelov.inc convertedLiu Aleaxander2009-08-191-4/+4
* core: cleaner way to call kaboom from 32-bit codeH. Peter Anvin2009-08-121-1/+8
* core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin2009-08-121-1/+0
* Merge commit 'liu/master'; fix Files[] definitionH. Peter Anvin2009-08-101-3/+5
|\
| * Core: move the comman externs to core.hLiu Aleaxander2009-08-081-3/+2
|/
* Core:PXELINUX: pxelinux derivative merged succeesfullyLiu Aleaxander2009-08-061-0/+51
* Core:ISOLINUX: convert the isolinux.asm to CLiu Aleaxander2009-06-211-1/+1
* Core:EXTLINUX: convert the getfssec function to CLiu Aleaxander2009-06-061-3/+0
* Core: Convert the searchdir function to CLiu Aleaxander2009-06-051-0/+3
* Core: add two new data types, sector_t and block_tLiu Aleaxander2009-06-041-4/+0
* extract the geting fs information code in asm to a C function fs_initLiu Aleaxander2009-06-031-0/+4
* Convert the config load part to CLiu Aleaxander2009-06-031-0/+7
* printf error fixedLiu Aleaxander2009-06-031-1/+0
* Merge branch 'core32' of git://git.zytor.com/syslinux/syslinux into core32Liu Aleaxander2009-06-031-0/+6
|\
| * core: add new __lowmem macro to allocate a static lowmem bufferH. Peter Anvin2009-06-021-0/+3
| * Export the cache_seg to 32-bit code as core_cache_bufH. Peter Anvin2009-06-021-0/+2
* | Successed in converting the cache code to CLiu Aleaxander2009-06-031-0/+7
|/
* core: call16(): simple wrapper to call 16-bit functions in the coreH. Peter Anvin2009-06-011-0/+2
* core: export a symbol for the raw address of xfer_buf_segH. Peter Anvin2009-05-311-0/+1
* core: move core definitions to include/core.hH. Peter Anvin2009-05-141-0/+10