1. 13 Dec, 2018 1 commit
    • terminal: remove sigwinch command · 2bd158cc
      Christian Brauner authored
      SIGWINCH is handled in lxc_terminal_signalfd_cb().
      
      I cannot for the life of me figure out what this is supposed to do.
      Afaict, it scans a global list that is totally unnecessary and also
      let's say you have 100 ttys and for a single one SIGWINCH is sent. In
      that case the whole list is walked and two ioctl()s are performed: one
      to get window size one to set window size. For 99 of them the window
      size hasn't changed.
      If we see issues we can revert!
      Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
  2. 12 Dec, 2018 3 commits
  3. 11 Dec, 2018 2 commits
  4. 07 Dec, 2018 1 commit
  5. 04 Dec, 2018 2 commits
  6. 03 Dec, 2018 1 commit
  7. 30 Nov, 2018 3 commits
  8. 29 Nov, 2018 1 commit
  9. 26 Nov, 2018 2 commits
  10. 23 Nov, 2018 2 commits
  11. 22 Nov, 2018 1 commit
  12. 20 Nov, 2018 4 commits
  13. 19 Nov, 2018 2 commits
  14. 16 Nov, 2018 2 commits
  15. 15 Nov, 2018 2 commits
  16. 09 Nov, 2018 6 commits
  17. 08 Nov, 2018 5 commits