summaryrefslogtreecommitdiff
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-309-152/+98
* 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-294-171/+139
* Core: code clean -- re-style the unstyle codeLiu Aleaxander2009-08-2810-106/+100
* Core:pxelinux: fix the probaly hang when use hostLiu Aleaxander2009-08-282-1/+3
* Core: vfs-dir stuff cleanedLiu Aleaxander2009-08-289-61/+46
* Core: vfs-dir stuff re-implementedLiu Aleaxander2009-08-2813-152/+101
* Core: opendir/readdir/closedir stuff addedLiu Aleaxander2009-08-2714-181/+297
* 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
* netinet/in.h: fix output typesH. Peter Anvin2009-08-241-14/+14
* Core:PXELINUX: dns_resolv problem resolved.Liu Aleaxander2009-08-214-15/+74
* 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
* netinet/in.h: add __constfunc to inlinesH. Peter Anvin2009-08-121-4/+5
* netinet/in.h: put in explicit casts for all the hton/ntoh macrosH. Peter Anvin2009-08-121-6/+6
* 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
* com32: remove strpcpy() - we already have stpcpy()H. Peter Anvin2009-08-124-23/+2
* 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-116-50/+54
|\
| * Core:SYSLINUX: make searchdir do workLiu Aleaxander2009-08-114-28/+31
| * Core:SYSLINUX: fix the vfat_searchdirLiu Aleaxander2009-08-116-27/+28
* | pxe: more tweaks to the open (searchdir) routineH. Peter Anvin2009-08-111-131/+114
* | netinet/in.h: adjust hton/ntoh macros to be true constantsH. Peter Anvin2009-08-111-11/+20
* | pxe: clean up C code; reimplement "Plan C"; share PXE API definitionsH. Peter Anvin2009-08-115-755/+695
|/
* core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin2009-08-106-53/+42
* MCONFIG: update GCCOPTH. Peter Anvin2009-08-103-0/+15
* 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