看板 DFBSD_commit 關於我們 聯絡資訊
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