1. 17 Aug, 2003 3 commits
    • Albert Cahalan's avatar
      [PATCH] fast AND correct strncpy · dd14119a
      Albert Cahalan authored
      This is Erik Andersen's excellent strncpy.
      It works like magic. That "if" isn't a jump;
      gcc uses a few integer instructions to wipe
      out all jumps except for the loop itself and
      the function call/return.
      
      This has been exhaustively tested against glibc.
      
      The existing code has 5 extra branches and
      is over twice as large. (my gcc, etc.)
      dd14119a
    • Dave Olien's avatar
      [PATCH] DAC960 fix for NULL dereference in open() · fc132fde
      Dave Olien authored
      This fixes a problem that's been hidden for a while.
      
      DAC960_open() will try to dereference a NULL pointer if an application
      opens (for example) /dev/rd/c0d12 when there has never been a logical
      device created for that file.
      fc132fde
    • Andrea Arcangeli's avatar
      [PATCH] address update · 1d0cd283
      Andrea Arcangeli authored
      1d0cd283
  2. 16 Aug, 2003 34 commits
  3. 15 Aug, 2003 3 commits