1. 29 11月, 2007 1 次提交
  2. 22 11月, 2007 2 次提交
  3. 15 11月, 2007 3 次提交
  4. 14 11月, 2007 1 次提交
  5. 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
  6. 06 11月, 2007 4 次提交
  7. 05 11月, 2007 2 次提交
  8. 30 10月, 2007 1 次提交
  9. 29 10月, 2007 1 次提交
  10. 24 10月, 2007 6 次提交
  11. 23 10月, 2007 3 次提交
  12. 20 10月, 2007 11 次提交
  13. 19 10月, 2007 4 次提交