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

DragonFly-2.3.1.59.ge8cdd master sys/kern kern_descrip.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 15 May 2009 12:11:27 -0700 (PDT)

commit e8cdd28453ef18059e4de4426ee358e9a1ec3f7d
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Fri May 15 12:08:46 2009 -0700

    Fix bug in recent commit - fcntl(... O_ASYNC) on tty's got broke.
    
    The pass-through fo_ioctl() call was being used with the old async state
    instead of the new one.  This primarily effects tty's as most other devices
    just use the async state stored in the file pointer.
    
    Reported-by: YONETANI Tomokazu <qhwt+dfly@les.ath.cx>

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e8cdd28453ef18059e4de4426ee358e9a1ec3f7d


-- 
DragonFly BSD source repository



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