An error occurred fetching the project authors.
  1. 05 Mar, 2004 1 commit
    • Marcel Holtmann's avatar
      [Bluetooth] Dynamic allocation of the RFCOMM TTY devices · fc8c3e4b
      Marcel Holtmann authored
      Only allocate the RFCOMM TTY devices when they are really in use. This
      prevents the system from calling hotplug and udev 256 times to create or
      remove every device node. In fact this makes the loading and unloading
      of the RFCOMM module much faster.
      fc8c3e4b
  2. 15 Feb, 2004 1 commit
    • Marcel Holtmann's avatar
      [Bluetooth] Revert reference counting fixes · 52500c61
      Marcel Holtmann authored
      The RFCOMM TTY code don't leak reference counting, because the TTY layer
      will call the ->close() method even if open fails and the reference count
      is decreased there.
      
      Patch from David Woodhouse <dwmw2@infradead.org>
      52500c61
  3. 11 Feb, 2004 1 commit
  4. 18 Jul, 2003 1 commit
  5. 16 Jun, 2003 1 commit
  6. 14 Jun, 2003 1 commit
  7. 11 Jun, 2003 3 commits
  8. 06 Jun, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] Fix tty devfs mess · 7807eb6a
      Andrew Morton authored
      From: Christoph Hellwig <hch@lst.de>
      
      Currently the tty code abuses tty_driver.name as the prefix for the devfs
      names of the ttys.  This is a very bad idea because it means the tty name
      changes depending on whether devfs is enabled or not, leading to different
      names in /proc/tty/ depending on whether we have devfs or not (and not
      whether it actually is mounted!) and a huge amount of ifdefs.
      
      The patch below adds a .devfs_name member instead, similar to the block
      device changes a few weeks ago.
      7807eb6a
  9. 04 Jun, 2003 1 commit
    • Arnaldo Carvalho de Melo's avatar
      o net: create struct sock_common and use in struct sock & tcp_tw_bucket · 63413da5
      Arnaldo Carvalho de Melo authored
      With this the data dependency is reduced to just making sure that the first
      member of both struct sock and struct tcp_tw_bucket are a struct sock_common.
      
      Also makes it easier to grep for struct sock and struct tcp_tw_bucket usage in
      the tree as all the members in those structs are prefixed, respectively, with
      sk_ and tw_, like struct inode (i_), struct block_device (bd_), etc.
      
      Checked namespace with make tags/ctags, just one colision with the macros for
      the struct sock members, with a wanrouter struct, fixed that
      s/sk_state/state_sk/g in the wanrouter struct.
      
      Checked as well if the names of the members in both structs collided with some
      macro, none found.
      63413da5
  10. 08 May, 2003 1 commit
  11. 28 Apr, 2003 1 commit
  12. 27 Apr, 2003 2 commits
  13. 23 Apr, 2003 3 commits
    • Alexander Viro's avatar
      [PATCH] tty cleanups (7/12) · ce2b651f
      Alexander Viro authored
      	sanitized driver->driver_name initialization and use
      ce2b651f
    • Alexander Viro's avatar
      [PATCH] tty cleanups (6/12) · 34512747
      Alexander Viro authored
      	tty->tty_index added; we initialize it with minor(tty->device) -
      tty->driver->minor_start.  Majority of remaining tty->device uses had
      that form and are switched to use of tty->index.
      34512747
    • Alexander Viro's avatar
      [PATCH] tty cleanups (2/12) · 27e8099f
      Alexander Viro authored
      	Instead of copying tty_driver into tty_struct we put a reference
      in there.  tty->driver turned into a pointer, users updated.  Large, but
      trivial
      27e8099f
  14. 17 Jan, 2003 1 commit
  15. 29 Nov, 2002 1 commit
  16. 09 Nov, 2002 1 commit
  17. 05 Nov, 2002 1 commit
  18. 27 Oct, 2002 2 commits
  19. 23 Oct, 2002 1 commit
  20. 17 Oct, 2002 1 commit
  21. 16 Oct, 2002 1 commit
  22. 13 Oct, 2002 1 commit
  23. 07 Oct, 2002 1 commit
  24. 06 Oct, 2002 1 commit
  25. 04 Oct, 2002 2 commits