24 Dec, 2014

1 commit

  • Get rid of le24 stuff, along with the bitfields use - all that stuff
    can be done with standard stuff, in sparse-verifiable manner. Moreover,
    that way (shift-and-mask) often generates better code - gcc optimizer
    sucks on bitfields...

    Signed-off-by: Al Viro
    Signed-off-by: Dave Kleikamp
    ----

    Al Viro
     

10 Jan, 2009

1 commit

  • xtLookupList() was a more generalized version of xtLookup() with a
    nastier interface. Its only caller, extHint(), is actually better
    suited to using xtLookup() than xtLookupList(). This also lets us
    remove the definition of lxd_t, an obnoxious packed structure that was
    only used in-memory.

    Signed-off-by: Dave Kleikamp

    Dave Kleikamp
     

07 Jun, 2007

1 commit


01 Oct, 2006

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