From dcc9ee3475384994016b6dd293aed3d5fb701c11 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 10 May 2015 12:44:40 +0200 Subject: [PATCH] null.4: Note that reads from /dev/zero are interruptible since Linux 2.6.31 Signed-off-by: Michael Kerrisk --- man4/null.4 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man4/null.4 b/man4/null.4 index bbbb18d1d..516b966c7 100644 --- a/man4/null.4 +++ b/man4/null.4 @@ -61,6 +61,14 @@ chown root:root /dev/null /dev/zero .SH NOTES If these devices are not writable and readable for all users, many programs will act strangely. + +Since Linux 2.6.31, +.\" commit 2b83868723d090078ac0e2120e06a1cc94dbaef0 +reads from +.IR /dev/zero +are interruptible by signals. +(This change was made to help with bad latencies for large reads from +.IR /dev/zero .) .SH SEE ALSO .BR chown (1), .BR mknod (1),