| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmware | Matt Fleming | 2013-03-22 | 201 | -1461/+68979 |
|\ |
|
| * | pxe: Fix compiler warnings and real bugsyslinux-5.10-pre2 | Matt Fleming | 2013-03-20 | 1 | -1/+1 |
| * | Partially revert "pxe: Pass absolute path to pxe_chdir()" | Matt Fleming | 2013-03-11 | 1 | -16/+27 |
| * | net: Return of the legacy network stack | Matt Fleming | 2013-03-06 | 14 | -175/+1125 |
| * | lwip: Fix use-after-free memory corruption | Matt Fleming | 2013-02-26 | 1 | -0/+1 |
| * | pxe: Handle closing file with NULL ->inode | Matt Fleming | 2013-02-26 | 1 | -0/+3 |
| * | Merge branch 'lwip' into elflink | Matt Fleming | 2013-02-26 | 194 | -1515/+67990 |
| |\ |
|
| | * | pxe: use core for atomic modification of certain volatilessyslinux-4.10-pre22lwip | H. Peter Anvin | 2012-05-29 | 2 | -3/+3 |
| | * | pxe: force polling on if we receive no interrupts | H. Peter Anvin | 2012-05-29 | 2 | -5/+24 |
| | * | pxe: always start the idle thread, in case we need itsyslinux-4.10-pre21 | H. Peter Anvin | 2012-05-29 | 3 | -11/+39 |
| | * | pxe: drop the maximum spurious interrupt to 100 in a timer tick | H. Peter Anvin | 2012-05-29 | 1 | -1/+1 |
| | * | pxe: Add code to detect a struck interrupt line and disable (go to poll) | H. Peter Anvin | 2012-05-29 | 2 | -10/+74 |
| | * | Merge remote-tracking branch 'genec/lwip-1.4.0-test-2' into lwip | H. Peter Anvin | 2012-05-29 | 114 | -7889/+12485 |
| | |\ |
|
| | | * | core/pxe: lwip semaphore changes | Gene Cumm | 2012-04-27 | 3 | -29/+80 |
| | | * | core/pxe: lwip changes to netconn_recv | Gene Cumm | 2012-04-27 | 2 | -6/+7 |
| | | * | core/lwip: update to lwIP-1.4.0 | Gene Cumm | 2012-04-26 | 109 | -7854/+12398 |
| | * | | pxe, ftp: Change anonymous password to syslinux@ | H. Peter Anvin | 2012-04-26 | 1 | -1/+1 |
| | * | | lwip: Add return address to LWIP_PLATFORM_ASSERT()syslinux-4.10-pre20 | H. Peter Anvin | 2012-04-26 | 1 | -1/+1 |
| | * | | pxe: Remove stray debugging message | H. Peter Anvin | 2012-04-26 | 1 | -2/+1 |
| | * | | pxe, tftp: Handle block number wraparound | H. Peter Anvin | 2012-04-26 | 1 | -1/+1 |
| | * | | pxe, tftp: make TimeoutTable static | H. Peter Anvin | 2012-04-26 | 2 | -2/+1 |
| | * | | pxe, tftp: Unify UDP send and use pbuf memory | H. Peter Anvin | 2012-04-26 | 1 | -20/+37 |
| | * | | lwipopts: increase the number of netbufs | H. Peter Anvin | 2012-04-26 | 1 | -0/+1 |
| | |/ |
|
| | * | Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre18 | H. Peter Anvin | 2012-03-30 | 5 | -1/+1973 |
| | |\ |
|
| | * | | pxe: Make the ISR poll routine a bit saner | H. Peter Anvin | 2012-03-30 | 1 | -2/+5 |
| | * | | pxe: Fix interrupt unmasking | H. Peter Anvin | 2012-03-30 | 1 | -5/+6 |
| | * | | thread: Add magic number, debugging code, min stack size | H. Peter Anvin | 2012-03-30 | 4 | -3/+44 |
| | * | | pxeisr: Use nonspecific EOI; add pxe_poll routine; CLD | H. Peter Anvin | 2012-03-30 | 2 | -10/+49 |
| | * | | lwipopts.h: Bump the priority of the tcpip_thread | H. Peter Anvin | 2012-03-30 | 1 | -1/+1 |
| | * | | pxe: Unmask the cascade if applicable, handle bad IRQ numbers | H. Peter Anvin | 2012-03-30 | 1 | -12/+25 |
| | * | | idle_thread: safer interrupt handling | H. Peter Anvin | 2012-03-27 | 1 | -3/+3 |
| | * | | lwip:undiif: Add interface with tcpip_input() callback | Gene Cumm | 2011-10-13 | 1 | -1/+1 |
| | * | | lwip:undiif: Use tcpip_input() rather than ethernet_input()/ip_input() | Gene Cumm | 2011-10-13 | 1 | -2/+2 |
| | * | | lwip: undiif: Fix debug option addressing in update_arp_entry() | Gene Cumm | 2011-10-13 | 1 | -2/+2 |
| | * | | lwip: undiif: Fix #error typo | Gene Cumm | 2011-10-13 | 1 | -1/+1 |
| | * | | thread: allow marking invalid; allow for static mboxes | H. Peter Anvin | 2011-10-11 | 3 | -2/+54 |
| | * | | undiif: correct bogus dprintf() statement | H. Peter Anvin | 2011-10-01 | 1 | -12/+12 |
| | * | | core/debug.c: don't error out on !DEBUG | H. Peter Anvin | 2011-06-27 | 1 | -0/+2 |
| | * | | core: Add "dprint" facility to assembly | H. Peter Anvin | 2011-06-27 | 2 | -0/+25 |
| | * | | sysappend: advance pointer | H. Peter Anvin | 2011-06-27 | 1 | -1/+1 |
| | * | | Merge commit 'syslinux-4.05-pre2' into lwip | H. Peter Anvin | 2011-06-27 | 1 | -9/+15 |
| | |\ \ |
|
| | * | | | pxe: be more verbose on unload failure | H. Peter Anvin | 2011-05-13 | 2 | -2/+12 |
| | * | | | pxe: fix the cleanup routinesyslinux-4.10-pre14 | H. Peter Anvin | 2011-05-09 | 3 | -29/+7 |
| | * | | | pxe: when hooking an interrupt, explicitly enable it at the PIC | H. Peter Anvin | 2011-05-09 | 2 | -23/+15 |
| | * | | | core: fix pc_setint16 and pc_setint32 | Sebastian Herbszt | 2011-05-09 | 1 | -2/+2 |
| | * | | | pxe: try to mimic the policy of iPXE with respect to interrupts | H. Peter Anvin | 2011-05-08 | 4 | -26/+35 |
| | * | | | pxe, ftp: handle some DOS FTP stacks correctly | H. Peter Anvin | 2011-05-08 | 1 | -0/+1 |
| | * | | | pxe, dns: add the local domain to unqualified hostnames | H. Peter Anvin | 2011-05-07 | 1 | -4/+12 |
| | * | | | pxe, undiif: print UNDI information during initialization | H. Peter Anvin | 2011-05-04 | 1 | -3/+3 |
| | * | | | pxe, ftp: correct the handling of continuation lines | H. Peter Anvin | 2011-05-03 | 1 | -7/+1 |