15 Jan, 2006

1 commit

  • Patch from Nicolas Pitre

    Fix a few syscalls for EABI requirements. They were sys_pread64 and
    sys_pwrite64 where the last argument is now entirely pushed on stack,
    but since commit 567bd98017d9c9f2ac1c148ddc78c062e8abd398 they don't
    require any fixup. Remains only the stat64 structure. Non EABI kernels
    are unaffected.

    Signed-off-by: Nicolas Pitre
    Signed-off-by: Russell King

    Nicolas Pitre
     

04 Jul, 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