On Fri, 09 Sep 2011 08:30:51 +1000 matthew green <m...@eterna.com.au> wrote:
> > I looked at the various tty(4) termios(4) and pty(4) without finding an > > option to change the buffer size. Is there a way at all to change it? > > there's no option. infact, it's all hard coded as magic 1024 constants > in about 4 places in sys/kern. i kept meaning to fix that, but haven't > gotten around to it. Thanks for the confirmation, -- Matt