From owner-freebsd-hackers Thu Nov 9 21: 8:54 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.cs.umn.edu (mail.cs.umn.edu [128.101.35.200]) by hub.freebsd.org (Postfix) with ESMTP id AF7B337B479 for ; Thu, 9 Nov 2000 21:08:51 -0800 (PST) Received: from barber.cs.umn.edu (IDENT:root@barber.cs.umn.edu [128.101.35.60]) by mail.cs.umn.edu (8.9.3/8.9.3) with ESMTP id XAA19369 for ; Thu, 9 Nov 2000 23:08:47 -0600 (CST) Received: from localhost (duan@localhost) by barber.cs.umn.edu (8.9.3/8.9.0) with ESMTP id XAA24986 for ; Thu, 9 Nov 2000 23:08:46 -0600 X-Authentication-Warning: barber.cs.umn.edu: duan owned process doing -bs Date: Thu, 9 Nov 2000 23:08:46 -0600 (CST) From: Zhenhai Duan To: freebsd-hackers@FreeBSD.ORG Subject: printf() Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A simple question: Does the kernel function printf() flushes the output immediately, or it is possible some data is buffered somewhere and gets lost without printing to the console? like the corresponding funtion in the c library. Thanks. --Zhenhai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message