10 Feb, 2011

1 commit


17 Oct, 2006

1 commit


01 Jul, 2006

1 commit


26 Mar, 2006

1 commit

  • hysdn defines its own types: ulong, uint, uchar and word.

    Problem is, the module_param macros rely upon some of those identifiers having
    special meanings too. The net effect is that module_param() and friends
    cannot be used in ISDN because of this namespace clash.

    So remove the hysdn-private defines and open-code them all.

    Cc: Karsten Keil
    Cc: Rusty Russell
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Morton
     

29 Jun, 2005

1 commit


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