2011-04-25 |
H. Peter Anvin | PXE Cleanups, allow for 128 open files |
commit | commitdiff | tree | snapshot |
2011-04-25 |
H. Peter Anvin | NEWS: document FTP syslinux-4.10-pre5 |
commit | commitdiff | tree | snapshot |
2011-04-25 |
H. Peter Anvin | pxe: use a separate poll thread instead of using an... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
H. Peter Anvin | idle.c: remove -*- fundamental -*- tag |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe, tftp: unbreak the TFTP state machine syslinux-4.10-pre4 |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe, tftp: let lwIP manage port numbers syslinux-4.10-pre3 |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe, ftp: remove a bogus include |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe: make lwip use IANA-blessed local port numbers |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe: allow an empty input to dns_resolv() |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe: continue to bounce URLs with unknown schemes to... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe: make url_set_ip() static |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe: move redirect processing to the URL-parsing level |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe: add support for FTP |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe: tcp: close the connection before freeing the buffers |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe: more verbose lwIP asserts |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | urlparse: fix url_unescape() |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe: tcp: always call the close method |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe: make tftp_pktbuf a dynamic buffer |
commit | commitdiff | tree | snapshot |
2011-04-24 |
H. Peter Anvin | pxe: move operations common to TCP-based protocols... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
H. Peter Anvin | pxe: use the unified URL parsing framework syslinux-4.10-pre2 |
commit | commitdiff | tree | snapshot |
2011-04-23 |
H. Peter Anvin | pxe: urlparse: add comments |
commit | commitdiff | tree | snapshot |
2011-04-23 |
H. Peter Anvin | pxe: Add a much more general URL-parsing framework |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Herbszt | thread: free curr->rmstack |
commit | commitdiff | tree | snapshot |
2011-04-23 |
H. Peter Anvin | pxe: put a semaphore around PXE calls |
commit | commitdiff | tree | snapshot |
2011-04-23 |
H. Peter Anvin | thread: free(NULL) is safe, lmalloc() always return... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
H. Peter Anvin | lwip: handle UNDI stacks which need to be polled |
commit | commitdiff | tree | snapshot |
2011-04-22 |
H. Peter Anvin | thread: thread-switch the real-mode stack, too |
commit | commitdiff | tree | snapshot |
2011-04-22 |
H. Peter Anvin | NEWS: document lwIP syslinux-4.10-pre1 |
commit | commitdiff | tree | snapshot |
2011-04-22 |
H. Peter Anvin | version: call this branch 4.10 |
commit | commitdiff | tree | snapshot |
2011-04-22 |
H. Peter Anvin | Merge branch 'master' into lwip-threads |
commit | commitdiff | tree | snapshot |
2011-04-22 |
H. Peter Anvin | version: now working on version 4.05 |
commit | commitdiff | tree | snapshot |
2011-04-22 |
H. Peter Anvin | pxe: isr: fix formatting |
commit | commitdiff | tree | snapshot |
2011-04-22 |
H. Peter Anvin | pxe: fix gcc 4.6 problems |
commit | commitdiff | tree | snapshot |
2011-04-18 |
H. Peter Anvin | Merge commit 'syslinux-4.04' into dynamic-sector |
commit | commitdiff | tree | snapshot |
2011-04-18 |
H. Peter Anvin | spec: Use BuildRequires, add diag/ subdirectory syslinux-4.04 |
commit | commitdiff | tree | snapshot |
2011-04-18 |
H. Peter Anvin | diag: Don't remove BTARGET on make clean |
commit | commitdiff | tree | snapshot |
2011-04-18 |
H. Peter Anvin | Merge remote-tracking branch 'pcacjr/syslinux-update... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
H. Peter Anvin | menu: allow "menu hiddenkey" to take multiple keys... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
H. Peter Anvin | NEWS: Document MENU HIDDENKEY |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paulo Alcantara | syslinux: check --update option properly |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paulo Alcantara | extlinux: remove already_installed |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paulo Alcantara | extlinux: use syslinux_already_installed instead of... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paulo Alcantara | libinstaller: implement syslinux_already_installed |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | undiif: Unneeded debugging functions. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | pxe: Neuter pxe_idle_init |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | pxe: Cleanup interrupt handling making it reliabe and... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core: thread: Implement polling for wakeups. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | undiif: Theoretical support for infiniband. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | pxe: Remove the lwip_test code |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | lwip: Clean up the initialization sequence |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | lwip: Allow up to 20 byte hardware address to support... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | lwip: Update the undi driver so it handles (in theory... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core: pxe: Cleanup properly when using undi. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core: pxe: Improve the situation with installing and... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | lwip: Explicitly enable udp,tcp,icmp, and receive... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core: pxe Add native support for http urls |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core: pxe: Add general support for pluggable url handlers. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | lwip: Tune memory management for performance |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | lwip: Rename mem_init lwip_mem_init to remove a namespa... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core: Add isspace to ctype.h |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core: pxe: Factor out pxe_poll from pxe_receive_thread |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core: pxe: Rewrite the tftp implementation to use lwip |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core: pxe: Add a netconn socket to the pxe private... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core pxe: Use the lwip dns resolver |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | pxe: Send tftp acks after we reach our timeout |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | lwip: Use byteswap.h to define htons and friends |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core: factor out byteswap.h from netinet/in.h |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core pxe: Cleanup the call to pxe_isr_init |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | lwip: show stats when displaying speedtest results |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | undiif: Fix weird include order madness. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | lwip: fix timestamps, statistics functions |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | core: lwipopts: additional fine-tuning |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | lwip: better speed test |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | lwip: Disable lwip's malloc routines |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | lwip: In mem.h define mem_realloc as static inline |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | Make sure TCP_WND is < 64K-TCP_MSS |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | core: lwip: tune parameters for performance |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | lwip: better test case |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | lwip: now to the point we can make a TCP connection... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | lwip: Allow clearing a dns server |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core pxe: Ensure all parameters in pxe_get_cached_info... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | core: pxe: additional work on the lwip port |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core pxe: Switch threads if more than one runnable. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core: pxeisr.inc: The name of the globals is pxe_irq_ve... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | core thread: Make the code a little clearer. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | core: thread: return 0 from sem_down() if we didn't... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | core: pxe: don't switch to the PXE stack if we're on... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | pxe: lwip: busy-wait if transmit is blocked for buffers |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | pxe: lwip: update data pointer after getting a secondar... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | pxe: hook up the interrupt routine and the lwip receive... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | lwip: fix conflict with <netinet/in.h> |
commit | commitdiff | tree | snapshot |
2011-04-12 |
H. Peter Anvin | lwip: undiif - initial cut at a UNDI Ethernet-only... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | pxe: Move the gpxe url reading code into it's own file. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | pxe: Move the tftp implementation into it's own file |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric W. Biederman | pxe: Add methods to abstract out the connection type. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
H. Peter Anvin | keytest: make somewhat more comprehensible |
commit | commitdiff | tree | snapshot |
2011-04-11 |
H. Peter Anvin | keyname: better handling of named control characters |
commit | commitdiff | tree | snapshot |
2011-04-11 |
H. Peter Anvin | keytest: show the human name together with the keycode |
commit | commitdiff | tree | snapshot |
2011-04-11 |
H. Peter Anvin | menu: clear the timeout line on MENU HIDDENKEY |
commit | commitdiff | tree | snapshot |
2011-04-11 |
H. Peter Anvin | menu hiddenkey: fix parsing the config file option |
commit | commitdiff | tree | snapshot |
next |