summaryrefslogtreecommitdiff
path: root/core/fs/pxe
Commit message (Expand)AuthorAgeFilesLines
* pxe: don't corrupt the length of an RRQ packet on retryH. Peter Anvin2010-06-251-1/+4
* pxe: fix the unload sequenceH. Peter Anvin2010-06-242-16/+24
* pxe: fix ip_ok()H. Peter Anvin2010-06-242-8/+10
* pxe: set the file type in the inode structureH. Peter Anvin2010-06-231-0/+1
* pxe: fix the timeout logic for RRQsyslinux-4.00-pre57H. Peter Anvin2010-06-221-28/+22
* pxe: fix bugs in DHCP parsing and config file selectionH. Peter Anvin2010-06-222-60/+57
* pxe: correct the generation of the UUID stringH. Peter Anvin2010-06-221-5/+5
* dns: don't get stuck on no packet receivedsyslinux-4.00-pre54H. Peter Anvin2010-06-211-10/+5
* pxe: fix handling of lost packets in DNS resolutionH. Peter Anvin2010-06-212-78/+75
* pxe: properly null-terminate packet after tftp://H. Peter Anvin2010-06-211-1/+2
* pxe: correct the parsing of tftp:// URLsH. Peter Anvin2010-06-201-2/+2
* pxe: don't misidentify non-tftp URLs as tftpH. Peter Anvin2010-06-201-1/+1
* pxe: mark ipinfo as IPv4H. Peter Anvin2010-06-181-0/+2
* core, pxe: remove stray debugging printfH. Peter Anvin2010-06-181-1/+0
* pxe: centralize all the IP information and export it to modulesH. Peter Anvin2010-06-185-39/+51
* core: move idle handling into protected modeH. Peter Anvin2010-03-301-1/+3
* Changes missing from previous checkinH. Peter Anvin2010-03-073-50/+44
* pxe: move port allocation to a separate file; use dynamic port for DNSH. Peter Anvin2010-03-071-0/+68
* pxe: make have_uuid a boolH. Peter Anvin2010-03-073-5/+4
* pxe: use an inode structure for pxesyslinux-4.00-pre36H. Peter Anvin2010-03-063-143/+153
* pxe: don't allow URL parsing to produce zero bytes; retuneH. Peter Anvin2010-03-011-8/+21
* pxe: handle tftp:// URLs nativelyH. Peter Anvin2010-02-282-1/+50
* pxe: add a single-tick timeout for PXE stacks which eat transmitsH. Peter Anvin2010-02-281-2/+2
* core: remove unmangle_nameH. Peter Anvin2010-02-281-1/+0
* pxe: change debugging message to dprintf()H. Peter Anvin2010-02-281-1/+1
* pxe: drop UDP close from unload sequenceH. Peter Anvin2010-02-281-14/+23
* pxe: revamp timeout, improve the unloading of gpxelinuxH. Peter Anvin2010-02-281-51/+48
* core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin2010-02-231-2/+2
* pxe: clean up/fix generation of ipappend stringsH. Peter Anvin2010-02-232-34/+20
* fs/pxe: drop the use of PKTBUF_SEGH. Peter Anvin2010-02-232-28/+28
* pxe: set the block size in the fs structureH. Peter Anvin2010-02-231-0/+4
* fs: move to a chdir()-based mechanism for managing cwdsyslinux-4.00-pre19H. Peter Anvin2010-02-133-197/+188
* PXE: fix the EFI localboot hackH. Peter Anvin2010-02-051-17/+21
* pxe: make gPXE workH. Peter Anvin2010-02-051-176/+162
* Merge branch 'master' into fscH. Peter Anvin2010-02-041-23/+118
* Merge commit 'liu/master' into fscH. Peter Anvin2009-12-282-22/+21
|\
| * core:fs: Use a much better union structure in file structureLiu Aleaxander2009-11-201-8/+8
| * Added a generic path_lookup method in vfsYuanhan Liu2009-10-251-9/+10
| * Last code cleanupYuanhan Liu2009-10-201-21/+19
* | pxe: update to match the new fs_init interfaceH. Peter Anvin2009-12-221-1/+3
|/
* 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: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-311-54/+37
* Core:pxelinux: code cleanLiu Aleaxander2009-08-304-72/+132