22 Nov, 2011

1 commit


09 May, 2008

1 commit


13 Feb, 2008

1 commit


30 Jul, 2007

1 commit


22 Mar, 2006

1 commit


18 Jan, 2006

1 commit

  • sbusfb_compat_ioctl() needs to return int, not long, as that
    is what the fb_ops->fb_compat_ioctl method prototype wants.

    Need to git rid of the "struct file *file" first argument to
    fbiogetputcmap() and fbiogscursor() to match calls done in
    sbusfb_compat_ioctl().

    Signed-off-by: David S. Miller

    David S. Miller
     

17 Jan, 2006

1 commit

  • After ages my fb ioctl prototype cleanup finally got in. Unfortunately the
    patch are so old that the sbus compat_ioctl helper didn't exist back then,
    so it's not covered. This patch should fix that issue.

    Signed-off-by: Christoph Hellwig
    Cc: "David S. Miller"
    Cc: "Antonino A. Daplas"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Christoph Hellwig
     

25 Dec, 2005

1 commit


13 Nov, 2005

1 commit

  • This patch adds a new function, sbusfb_compat_ioctl() to
    drivers/video/sbuslib.c and uses it as compat_ioctl in all sbus fb
    drivers

    This remove the last per-arch compat ioctl bits in
    arch/sparc64/kernel/ioctl32.c so it would be nice if people could test
    if this actually copiles and works and if yes apply it :)

    Signed-off-by: Christoph Hellwig
    Signed-off-by: David S. Miller

    Christoph Hellwig
     

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