Re: printf()

2000-11-10 Thread Zhenhai Duan

Thanks for all of your replies. The reason I asked this question is that I
really saw some incomplete print out on FreeBSD 3.3. My intuition is that
the printout is buffered some where, otherwise, I would expect either
there is a complete printout, or no printout at all.

--Zhenhai
On Fri, 10 Nov 2000, Mike Smith wrote:

  On 10 Nov, Mike Smith wrote:
  
   Is there is way that I could perhaps demonstrate my reasoning,
   such that it might be satisfactory to you?
  
   No.
  
  Then, should I take it you concede the point?

 No.

 --
 ... every activity meets with opposition, everyone who acts has his
 rivals and unfortunately opponents also.  But not because people want
 to be opponents, rather because the tasks and relationships force
 people to take different points of view.  [Dr. Fritz Todt]
V I C T O R Y   N O T   V E N G E A N C E




 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-hackers" in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



printf()

2000-11-09 Thread Zhenhai Duan

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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message