Module Name: src Committed By: kamil Date: Sat May 19 05:39:21 UTC 2018
Modified Files: src/lib/libc/sys: vfork.2 Log Message: Note in vfork(2) that SIGTSTP is masked SIGSTOP is no longer masked, but it was never documented. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/sys/vfork.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/vfork.2 diff -u src/lib/libc/sys/vfork.2:1.27 src/lib/libc/sys/vfork.2:1.28 --- src/lib/libc/sys/vfork.2:1.27 Fri Jul 18 16:02:50 2014 +++ src/lib/libc/sys/vfork.2 Sat May 19 05:39:21 2018 @@ -1,4 +1,4 @@ -.\" $NetBSD: vfork.2,v 1.27 2014/07/18 16:02:50 dholland Exp $ +.\" $NetBSD: vfork.2,v 1.28 2018/05/19 05:39:21 kamil Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)vfork.2 8.1 (Berkeley) 6/4/93 .\" -.Dd July 18, 2014 +.Dd May 19, 2018 .Dt VFORK 2 .Os .Sh NAME @@ -130,6 +130,7 @@ To avoid a possible deadlock situation, in the middle of a .Fn vfork are never sent +.Dv SIGTSTP , .Dv SIGTTOU or .Dv SIGTTIN