Displaying 13 results from an estimated 13 matches for "undiif_id_debug".
2013 Sep 03
4
[PATCH][git-pull] lwIP PXE fixes
The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
Gene Cumm (1):
Allow for UNDIIF_ID_DEBUG in 1 mk line
are available in the git repository at:
git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming
https://github.com/geneC/syslinux/tree/elflink-pxe-fixes-for-mfleming
Gene Cumm (12):
core/lwip/undi: Improve UNDIIF_ID_DEBUG messages
core: mbox/semaphore NULL...
2013 Aug 03
1
[PATCH][git-pull] Fix mbox/semaphore checks, UNDI ID debug
The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
Gene Cumm (1):
Allow for UNDIIF_ID_DEBUG in 1 mk line
are available in the git repository at:
git://github.com/geneC/syslinux.git elflink-undi-thread-for-mfleming
Gene Cumm (3):
core/lwip/undi: Improve UNDIIF_ID_DEBUG messages
core: mbox/semaphore NULL checks
core: make mbox_post()/__sem_down_slow() check if valid...
2013 Sep 17
2
[PATCH][git-pull] lwIP PXE fixes
On Tue, Sep 17, 2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote:
> On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote:
>> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
>> Gene Cumm (1):
>> Allow for UNDIIF_ID_DEBUG in 1 mk line
>>
>> are available in the git repository at:
>>
>> git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming
>> https://github.com/geneC/syslinux/tree/elflink-pxe-fixes-for-mfleming
>>
>> Gene Cumm (12):
>> core/lwip/u...
2013 Sep 04
0
[PATCH][git-pull] lwIP PXE fixes
On 09/03/2013 08:31 PM, Gene Cumm wrote:
> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
> Gene Cumm (1):
> Allow for UNDIIF_ID_DEBUG in 1 mk line
>
> are available in the git repository at:
>
> git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming
> https://github.com/geneC/syslinux/tree/elflink-pxe-fixes-for-mfleming
>
> Gene Cumm (12):
> core/lwip/undi: Improve UNDIIF_ID_DEBUG...
2013 Sep 17
0
[PATCH][git-pull] lwIP PXE fixes
On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote:
> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
> Gene Cumm (1):
> Allow for UNDIIF_ID_DEBUG in 1 mk line
>
> are available in the git repository at:
>
> git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming
> https://github.com/geneC/syslinux/tree/elflink-pxe-fixes-for-mfleming
>
> Gene Cumm (12):
> core/lwip/undi: Improve UNDIIF_ID_DEBUG...
2013 Jul 20
2
[PATCH][git-pull] UNDIIF packet header debug
...k-undi-debug-for-mfleming
Gene Cumm (5):
lwip: undiif: Fix debug options to unique *_DEBUG macros
lwip: Allow LWIP_PLATFORM_* output to use dprintf
lwip/undiif: split arphdr._hwlen_protolen
core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debug
Allow for UNDIIF_ID_DEBUG in 1 mk line
core/kaboom.c | 2 +-
core/lwip/src/include/arch/cc.h | 14 ++-
core/lwip/src/include/lwip/opt.h | 28 ++++
core/lwip/src/netif/undiif.c | 296 ++++++++++++++++++++++++++++++++------
mk/devel.mk | 4 +
5 files changed, 300 inser...
2013 Sep 20
0
[PATCH][git-pull] lwIP PXE fixes
...On Tue, Sep 17, 2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote:
> > On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote:
> >> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
> >> Gene Cumm (1):
> >> Allow for UNDIIF_ID_DEBUG in 1 mk line
> >>
> >> are available in the git repository at:
> >>
> >> git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming
> >> https://github.com/geneC/syslinux/tree/elflink-pxe-fixes-for-mfleming
> >>
> >> Gene Cu...
2013 Sep 23
1
[PATCH][git-pull] lwIP PXE fixes
...2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote:
>> > On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote:
>> >> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
>> >> Gene Cumm (1):
>> >> Allow for UNDIIF_ID_DEBUG in 1 mk line
>> >>
>> >> are available in the git repository at:
>> >>
>> >> git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming
>> >> https://github.com/geneC/syslinux/tree/elflink-pxe-fixes-for-mfleming
>> >&g...
2013 Jul 22
1
[PATCH][git-pull] UNDIIF packet header debug
...;> lwip: undiif: Fix debug options to unique *_DEBUG macros
>> lwip: Allow LWIP_PLATFORM_* output to use dprintf
>> lwip/undiif: split arphdr._hwlen_protolen
>> core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debug
>> Allow for UNDIIF_ID_DEBUG in 1 mk line
>
> Presumably this only prints the debug on serial?
>
> --
> Matt Fleming, Intel Open Source Technology Center
Correct. This will produce an unusable flood if it went anywhere else
on a normal machine. On a failing machine, it might actually be
relatively quiet.
I c...
2013 Sep 09
2
[PATCH][git-pull] geodsp fixes
The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
Gene Cumm (1):
Allow for UNDIIF_ID_DEBUG in 1 mk line
are available in the git repository at:
git://github.com/geneC/syslinux.git elflink-geodsp-fixes-for-mfleming
https://github.com/geneC/syslinux/tree/elflink-geodsp-fixes-for-mfleming
Gene Cumm (2):
diag/geodsp: fix Makefile
diag/geodsp: README fixes
diag/geodsp/Mak...
2013 Jul 22
0
[PATCH][git-pull] UNDIIF packet header debug
...; Gene Cumm (5):
> lwip: undiif: Fix debug options to unique *_DEBUG macros
> lwip: Allow LWIP_PLATFORM_* output to use dprintf
> lwip/undiif: split arphdr._hwlen_protolen
> core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debug
> Allow for UNDIIF_ID_DEBUG in 1 mk line
Presumably this only prints the debug on serial?
--
Matt Fleming, Intel Open Source Technology Center
2013 Sep 17
0
[PATCH][git-pull] geodsp fixes
On Mon, 09 Sep, at 04:43:54PM, Gene Cumm wrote:
> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
> Gene Cumm (1):
> Allow for UNDIIF_ID_DEBUG in 1 mk line
>
> are available in the git repository at:
>
> git://github.com/geneC/syslinux.git elflink-geodsp-fixes-for-mfleming
> https://github.com/geneC/syslinux/tree/elflink-geodsp-fixes-for-mfleming
>
> Gene Cumm (2):
> diag/geodsp: fix Makefile
>...
2015 Feb 10
3
[PATCH 0/2] fix a couple cosmetic issues
Fixes some typos and missing newlines
Jonathan Boeing (2):
fix a few typos
add missing '\n' to dprintf
com32/include/sys/module.h | 2 +-
com32/lib/sys/module/exec.c | 4 ++--
core/fs/fs.c | 2 +-
core/lwip/src/netif/undiif.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
--
2.3.0