1. 18 12月, 2007 1 次提交
  2. 06 12月, 2007 1 次提交
  3. 30 11月, 2007 1 次提交
  4. 29 11月, 2007 1 次提交
  5. 22 11月, 2007 2 次提交
  6. 21 11月, 2007 1 次提交
    • R
      Freezer: Fix APM emulation breakage · cb43c54c
      Rafael J. Wysocki 提交于
      The APM emulation is currently broken as a result of commit
      83144186
      "Freezer: make kernel threads nonfreezable by default"
      that removed the PF_NOFREEZE annotations from apm_ioctl() without adding
      the appropriate freezer hooks.  Fix it and remove the unnecessary variable flags
      from apm_ioctl().
      
      Special thanks to Franck Bui-Huu <vagabon.xyz@gmail.com> for pointing out the
      problem.
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Cc: Pavel Machek <pavel@ucw.cz>
      Cc: Franck Bui-Huu <vagabon.xyz@gmail.com>
      Cc: Nigel Cunningham <nigel@nigel.suspend2.net>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      cb43c54c
  7. 15 11月, 2007 3 次提交
  8. 14 11月, 2007 1 次提交
  9. 07 11月, 2007 1 次提交
    • A
      [TTY]: Fix network driver interactions with TCGET/SET calls. · 0fc00e24
      Alan Cox 提交于
      Dave Miller noted various cases where line disciplines for things like
      ppp go poking around in termios themselves in ways that broke with the
      new termios code. Rather than have them all learning about termios
      internals provide proper methods for this
      
      - tty_mode_ioctl()
      
      	This handles all the terminal mode handling for speed/carrier
      etc and none of the methods are ldisc dependant so they can be called
      by any user
      
      - tty_perform_flush()
      
      	This extracts the flush functionality and enables pppd the ppp
      layer to share it cleanly.
      
      The existing n_tty_ioctl code is refactored in this patch to provide
      the new functions and to call them itself appropriately. This patch
      has no (intended) behaviour changes and simply prepares for the other
      fixes.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0fc00e24
  10. 06 11月, 2007 4 次提交
  11. 05 11月, 2007 2 次提交
  12. 30 10月, 2007 1 次提交
  13. 29 10月, 2007 1 次提交
  14. 24 10月, 2007 6 次提交
  15. 23 10月, 2007 3 次提交
  16. 20 10月, 2007 11 次提交