Tim Kientzle wrote this message on Tue, Jul 15, 2003 at 22:19 -0700: > John-Mark Gurney wrote: > >Harald Schmalzbauer wrote this message on Wed, Jul 16, 2003 at 02:58 +0200: > > > >>Let's see what Tim can contribute to this topic, since he also claimed to > >>have problems with "mountroot>" > > > >I have a possible patch that might address people's problems with > >mountroot. > > > >http://people.FreeBSD.org/~jmg/vfs_mount.diff > > I'm certain this won't address the problem > I saw. I was not using a serial console, > and I was not overflowing the buffer. > (So stripping parity bits and enforcing > buffer sizes won't help.) a) this effects all consoles, not just serial b) this doesn't just effect overflowing the buffer.. the return of -1 was being invalidated by c = cngetc() & 0177. You can't get -1 return on that. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not."Received on Tue Jul 15 2003 - 20:32:25 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:15 UTC