summaryrefslogtreecommitdiff
path: root/core/fs
Commit message (Expand)AuthorAgeFilesLines
* core: pxe: don't confuse index and data when searching...H. Peter Anvin2009-09-031-5/+6
* core: pxe: create a single tftp_error() function, send ERROR on closeH. Peter Anvin2009-09-021-18/+45
* core: use jiffies instead of BIOS_timerH. Peter Anvin2009-09-023-22/+15
* core: pxe: fix the behavior on non-received RRQ replyH. Peter Anvin2009-09-021-6/+9
* core: pxe: use FAR_PTR() macro where appropriateH. Peter Anvin2009-09-013-12/+6
* core: pxe: remove vestigial dnsresolv.incH. Peter Anvin2009-09-013-6/+10
* core: pxe: port the PXE idle function to CH. Peter Anvin2009-09-013-1/+119
* 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-314-84/+62
* Core:pxelinux: code cleanLiu Aleaxander2009-08-304-72/+132
* Core:pxelinux: unload_pxe converted.Liu Aleaxander2009-08-302-5/+73
* Core:pxelinux: code clean--removes the unused variables in ASM fileLiu Aleaxander2009-08-302-7/+23
* 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-281-43/+37
* Core:pxelinux: fix the probaly hang when use hostLiu Aleaxander2009-08-282-1/+3
* Core: vfs-dir stuff cleanedLiu Aleaxander2009-08-281-1/+1
* Core: vfs-dir stuff re-implementedLiu Aleaxander2009-08-281-45/+43
* Core: opendir/readdir/closedir stuff addedLiu Aleaxander2009-08-271-93/+83
* 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-194-24/+304
* 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-171-0/+5
* Core: code cleanLiu Aleaxander2009-08-164-349/+202
* core: cleaner way to call kaboom from 32-bit codeH. Peter Anvin2009-08-121-9/+8
* core: use stpcpy() as generic_unmangle_name()H. Peter Anvin2009-08-124-6/+6
* iso9660: adjust to the new VFSH. Peter Anvin2009-08-121-110/+114
* core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin2009-08-125-133/+88
* core: more filesystem-specific files into subdirectoriesH. Peter Anvin2009-08-129-0/+4769