1. 10 6月, 2006 2 次提交
  2. 09 6月, 2006 19 次提交
  3. 22 5月, 2006 2 次提交
  4. 09 5月, 2006 1 次提交
  5. 08 5月, 2006 1 次提交
  6. 01 5月, 2006 3 次提交
  7. 26 4月, 2006 1 次提交
  8. 20 4月, 2006 1 次提交
  9. 15 4月, 2006 2 次提交
    • S
      kbuild: fix false section mismatch warnings · 5ecdd0f6
      Sam Ravnborg 提交于
      Darren Jenkins <darrenrjenkins@gmail.com> pointed out a
      number of false positives where we referenced variables
      from a _driver variable.
      Fix it by check for that pattern and ignore it.
      
      Randy.Dunlap <rdunlap@xenotime.net> pointed out a similar
      set of warnings for a number of scsi drivers.
      In scsi world they misname their variables *_template or
      *_sht so add these to list of variables that may have references
      to .init.text with no warning.
      
      Randy.Dunlap <rdunlap@xenotime.net> also pointed out a scsi driver
      with many references to .exit.text from .rodata. This is compiler
      generated references and we already ignore these for .init.text, so
      ignore them for .exit.text also.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      5ecdd0f6
    • S
      [PATCH] Enhancing accessibility of lxdialog · f043ca43
      Samuel Thibault 提交于
      For easily getting fairly good accessibility, the TTY cursor should
      always be left at the focus location.  This patch fixes the checklist by
      just having the list refreshed after the dialog box (hence the cursor
      position remains in the list).
      Signed-off-by: NSamuel Thibault <samuel.thibault@ens-lyon.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      f043ca43
  10. 11 4月, 2006 7 次提交
  11. 07 4月, 2006 1 次提交