summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: document FTPsyslinux-4.10-pre5H. Peter Anvin2011-04-241-1/+1
* pxe: use a separate poll thread instead of using an idle thread hookH. Peter Anvin2011-04-245-34/+42
* idle.c: remove -*- fundamental -*- tagH. Peter Anvin2011-04-241-2/+2
* pxe, tftp: unbreak the TFTP state machinesyslinux-4.10-pre4H. Peter Anvin2011-04-242-9/+10
* pxe, tftp: let lwIP manage port numberssyslinux-4.10-pre3H. Peter Anvin2011-04-244-82/+7
* pxe, ftp: remove a bogus includeH. Peter Anvin2011-04-241-1/+0
* pxe: make lwip use IANA-blessed local port numbersH. Peter Anvin2011-04-241-0/+9
* pxe: allow an empty input to dns_resolv()H. Peter Anvin2011-04-241-0/+8
* pxe: continue to bounce URLs with unknown schemes to gPXEH. Peter Anvin2011-04-243-6/+21
* pxe: make url_set_ip() staticH. Peter Anvin2011-04-242-2/+1
* pxe: move redirect processing to the URL-parsing levelH. Peter Anvin2011-04-245-37/+38
* pxe: add support for FTPH. Peter Anvin2011-04-243-3/+276
* pxe: tcp: close the connection before freeing the buffersH. Peter Anvin2011-04-241-4/+4
* pxe: more verbose lwIP assertsH. Peter Anvin2011-04-241-1/+1
* urlparse: fix url_unescape()H. Peter Anvin2011-04-241-1/+1
* pxe: tcp: always call the close methodH. Peter Anvin2011-04-241-1/+2
* pxe: make tftp_pktbuf a dynamic bufferH. Peter Anvin2011-04-234-13/+33
* pxe: move operations common to TCP-based protocols to a common fileH. Peter Anvin2011-04-233-60/+86
* pxe: use the unified URL parsing frameworksyslinux-4.10-pre2H. Peter Anvin2011-04-239-423/+265
* pxe: urlparse: add commentsH. Peter Anvin2011-04-231-2/+15
* pxe: Add a much more general URL-parsing frameworkH. Peter Anvin2011-04-232-0/+220
* thread: free curr->rmstackSebastian Herbszt2011-04-231-1/+1
* pxe: put a semaphore around PXE callsH. Peter Anvin2011-04-221-1/+7
* thread: free(NULL) is safe, lmalloc() always return para-alignedH. Peter Anvin2011-04-222-6/+4
* lwip: handle UNDI stacks which need to be polledH. Peter Anvin2011-04-226-25/+79
* thread: thread-switch the real-mode stack, tooH. Peter Anvin2011-04-215-3/+27
* NEWS: document lwIPsyslinux-4.10-pre1H. Peter Anvin2011-04-211-0/+5
* version: call this branch 4.10H. Peter Anvin2011-04-211-1/+1
* Merge branch 'master' into lwip-threadsH. Peter Anvin2011-04-2122-55/+296
|\
| * version: now working on version 4.05H. Peter Anvin2011-04-211-1/+1
| * Merge commit 'syslinux-4.04' into dynamic-sectordynamic-sectorH. Peter Anvin2011-04-1815-26/+250
| |\
| | * spec: Use BuildRequires, add diag/ subdirectorysyslinux-4.04H. Peter Anvin2011-04-181-1/+2
| | * diag: Don't remove BTARGET on make cleanH. Peter Anvin2011-04-181-1/+2
| | * Merge remote-tracking branch 'pcacjr/syslinux-update-for-hpa'H. Peter Anvin2011-04-184-14/+19
| | |\
| | | * syslinux: check --update option properlyPaulo Alcantara2011-04-151-0/+4
| | | * extlinux: remove already_installedPaulo Alcantara2011-04-151-13/+0
| | | * extlinux: use syslinux_already_installed instead of already_installedPaulo Alcantara2011-04-151-1/+1
| | | * libinstaller: implement syslinux_already_installedPaulo Alcantara2011-04-152-0/+14
| | * | menu: allow "menu hiddenkey" to take multiple keys; run unlabelH. Peter Anvin2011-04-182-11/+32
| | * | NEWS: Document MENU HIDDENKEYH. Peter Anvin2011-04-181-1/+4
| | * | keytest: make somewhat more comprehensibleH. Peter Anvin2011-04-111-3/+4
| | * | keyname: better handling of named control charactersH. Peter Anvin2011-04-111-4/+9
| | * | keytest: show the human name together with the keycodeH. Peter Anvin2011-04-111-1/+1
| | * | menu: clear the timeout line on MENU HIDDENKEYH. Peter Anvin2011-04-111-2/+5
| | * | menu hiddenkey: fix parsing the config file optionH. Peter Anvin2011-04-111-3/+2
| | * | menu: Add "menu hiddenkey" to make terminating menu hidden a commandH. Peter Anvin2011-04-117-3/+188
| | |/
| * | diskstart: use the correct register for the starting addressH. Peter Anvin2011-04-051-1/+1
| * | installer: Update and correct generate_extents()H. Peter Anvin2011-04-051-9/+12
| * | core: Move sector 1 to address 0x8000 so it is alignedH. Peter Anvin2011-04-053-5/+13
| * | core/head.inc: require NASM 2.03+H. Peter Anvin2011-04-051-2/+2