DragonFly commits List (threaded) for 2009-09
DragonFly BSD
DragonFly commits List (threaded) for 2009-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: tty_pty - Use different dev_ops for unix98 ptys


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 25 Sep 2009 15:39:20 -0700 (PDT)

commit 530c87491e4b4ad9279775916624508346e10831
Author: Alex Hornung <ahornung@gmail.com>
Date:   Fri Sep 25 22:45:55 2009 +0100

    tty_pty - Use different dev_ops for unix98 ptys
    
    * Use a different struct dev_ops for unix98 ptys, so a different major
      number is automatically allocated for them. This avoids maj/min collision
      between old-style bsd ptys and unix98 ptys.

Summary of changes:
 sys/kern/tty_pty.c |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/530c87491e4b4ad9279775916624508346e10831


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]