16 Nov, 2009

1 commit


03 Jan, 2009

1 commit


31 Jul, 2008

1 commit

  • gcc 4.3 correctly determines that input() is unused and gives the
    following warning:

    ...
    HOSTCC scripts/kconfig/zconf.tab.o
    scripts/kconfig/lex.zconf.c:1628: warning: ‘input’ defined but not used
    ...

    Fix it by adding %option noinput to scripts/kconfig/zconf.l and
    regeneration of scripts/kconfig/lex.zconf.c_shipped.

    Signed-off-by: Adrian Bunk
    Cc: Roman Zippel
    Signed-off-by: Sam Ravnborg

    Adrian Bunk
     

29 Jan, 2008

1 commit


06 May, 2007

1 commit

  • I have found small bug in mconf, when you run it without any argument it
    will sigsegv.

    Without patch:
    $ scripts/kconfig/mconf
    Segmentation fault

    With patch:
    $ scripts/kconfig/mconf
    can't find file (null)

    Signed-off-by: Marcin Garski
    Signed-off-by: Sam Ravnborg

    Marcin Garski
     

09 Nov, 2005

3 commits


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds