20 Oct, 2007

1 commit


17 Oct, 2007

2 commits

  • Style fixes for the rest of the drivers. arch/um/drivers should be pretty
    CodingStyle-compliant now.

    Except for the ubd driver, which will have to be treated separately.

    [akpm@linux-foundation.org: coding-style fixes]
    Signed-off-by: Jeff Dike
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jeff Dike
     
  • This does a lot of cleanup on the UML console system. This patch should be
    entirely non-functional.

    The tidying is as follows:
    header cleanups - the includes should be closer to minimal and complete
    all printks now have a severity
    lots of style fixes
    fd_close is restructured a little in order to reduce the nesting
    some functions were calling the os_* wrappers when they can
    call libc directly
    port_accept had a unnecessary variable
    it also tested a pid unecessarily before killing it
    some functions were made static
    xterm_free is gone, as it was identical to generic_free

    Signed-off-by: Jeff Dike
    Cc: Paolo 'Blaisorblade' Giarrusso
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jeff Dike
     

30 Sep, 2006

1 commit

  • Some locking documentation and a cleanup. uml_exitcode is copied into a local
    before sprintf sees it, in case sprintf does anything non-atomic with it.

    The rest are comments about why certain globals don't need any kind of
    locking.

    Signed-off-by: Jeff Dike
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jeff Dike
     

27 Sep, 2006

1 commit

  • Make lots of structures const in order to make it obvious that they need no
    locking.

    Signed-off-by: Jeff Dike
    Cc: Paolo 'Blaisorblade' Giarrusso
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jeff Dike
     

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