NetBSD-Bugs archive

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

PR/52196 CVS commit: src/sys/dev



The following reply was made to PR kern/52196; it has been noted by GNATS.

From: "Nathanial Sloss" <nat%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52196 CVS commit: src/sys/dev
Date: Tue, 2 May 2017 06:25:05 +0000

 Module Name:	src
 Committed By:	nat
 Date:		Tue May  2 06:25:05 UTC 2017
 
 Modified Files:
 	src/sys/dev: audio.c
 
 Log Message:
 Explicitly set ioflag in audio_[read/write] IO_NDELAY if O_NONBLOCK is set
 in f_flags.  This makes nonblocking reads and writes behave normally.
 
 Addresses PR kern/52196.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.329 -r1.330 src/sys/dev/audio.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index