summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core: booleanize the return value from *_load_config()syslinux-4.00-pre4H. Peter Anvin2009-08-302-2/+2
* Core:pxelinux: fix the config file loading when we got a DHCP optionLiu Aleaxander2009-08-311-3/+2
* Core: get rid of passing com32sys_t structure as parameter in PModeLiu Aleaxander2009-08-317-88/+71
* Core:pxelinux: add %if IS_PXELINUX statement in extern.incLiu Aleaxander2009-08-311-1/+2
* Core:pxelinux: code cleanLiu Aleaxander2009-08-306-151/+135
* Core:pxelinux: unload_pxe converted.Liu Aleaxander2009-08-308-152/+93
* Core:pxelinux: code clean--removes the unused variables in ASM fileLiu Aleaxander2009-08-304-46/+26
* Core:pxelinux: The pxe structures are all converted to standard structures.syslinux-4.00-pre3Liu Aleaxander2009-08-293-171/+109
* Core: code clean -- re-style the unstyle codeLiu Aleaxander2009-08-284-65/+59
* Core:pxelinux: fix the probaly hang when use hostLiu Aleaxander2009-08-282-1/+3
* Core: vfs-dir stuff cleanedLiu Aleaxander2009-08-286-43/+15
* Core: vfs-dir stuff re-implementedLiu Aleaxander2009-08-287-129/+86
* Core: opendir/readdir/closedir stuff addedLiu Aleaxander2009-08-277-110/+219
* Core:pxelinux: fix the dns_resolv call reference in pxe.cAleaxander2009-08-262-3/+3
* dnsresolv: compare returned name; "better" CNAME handlingH. Peter Anvin2009-08-241-27/+82
* dnsresolv: fix timeouts, clean up typesH. Peter Anvin2009-08-243-24/+26
* Core:PXELINUX: dns_resolv problem resolved.Liu Aleaxander2009-08-212-14/+31
* Core:PXELINUX: dnsrelov.inc convertedLiu Aleaxander2009-08-197-402/+317
* Core:PXELINUX: improve the pxe_mangle_name in pxe.cLiu Aleaxander2009-08-181-34/+33
* Core: fat: make the file->file_len to store the dir sector number when we sea...Liu Aleaxander2009-08-172-1/+5
* Core: code cleanLiu Aleaxander2009-08-166-544/+210
* core: kaboom.c: file missing from previous checkinH. Peter Anvin2009-08-131-0/+16
* core: cleaner way to call kaboom from 32-bit codeH. Peter Anvin2009-08-123-10/+18
* core: use stpcpy() as generic_unmangle_name()H. Peter Anvin2009-08-126-12/+10
* iso9660: adjust to the new VFSH. Peter Anvin2009-08-121-110/+114
* core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin2009-08-1214-151/+124
* core: more filesystem-specific files into subdirectoriesH. Peter Anvin2009-08-1211-188/+5
* core: VFS cleanups: add a persistent generic struct fileH. Peter Anvin2009-08-1112-169/+232
* Merge commit 'liu/master' into fscsyslinux-4.00-pre2H. Peter Anvin2009-08-114-45/+47
|\
| * Core:SYSLINUX: make searchdir do workLiu Aleaxander2009-08-113-24/+27
| * Core:SYSLINUX: fix the vfat_searchdirLiu Aleaxander2009-08-114-26/+25
* | pxe: more tweaks to the open (searchdir) routineH. Peter Anvin2009-08-111-131/+114
* | pxe: clean up C code; reimplement "Plan C"; share PXE API definitionsH. Peter Anvin2009-08-113-270/+162
|/
* core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin2009-08-106-53/+42
* core: add missing (void), drop casts for Files[], cleanupsH. Peter Anvin2009-08-102-14/+13
* ext2: fix missing (void), use standard form for loopH. Peter Anvin2009-08-101-5/+5
* Merge commit 'liu/master'; fix Files[] definitionH. Peter Anvin2009-08-1016-229/+202
|\
| * Core:pxelinux: improves the tftp options parsingLiu Aleaxander2009-08-091-8/+5
| * pxe: fix OACK packet handlingLiu Aleaxander2009-08-091-3/+8
| * Core: code-cleanLiu Aleaxander2009-08-083-35/+3
| * Core: unmangle_name convertedLiu Aleaxander2009-08-0814-97/+85
| * Core:EXTLINUX: fix the bug of open_file_t struct in extlinuxLiu Aleaxander2009-08-081-1/+3
| * Core: move the comman externs to core.hLiu Aleaxander2009-08-085-10/+4
| * Core: add _static_ statement to all fsLiu Aleaxander2009-08-084-84/+82
| * core:PXELINUX: fix the OACK option parsing bug.Liu Aleaxander2009-08-081-13/+13
| * Core: get the rid of the ld warningsLiu Aleaxander2009-08-083-6/+7
* | core/diskstart.inc: make the root filesystem a configurableH. Peter Anvin2009-08-103-19/+11
* | core: merge ldlinux.asm and extlinux.asmH. Peter Anvin2009-08-094-401/+210
* | Merge branch 'core32' into fscH. Peter Anvin2009-08-095-40/+55
|\ \ | |/ |/|
| * core: remove hack for dynamic symbol table generationcore32H. Peter Anvin2009-08-092-15/+3