platform/upstream/syslinux.git
2011-04-24 H. Peter Anvinpxe: make tftp_pktbuf a dynamic buffer
2011-04-24 H. Peter Anvinpxe: move operations common to TCP-based protocols...
2011-04-23 H. Peter Anvinpxe: use the unified URL parsing framework syslinux-4.10-pre2
2011-04-23 H. Peter Anvinpxe: urlparse: add comments
2011-04-23 H. Peter Anvinpxe: Add a much more general URL-parsing framework
2011-04-23 Sebastian Herbsztthread: free curr->rmstack
2011-04-23 H. Peter Anvinpxe: put a semaphore around PXE calls
2011-04-23 H. Peter Anvinthread: free(NULL) is safe, lmalloc() always return...
2011-04-22 H. Peter Anvinlwip: handle UNDI stacks which need to be polled
2011-04-22 H. Peter Anvinthread: thread-switch the real-mode stack, too
2011-04-22 H. Peter AnvinNEWS: document lwIP syslinux-4.10-pre1
2011-04-22 H. Peter Anvinversion: call this branch 4.10
2011-04-22 H. Peter AnvinMerge branch 'master' into lwip-threads
2011-04-22 H. Peter Anvinversion: now working on version 4.05
2011-04-22 H. Peter Anvinpxe: isr: fix formatting
2011-04-22 H. Peter Anvinpxe: fix gcc 4.6 problems
2011-04-18 H. Peter AnvinMerge commit 'syslinux-4.04' into dynamic-sector
2011-04-18 H. Peter Anvinspec: Use BuildRequires, add diag/ subdirectory syslinux-4.04
2011-04-18 H. Peter Anvindiag: Don't remove BTARGET on make clean
2011-04-18 H. Peter AnvinMerge remote-tracking branch 'pcacjr/syslinux-update...
2011-04-18 H. Peter Anvinmenu: allow "menu hiddenkey" to take multiple keys...
2011-04-18 H. Peter AnvinNEWS: Document MENU HIDDENKEY
2011-04-15 Paulo Alcantarasyslinux: check --update option properly
2011-04-15 Paulo Alcantaraextlinux: remove already_installed
2011-04-15 Paulo Alcantaraextlinux: use syslinux_already_installed instead of...
2011-04-15 Paulo Alcantaralibinstaller: implement syslinux_already_installed
2011-04-12 Eric W. Biedermanundiif: Unneeded debugging functions.
2011-04-12 Eric W. Biedermanpxe: Neuter pxe_idle_init
2011-04-12 Eric W. Biedermanpxe: Cleanup interrupt handling making it reliabe and...
2011-04-12 Eric W. Biedermancore: thread: Implement polling for wakeups.
2011-04-12 Eric W. Biedermanundiif: Theoretical support for infiniband.
2011-04-12 Eric W. Biedermanpxe: Remove the lwip_test code
2011-04-12 Eric W. Biedermanlwip: Clean up the initialization sequence
2011-04-12 Eric W. Biedermanlwip: Allow up to 20 byte hardware address to support...
2011-04-12 Eric W. Biedermanlwip: Update the undi driver so it handles (in theory...
2011-04-12 Eric W. Biedermancore: pxe: Cleanup properly when using undi.
2011-04-12 Eric W. Biedermancore: pxe: Improve the situation with installing and...
2011-04-12 Eric W. Biedermanlwip: Explicitly enable udp,tcp,icmp, and receive...
2011-04-12 Eric W. Biedermancore: pxe Add native support for http urls
2011-04-12 Eric W. Biedermancore: pxe: Add general support for pluggable url handlers.
2011-04-12 Eric W. Biedermanlwip: Tune memory management for performance
2011-04-12 Eric W. Biedermanlwip: Rename mem_init lwip_mem_init to remove a namespa...
2011-04-12 Eric W. Biedermancore: Add isspace to ctype.h
2011-04-12 Eric W. Biedermancore: pxe: Factor out pxe_poll from pxe_receive_thread
2011-04-12 Eric W. Biedermancore: pxe: Rewrite the tftp implementation to use lwip
2011-04-12 Eric W. Biedermancore: pxe: Add a netconn socket to the pxe private...
2011-04-12 Eric W. Biedermancore pxe: Use the lwip dns resolver
2011-04-12 Eric W. Biedermanpxe: Send tftp acks after we reach our timeout
2011-04-12 Eric W. Biedermanlwip: Use byteswap.h to define htons and friends
2011-04-12 Eric W. Biedermancore: factor out byteswap.h from netinet/in.h
2011-04-12 Eric W. Biedermancore pxe: Cleanup the call to pxe_isr_init
2011-04-12 H. Peter Anvinlwip: show stats when displaying speedtest results
2011-04-12 Eric W. Biedermanundiif: Fix weird include order madness.
2011-04-12 H. Peter Anvinlwip: fix timestamps, statistics functions
2011-04-12 H. Peter Anvincore: lwipopts: additional fine-tuning
2011-04-12 H. Peter Anvinlwip: better speed test
2011-04-12 Eric W. Biedermanlwip: Disable lwip's malloc routines
2011-04-12 Eric W. Biedermanlwip: In mem.h define mem_realloc as static inline
2011-04-12 H. Peter AnvinMake sure TCP_WND is < 64K-TCP_MSS
2011-04-12 H. Peter Anvincore: lwip: tune parameters for performance
2011-04-12 H. Peter Anvinlwip: better test case
2011-04-12 H. Peter Anvinlwip: now to the point we can make a TCP connection...
2011-04-12 H. Peter Anvinlwip: Allow clearing a dns server
2011-04-12 Eric W. Biedermancore pxe: Ensure all parameters in pxe_get_cached_info...
2011-04-12 H. Peter Anvincore: pxe: additional work on the lwip port
2011-04-12 Eric W. Biedermancore pxe: Switch threads if more than one runnable.
2011-04-12 Eric W. Biedermancore: pxeisr.inc: The name of the globals is pxe_irq_ve...
2011-04-12 Eric W. Biedermancore thread: Make the code a little clearer.
2011-04-12 H. Peter Anvincore: thread: return 0 from sem_down() if we didn't...
2011-04-12 H. Peter Anvincore: pxe: don't switch to the PXE stack if we're on...
2011-04-12 H. Peter Anvinpxe: lwip: busy-wait if transmit is blocked for buffers
2011-04-12 H. Peter Anvinpxe: lwip: update data pointer after getting a secondar...
2011-04-12 Eric W. Biedermanpxe: hook up the interrupt routine and the lwip receive...
2011-04-12 H. Peter Anvinlwip: fix conflict with <netinet/in.h>
2011-04-12 H. Peter Anvinlwip: undiif - initial cut at a UNDI Ethernet-only...
2011-04-12 Eric W. Biedermanpxe: Move the gpxe url reading code into it's own file.
2011-04-12 Eric W. Biedermanpxe: Move the tftp implementation into it's own file
2011-04-12 Eric W. Biedermanpxe: Add methods to abstract out the connection type.
2011-04-11 H. Peter Anvinkeytest: make somewhat more comprehensible
2011-04-11 H. Peter Anvinkeyname: better handling of named control characters
2011-04-11 H. Peter Anvinkeytest: show the human name together with the keycode
2011-04-11 H. Peter Anvinmenu: clear the timeout line on MENU HIDDENKEY
2011-04-11 H. Peter Anvinmenu hiddenkey: fix parsing the config file option
2011-04-11 H. Peter Anvinmenu: Add "menu hiddenkey" to make terminating menu...
2011-04-10 Eric W. Biedermanpxe: Statically initialize pxe_receive_thread_sem
2011-04-10 Eric W. Biedermancore: pxe: pm_return Use jiffies_t
2011-04-10 H. Peter Anvincore: add .stack16 to layout.inc
2011-04-10 H. Peter Anvincore: add .stack to layout.inc so it gets the proper...
2011-04-10 H. Peter Anvincore: pxeisr.inc: fix compatibility with older versions...
2011-04-10 H. Peter Anvincore: pxe: pm return hook to examine timer ticks and...
2011-04-10 H. Peter Anvincore: add a way to invoke a function on return to protmode
2011-04-10 H. Peter Anvincore: pxe: real-mode interrupt service routine
2011-04-10 Eric W. Biedermanlwip: Enable thread support
2011-04-10 Eric W. Biedermancore: Make the core malloc and free thread safe.
2011-04-10 Eric W. Biedermancore thread: Don't include core.h from thread.h
2011-04-10 Eric W. Biedermancore: Move timer functions into timer.h
2011-04-10 Eric W. Biedermanlwip: Use kaboom.h
2011-04-10 Eric W. Biedermancore: Move kaboom into it's own header.
2011-04-10 H. Peter Anvincore: thread: add a name field
2011-04-10 H. Peter Anvincore: thread: add static declaration of semaphores
next