Date: Tue, 22 Jan 2002 13:48:38 +0300 (MSK) From: Maxim Konovalov <maxim@macomnet.ru> To: Ruslan Ermilov <ru@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, <cvs-all@FreeBSD.ORG> Subject: Re: cvs commit: src/usr.sbin/chroot chroot.8 Message-ID: <20020122134743.A79522-100000@news1.macomnet.ru> In-Reply-To: <200201221044.g0MAi3a04838@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan, On 02:44-0800, Jan 22, 2002, Ruslan Ermilov wrote: > ru 2002/01/22 02:44:03 PST > > Modified files: > usr.sbin/chroot chroot.8 > Log: > Finish cleanup in chroot.c CSRG revision 5.6 by Keith Bostic > (never installed setuid, so don't need to reset the uid). > > PR: bin/34159 Can you please finish cleanup in open.2? :-) Index: open.2 =================================================================== RCS file: /home/ncvs/src/lib/libc/sys/open.2,v retrieving revision 1.21 diff -u -r1.21 open.2 --- open.2 2001/10/26 17:38:20 1.21 +++ open.2 2002/01/22 08:24:20 @@ -123,8 +123,8 @@ carrier on a dialup line), .Fn open returns immediately. -The first time the process attempts to perform I/O on the open -file it will block (not currently implemented). +This flag also has the effect of making all subsequent I/O on the +open file non-blocking. .Pp If .Dv O_FSYNC -- Maxim Konovalov, MAcomnet, Internet-Intranet Dept., system engineer phone: +7 (095) 796-9079, mailto: maxim@macomnet.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020122134743.A79522-100000>