27 Mar, 2006

1 commit

  • Fix compilation for sound/oss/vwsnd.o, by moving li_destroy() above
    li_create()

    sound/oss/vwsnd.c:275: warning: conflicting types for ‘li_destroy’
    sound/oss/vwsnd.c:275: error: static declaration of ‘li_destroy’ follows non-static declaration
    sound/oss/vwsnd.c:264: error: previous implicit declaration of ‘li_destroy’ was here

    Signed-off-by: Eric Sesterhenn
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Eric Sesterhenn
     

23 Mar, 2006

1 commit

  • Semaphore to mutex conversion.

    The conversion was generated via scripts, and the result was validated
    automatically via a script as well.

    Signed-off-by: Ingo Molnar
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Ingo Molnar
     

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